]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-basic.ly
index 6b238b9ff0f82a11d215ca42b2d8044ceddab500..35815bbff54aa9d023d7ba8d2fa84912588d6136 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 \header {
   texidoc="Festival song synthesis output supports
 basic songs.
@@ -9,7 +9,7 @@ basic songs.
 \festival #"song-basic.xml" { \tempo 4 = 100 }
 {
 \time 3/4
-\relative c' { c2 r2 e4 g2. }
+\relative { c'2 r2 e4 g2. }
 \addlyrics { play the game }
 }
 #(ly:progress "song-basic")