X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpart-combine-text.ly;h=fc2496223408a4d797bd3daaa61a6346faf4a659;hb=93ba565c5193199defb3c3cd899bb8887184b891;hp=f76981470a442b58e956bf58f92bfd9aa4a851a7;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index f76981470a..fc24962234 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,12 +9,16 @@ Detect a2, solo1, solo2 and print texts accordingly. } -\version "2.1.22" +\version "2.11.51" -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 +>>