]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic.ly
MIDI: add partcombine test.
[lilypond.git] / input / regression / song-basic.ly
index fb43c9dc29dc43eebc179dc5b9279c641c64c3be..bf8102eb844201b07264d071d3f8e32249b1f41c 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.11.16"
-
+\version "2.12.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")