lily10.ly 237 B

12345678910111213
  1. #(define version-seen? #t)
  2. #(set! %load-path (cons ".." %load-path))
  3. \include "../festival.ly"
  4. #(set! song:*debug* #f)
  5. \festival #"lily10.xml" { \tempo 4 = 100 }
  6. {
  7. \time 3/4
  8. \relative { c2 e \breathe g }
  9. \addlyrics { play the game }
  10. }