]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/part-combine-text.ly
* input/regression/override-nest.ly: new file.
[lilypond.git] / input / regression / part-combine-text.ly
index 169cb58fd51bb683677d50e8ec1ff37c9b850eb8..0b936c0b9dd0771df4bb015396a8d8054e4e9314 100644 (file)
@@ -9,12 +9,15 @@ texts accordingly.
     }
 
 
-\version "2.1.30"
+\version "2.7.13"
 
-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 { raggedright= ##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
+>>