]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / part-combine-text.ly
index eeb5202ca433d42c0de9b56582c6851fbd8a52dc..8b65a749b9e4e6deec4f7078b7cb48a5129f6287 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.1.28"
+\version "2.19.21"
 
-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 { R1 a'2    r4 r a a a a }
+vtwo =  \relative { R1 f'4 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
+>>