]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
Release: bump Welcome versions.
[lilypond.git] / input / regression / lyric-combine-new.ly
index 3d6a3c0810c17f239bb7a2753e824d4522950454..76d2bd77dca207559e86d727f462f52616365646 100644 (file)
@@ -1,20 +1,18 @@
-\version "2.7.39"
+\version "2.19.21"
 \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."
 }
 
 
 <<
-  \new Voice = "bla" \relative c'' {
+  \new Voice = "bla" \relative {
     \autoBeamOff
-    c2( d4) e8[ c b c] f4
+    c''2( d4) e8[ c b c] f4
   }
-  \lyricsto "bla"  \new Lyrics  { bla ab blob blob }
-  \lyricsto "bla"  \new Lyrics  {
+  \new Lyrics  \lyricsto "bla"  { bla ab blob blob }
+  \new Lyrics  \lyricsto "bla"  {
     bla 
 
     \set ignoreMelismata = ##t
@@ -28,7 +26,7 @@
     blob
   }
   
-  \lyricsto "bla"  \new Lyrics  {
+  \new Lyrics  \lyricsto "bla"  {
     nes ted lyrics voice with more words than no tes
   }
 >>