]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-basic.ly
index 99f104d496ed6c09b927f703f7ee4f9626777399..ae0c40d122a24216e3dedf9d0bce717c04be826c 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.11.51"
-
+\version "2.16.0"
+\header {
+  texidoc="Festival song synthesis output supports
+basic songs.
+"
+}
 \include "festival.ly"
 
 \festival #"song-basic.xml" { \tempo 4 = 100 }
 {
 \time 3/4
-\relative { c2 r2 e4 g2. }
+\relative c' { c2 r2 e4 g2. }
 \addlyrics { play the game }
 }
 #(ly:progress "song-basic")