]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-melisma.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / song-melisma.ly
index c136f2d53450ff3f2ca41c7bfe4a3e2627a6c687..cc9afcbaca60d60b71369e2776933e2a3dc23534 100644 (file)
@@ -1,20 +1,24 @@
-\version "2.11.16"
-
+\version "2.19.21"
+\header {
+  texidoc="Festival song synthesis output supports
+melismas.
+"
+}
 \include "festival.ly"
 
 \festival #"song-melisma.xml" { \tempo 4 = 100 }
-\relative c''
+\relative
 {
 <<
   \context Voice = "lala" {
     \time 3/4
-    f4 g8
+    f''4 g8
     \melisma
     f e f
     \melismaEnd
     e2
   }
-  \lyricsto "lala" \new Lyrics {
+  \new Lyrics \lyricsto "lala" {
     la di __ daah
   }
 >>