]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
Merge commit 'ce4b499'
[lilypond.git] / input / regression / lyric-combine-new.ly
index 7e72bcfd5cbdecfb5e9b67da9ff7eb0aa0eeed63..045f7ff2be7d19e309899cddf5cdca666814b49c 100644 (file)
@@ -1,15 +1,13 @@
-\version "2.7.32"
+\version "2.10.0"
 \header {
-
   texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
-    lines can be associated with one melody line. For each lyric line,
-    can be tuned whether to follow melismata or not."
-  
+    lines can be associated with one melody line. Each lyric line
+can be tuned to either follow or ignore melismata."
 }
 
 
 <<
-  \context Voice = "bla" \relative c'' {
+  \new Voice = "bla" \relative c'' {
     \autoBeamOff
     c2( d4) e8[ c b c] f4
   }