]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / part-combine-text.ly
index e53bc2c5b249e9572e124b7b38d809ea59a2b1ae..675b7c37a84f6d288e42d469b47adef8be07c563 100644 (file)
@@ -1,6 +1,6 @@
 
 \header {
-    texidoc ="The new part combiner detects a2, solo1 and solo2, and prints i
+    texidoc ="The part combiner detects a2, solo1 and solo2, and prints
 texts accordingly.
 
 "
@@ -9,12 +9,16 @@ texts accordingly.
     }
 
 
-\version "2.2.0"
+\version "2.12.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_\markup { \small "expect: solo 2" }
+        s4 s2 s4_\markup { \small "expect: a2"  } s4 } 
+\new Staff <<
+    \partcombine \vone \vtwo
+    \comm
+>>