]> 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 a2b7971a95cc2b03bbc8988e00d2e1a3c873f5b8..31f2c9bd3a8a24df182c58dd835210530a19d200 100644 (file)
@@ -1,10 +1,14 @@
-\version "2.11.51"
-
+\version "2.19.21"
+\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' e g r }
 \addlyrics { ov -- čá -- ci }
 }
 #(ly:progress "song-basic-nonenglish")