]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-basic-nonenglish.ly
resolve merge
[lilypond.git] / input / regression / song-basic-nonenglish.ly
index 4538db7ff0744b0f81f636d4386c58aabf342353..207a16d8056ca552bc543a962206cff00fab13f7 100644 (file)
@@ -1,10 +1,14 @@
-\version "2.12.0"
-
+\version "2.14.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")