]> 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 35824868cc6b99ae83795936199df2c3126c776c..76d2bd77dca207559e86d727f462f52616365646 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.12.0"
+\version "2.19.21"
 \header {
   texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
     lines can be associated with one melody line. Each lyric line
@@ -7,12 +7,12 @@ 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
@@ -26,7 +26,7 @@ can be tuned to either follow or ignore melismata."
     blob
   }
   
-  \lyricsto "bla"  \new Lyrics  {
+  \new Lyrics  \lyricsto "bla"  {
     nes ted lyrics voice with more words than no tes
   }
 >>