]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-tempo.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / song-tempo.ly
index 7eec2b6d4e330fa434a433210705e7a94cedf352..18939dcadb7f920955ba0bcca8ae266a83aba946 100644 (file)
@@ -1,11 +1,15 @@
-\version "2.12.0"
-
+\version "2.14.0"
+\header {
+  texidoc="Festival song synthesis output supports
+changing tempo in the middle of a piece.
+"
+}
 \include "festival.ly"
 
 \festival #"song-tempo.xml" { \tempo 4=90 }
 {
 \time 3/4
-\relative { c4 e g \tempo 4=60 c, e g }
+\relative c' { c4 e g \tempo 4=60 c, e g }
 \addlyrics { do re mi do re mi }
 }
 #(ly:progress "song-tempo")