]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/song-melisma.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / song-melisma.ly
index 8b33cde32886a8ef2a274a3b314c40b86250aa03..cc9afcbaca60d60b71369e2776933e2a3dc23534 100644 (file)
@@ -1,20 +1,24 @@
-\version "2.11.51"
-
+\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
   }
 >>