X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-text.ly;h=a7fb605afa212aa721a38e1f282b8368781151a2;hb=37ca1f80bf5401accd17056938f4f7b2c147ddb2;hp=09d4b78ad6febf4263b4d781b4bf99cfd5a57f4b;hpb=a736b537c32e3b07a22ebedf3eacfeb46c57be25;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index 09d4b78ad6..a7fb605afa 100644 --- a/input/regression/part-combine-text.ly +++ b/input/regression/part-combine-text.ly @@ -1,8 +1,7 @@ \header { - texidoc ="The new part combiner: - -Detect a2, solo1, solo2 and print texts accordingly. + texidoc ="The part combiner detects a2, solo1 and solo2, and prints +texts accordingly. " @@ -10,10 +9,16 @@ Detect a2, solo1, solo2 and print texts accordingly. } -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 } +\version "2.10.0" + +\layout { ragged-right= ##t } -\score { - \newpartcombine \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 +>>