]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-melisma.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / song-melisma.ly
index 6a597cb1c42a8034d4c539d61639ea74d8931c49..cc9afcbaca60d60b71369e2776933e2a3dc23534 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header {
   texidoc="Festival song synthesis output supports
 melismas.
@@ -7,18 +7,18 @@ 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
   }
 >>