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