]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine-new.ly
new file.
[lilypond.git] / input / regression / lyric-combine-new.ly
index d2a8546e0753c5e5e6b5c07a9687f7b1d38e6991..069a8d07fc263eefabc882eaf045886c7aec63cb 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.1.22"
+\version "2.3.4"
 \header {
 
     texidoc = "With the @code{\\lyricsto} mechanism, individual lyric
@@ -9,12 +9,12 @@
 
 \score {
 <<
-    \notes \context Voice = "bla" \relative c'' {
+     \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 {
+    \lyricsto "bla" \new Lyrics \lyrics { bla ab blob blob }
+    \lyricsto "bla" \new Lyrics \lyrics {
        bla 
 
        \set ignoreMelismata = ##t
@@ -28,6 +28,8 @@
        blob
     }
     
-    \lyricsto "bla" \lyrics \new Lyrics { nes ted lyrics voice with more words than no tes } >>
-
+    \lyricsto "bla" \new Lyrics \lyrics {
+       nes ted lyrics voice with more words than no tes
+    }
+    >>
     }