]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
robustness: handle floating grace attached across line breaks. Fixes #203
[lilypond.git] / input / regression / lyric-combine-new.ly
index 92442ad027274ad23284b8e4041feaa9aaa27dff..36f814d485bdd7f9317a1a055993722ccb89bf6d 100644 (file)
@@ -1,35 +1,35 @@
-\version "2.6.0"
+\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 {
+
 <<
 <<
-     \context 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 
+  \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 
 
 
-       \set ignoreMelismata = ##t
-       
-       blob
+    \set ignoreMelismata = ##t
+    
+    blob
 
 
-       %% note: effect of ignoreMelismata delayed one time step.
-       \unset ignoreMelismata 
-       blob
-       
-       blob
-    }
+    %% note: effect of ignoreMelismata delayed one time step.
+    \unset ignoreMelismata 
+    blob
     
     
-    \lyricsto "bla"  \new Lyrics  {
-       nes ted lyrics voice with more words than no tes
-    }
-    >>
-    }
+    blob
+  }
+  
+  \lyricsto "bla"  \new Lyrics  {
+    nes ted lyrics voice with more words than no tes
+  }
+>>
+