ob-lilypond-test.ly 781 B

123456789101112131415161718192021222324252627282930
  1. % [[file:~/.emacs.d/martyn/martyn/ob-lilypond/test/test-build/test.org::*LilyPond%2520Version][LilyPond-Version:1]]
  2. \version "2.12.3"
  3. % LilyPond-Version:1 ends here
  4. % [[file:~/.emacs.d/martyn/martyn/ob-lilypond/test/test-build/test.org::*lilypond%2520block%2520for%2520test%2520purposes][lilypond-block-for-test-purposes:1]]
  5. \score {
  6. \relative c' {
  7. c8 d e f g a b c |
  8. b a g f e d c4 |
  9. }
  10. % lilypond-block-for-test-purposes:1 ends here
  11. % [[file:~/.emacs.d/martyn/martyn/ob-lilypond/test/test-build/test.org::*lilypond%2520block%2520for%2520test%2520purposes][lilypond-block-for-test-purposes:2]]
  12. \layout {
  13. }
  14. \midi {
  15. \context {
  16. \Score
  17. tempoWholesPerMinute = #(ly:make-moment 150 4)
  18. }
  19. }
  20. }
  21. % lilypond-block-for-test-purposes:2 ends here