X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpart-combine-text.ly;h=675b7c37a84f6d288e42d469b47adef8be07c563;hb=ab9e3136d78bfaf15cc6d77ed1975d252c3fe506;hp=a944adc71cf5387d984ffcc4192911c601aadec0;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index a944adc71c..675b7c37a8 100644 --- a/input/regression/part-combine-text.ly +++ b/input/regression/part-combine-text.ly @@ -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.36" +\version "2.12.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 +>>