]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
bump .ly \version to 2.10.0
[lilypond.git] / input / regression / lyric-combine-new.ly
index 087da25eaa303d089725d84639a2cb6ef428398b..36f814d485bdd7f9317a1a055993722ccb89bf6d 100644 (file)
@@ -1,33 +1,35 @@
-\version "2.1.30"
+\version "2.10.0"
 \header {
 
 \header {
 
-    texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
+  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. For each lyric line,
     can be tuned whether to follow melismata or not."
-    
+  
 }
 
 }
 
-\score {
-<<
-    \notes \context Voice = "bla" \relative c'' {
-       \autoBeamOff
-       c2( d4) e8[ c b c] f4
-    }
-    \lyricsto "bla" \lyrics \new Lyrics { bla ab blob blob }
-    \lyricsto "bla" \lyrics \new Lyrics {
-       bla 
 
 
-       \set ignoreMelismata = ##t
-       
-       blob
+<<
+  \new Voice = "bla" \relative c'' {
+    \autoBeamOff
+    c2( d4) e8[ c b c] f4
+  }
+  \lyricsto "bla"  \new Lyrics  { bla ab blob blob }
+  \lyricsto "bla"  \new Lyrics  {
+    bla 
 
 
-       %% note: effect of ignoreMelismata delayed one time step.
-       \unset ignoreMelismata 
-       blob
-       
-       blob
-    }
+    \set ignoreMelismata = ##t
     
     
-    \lyricsto "bla" \lyrics \new Lyrics { nes ted lyrics voice with more words than no tes } >>
+    blob
 
 
-    }
+    %% note: effect of ignoreMelismata delayed one time step.
+    \unset ignoreMelismata 
+    blob
+    
+    blob
+  }
+  
+  \lyricsto "bla"  \new Lyrics  {
+    nes ted lyrics voice with more words than no tes
+  }
+>>
+