X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-text.ly;h=cfa905f89b220508feb2dfcd2692b83ac6e29093;hb=d275ca42d6f29579aa3abe7ef1978e3916f5cdb2;hp=7daf2058634cb9b3178f8bdd7e432faac35f8308;hpb=2205ef7a616d73e6a83274816e775426bf41b7bd;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index 7daf205863..cfa905f89b 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,13 +9,14 @@ texts accordingly. } -\version "2.7.39" +\version "2.16.0" \layout { ragged-right= ##t } 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 } +comm = { s1 s2 s4_\markup { \small "expect: solo 2" } + s4 s2 s4_\markup { \small "expect: a2" } s4 } \new Staff << \partcombine \vone \vtwo \comm