X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-global.ly;h=e52ea590a41ec953e80acbd57706eb021d537b90;hb=980df8c5df55556b784d573f1c3d16bb9c8f3ab8;hp=02f083a8768edf565f5532e0b9ac204b53d8ed7f;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/part-combine-global.ly b/input/regression/part-combine-global.ly index 02f083a876..e52ea590a4 100644 --- a/input/regression/part-combine-global.ly +++ b/input/regression/part-combine-global.ly @@ -10,25 +10,25 @@ In the 2nd measure, the pattern without the tie, leads to combined voices. " - } -\version "2.1.30" + } +\version "2.19.21" -vone =\notes +vone = %%%%%%%%%%%%%% 0 1 2 3 -\relative c'' { - \time 2/4 - a8[ a] a8[ a] | - a8[ a] a8[ a] +\relative { + \time 2/4 + a'8[ a] a8[ a] | + a8[ a] a8[ a] } -vtwo =\notes -\relative c' { - \time 2/4 - f8[ f]~ f8[ f] | - f8[ f] f8[ f] +vtwo = +\relative { + \time 2/4 + f'8[ f]~ 8[ f] | + f8[ f] f8[ f] } -\score { - \partcombine \vone \vtwo - } + +\partcombine \vone \vtwo +