]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/song-breathe.ly
Split WWW target in two stages WWW-1 and WWW-2
[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 #(ly:progress "song-breathe")
12 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))