]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/lyric-combine.ly
Add scons cruft.
[lilypond.git] / input / regression / lyric-combine.ly
index dfe509d2099d607db1711c3b6489d2bed0d61d68..242971536d94ba2fdda96ea96caabb74ba27f2fc 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.22"
+\version "2.10.0"
 
 \header{
 
@@ -13,7 +13,7 @@ lyrics ignores any other rhythms in the piece."
 
 }
 
-\layout { raggedright= ##t }
+\layout { ragged-right= ##t }
 
 
 
@@ -43,7 +43,7 @@ textII = \lyricmode {
    \context Lyrics = LB { s1 }
    \context Staff = SC \noise
    
-   \context Staff = SB  \context Voice = middle \m 
+   \context Staff = SB  \context Voice = "middle" \m 
    \context Lyrics = LA \lyricsto "middle" \textI
    \context Lyrics = LB \lyricsto "middle" \textII 
 >>