]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
move brace-drawing procedure to separate file (and rename files)
[lilypond.git] / input / regression / lyric-combine-new.ly
index 4a227634911e1b9706b645a1112ca8d3c71adfdd..053a23e1c4c258ef5184a9b8bcb4950159319d1b 100644 (file)
@@ -1,15 +1,13 @@
-\version "2.6.0"
+\version "2.16.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
   }