MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-melisma.ly
blob09865046af32afe5dc245406a42a82bba2ea5ab5
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 melismas.
7 \include "festival.ly"
9 \festival #"song-melisma.xml" { \tempo 4 = 100 }
10 \relative c''
13 \context Voice = "lala" {
14 \time 3/4
15 f4 g8
16 \melisma
17 f e f
18 \melismaEnd
21 \lyricsto "lala" \new Lyrics {
22 la di __ daah
26 #(ly:progress "song-melisma")
27 #(ly:progress "~a" (ly:gulp-file "song-melisma.xml"))