]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-breathe.ly
Merge commit 'origin' into beamlets2
[lilypond.git] / input / regression / song-breathe.ly
1 \version "2.12.0"
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 #(ly:progress "song-breathe")
12 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))