]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / song-basic.ly
index 06d3e3b4f7d976c7c5bc5a19924e717edfa1de3e..6b238b9ff0f82a11d215ca42b2d8044ceddab500 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.12.0"
-
+\version "2.14.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")