]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-skip.ly
Compile fix
[lilypond.git] / input / regression / song-skip.ly
index 5762603caf6b62dbe24193a1699796a03e135445..1302c3174cc4308abde499b514aa50cb86e5f212 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.11.16"
+\version "2.12.0"
 
 \include "festival.ly"
 
 \festival #"song-skip.xml" { \tempo 4 = 100 }
-\relative { c c g' }
+\relative c' { c c g' }
 \addlyrics {
   twin -- \skip 4
   kle
 }
-#(display "song-skip")
+#(ly:progress "song-skip")
 #(ly:progress "~a" (ly:gulp-file "song-skip.xml"))