]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic-nonenglish.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-basic-nonenglish.ly
index f1c0716efecc4a986d03224642f7dde90481ed17..3a53832b5f485f785da17db687a7724cf13c5ca4 100644 (file)
@@ -1,10 +1,14 @@
-\version "2.11.16"
-
+\version "2.16.0"
+\header {
+  texidoc="Festival song synthesis output supports
+non-english syllabels.
+"
+}
 \include "festival.ly"
 
 \festivalsyl #"song-basic-nonenglish.xml" { \tempo 4 = 100 }
 {
-\relative { c e g r }
+\relative c' { c e g r }
 \addlyrics { ov -- čá -- ci }
 }
 #(ly:progress "song-basic-nonenglish")