]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
Display postevents on drum notes, rests and spacer rests
[lilypond.git] / input / regression / lyric-combine-new.ly
index 06957bf900d8f91e34551bf613972000391ab6fd..16cc40bf18b55a55a4cd6a1848d277928497103f 100644 (file)
@@ -1,15 +1,13 @@
-\version "2.7.13"
+\version "2.14.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
   }