X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=input%2Fregression%2Fpart-combine-text.ly;h=8b65a749b9e4e6deec4f7078b7cb48a5129f6287;hb=16d46fb0995cc6d078617ada1e8fea7879dffe07;hp=650c416a7c214c288c9a33abaa05c0c7eb3032a0;hpb=d02446a61d3eabfde67ed48928ae07766c97750f;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index 650c416a7c..8b65a749b9 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.32" +\version "2.19.21" \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 } +vone = \relative { R1 a'2 r4 r a a a a } +vtwo = \relative { R1 f'4 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