]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
release commit
[lilypond.git] / input / regression / lyric-combine-new.ly
index d72f652aff9b6dcc42b75b7882679d76b727eca8..655d83d871b6e257bae407ab02e29c8ae3a1f630 100644 (file)
@@ -1,35 +1,35 @@
-\version "2.4.0"
+\version "2.8.0"
 \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."
-    
+  
 }
 
-\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
+  }
+>>
+