]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
Completely revised support for conversion of TTFs to T42 fonts.
[lilypond.git] / input / regression / part-combine-text.ly
index dff93c7c33d945a6466d383da3d7fa37eec7e54d..bcbd3aa8eb6ce42d08e88ba2de06b0f5583a0f68 100644 (file)
@@ -9,12 +9,16 @@ texts accordingly.
     }
 
 
-\version "2.1.22"
+\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_\markup { \small "expect: solo 2" }
+        s4 s2 s4_\markup { \small "expect: a2"  } s4 } 
+\new Staff <<
+    \partcombine \vone \vtwo
+    \comm
+>>