MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-breathe.ly
blob442b3fffc1fd9c169d33a55ff116883565e2a68d
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 breath marks.
7 \include "festival.ly"
9 \festival #"song-breathe.xml" { \tempo 4 = 100 }
11 \time 3/4
12 \relative c' { c2 e \breathe g }
13 \addlyrics { play the game }
15 #(ly:progress "song-breathe")
16 #(ly:progress "~a" (ly:gulp-file "song-breathe.xml"))