MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / song-skip.ly
blobae5eff12633fff70a87a0cbbcd10d7bc3f598b30
1 \version "2.12.0"
2 \header {
3 texidoc="Festival song synthesis output supports
4 skips.
7 \include "festival.ly"
9 \festival #"song-skip.xml" { \tempo 4 = 100 }
10 \relative c' { c c g' }
11 \addlyrics {
12 twin -- \skip 4
13 kle
15 #(ly:progress "song-skip")
16 #(ly:progress "~a" (ly:gulp-file "song-skip.xml"))