X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-text.ly;h=7daf2058634cb9b3178f8bdd7e432faac35f8308;hb=3f1e8dc68d267b039b9e231564d0e60c67d14429;hp=e53bc2c5b249e9572e124b7b38d809ea59a2b1ae;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/part-combine-text.ly b/input/regression/part-combine-text.ly index e53bc2c5b2..7daf205863 100644 --- a/input/regression/part-combine-text.ly +++ b/input/regression/part-combine-text.ly @@ -9,12 +9,15 @@ texts accordingly. } -\version "2.2.0" +\version "2.7.39" -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_"expect: solo 2" s4 s2 s4_"expect: a2" s4 } +\new Staff << + \partcombine \vone \vtwo + \comm +>>