]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / part-combine-text.ly
index e53bc2c5b249e9572e124b7b38d809ea59a2b1ae..0922a8d27a2689673d0380fb99598ec042ee935d 100644 (file)
@@ -9,12 +9,15 @@ texts accordingly.
     }
 
 
-\version "2.2.0"
+\version "2.10.0"
 
-vone = \notes \relative a' { R1 a2    r4 r a a a a }
-vtwo = \notes \relative a' { R1 f4 f4 f4 f f f a a  }
+\layout { ragged-right= ##t }
 
-\score {
-   \partcombine \vone \vtwo
-}
+vone =  \relative a' { R1 a2    r4 r a a a a }
+vtwo =  \relative a' { R1 f4 f4 f4 f f f a a  }
+comm = { s1 s2 s4_"expect: solo 2" s4 s2 s4_"expect: a2" s4 }
+\new Staff <<
+    \partcombine \vone \vtwo
+    \comm
+>>