X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-global.ly;h=cbf0dc84bcf84ea58c40943fb035abcdfb63b2c4;hb=4a81b4d1f1706e503b0bb8fd7c80be3c825cc96c;hp=b39d9e03f0047d2c6a3900ca72e3eea86031bb23;hpb=ea9e5d2536fd8234d1c7e48acc26e161d1df90d4;p=lilypond.git diff --git a/input/regression/part-combine-global.ly b/input/regression/part-combine-global.ly index b39d9e03f0..cbf0dc84bc 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 "1.9.8" + } +\version "2.14.0" -vone =\notes +vone = %%%%%%%%%%%%%% 0 1 2 3 \relative c'' { - \time 2/4 - a8[ a] a8[ a] | - a8[ a] a8[ a] + \time 2/4 + a8[ a] a8[ a] | + a8[ a] a8[ a] } -vtwo =\notes +vtwo = \relative c' { - \time 2/4 - f8[ f]~ f8[ f] | - f8[ f] f8[ f] + \time 2/4 + f8[ f]~ f8[ f] | + f8[ f] f8[ f] } -\score { - \newpartcombine \vone \vtwo - } + +\partcombine \vone \vtwo +