]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-breathe.ly
091bc2fc5e0d2a4edae6ecdedb6b6d48227da337
[lilypond.git] / input / regression / song-breathe.ly
1 \version "2.11.16"
2
3 \include "festival.ly"
4
5 \festival #"song-breathe.xml" { \tempo 4 = 100 }
6 {
7 \time 3/4
8 \relative { c2 e \breathe g }
9 \addlyrics { play the game }
10 }
11 #(display "song-breathe")
12 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))