]> 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 ef753bd435c903db1c076e3989ef9b304905938f..0922a8d27a2689673d0380fb99598ec042ee935d 100644 (file)
@@ -9,12 +9,15 @@ texts accordingly.
     }
 
 
-\version "2.3.22"
+\version "2.10.0"
+
+\layout { ragged-right= ##t }
 
 vone =  \relative a' { R1 a2    r4 r a a a a }
 vtwo =  \relative a' { R1 f4 f4 f4 f f f a a  }
-
-\score {
-   \partcombine \vone \vtwo
-}
+comm = { s1 s2 s4_"expect: solo 2" s4 s2 s4_"expect: a2" s4 }
+\new Staff <<
+    \partcombine \vone \vtwo
+    \comm
+>>