X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=13a0d82096e1b2a305fde7b46ca5560dd6ba2a63;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=72a22ee2edbd93da2ef61b208697e4c821e3abb6;hpb=641486a1a5522a9e66b470d8c762a1f789219573;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index 72a22ee2ed..13a0d82096 100644 --- a/input/regression/part-combine.ly +++ b/input/regression/part-combine.ly @@ -1,26 +1,30 @@ \header { - texidoc ="The new part combiner stays apart from: + texidoc ="The new part combiner stays apart from: @itemize @bullet @item different durations, @item different articulations (taking into account only slur/beam/tie), and @item wide pitch ranges. @end itemize " - } - -\version "2.4.0" +} -vone = \relative a' { g2 g g g4 g f' c c( c) c c c ~ c - c2. c4 c - } -vtwo = \relative a' { f2 f4 f f2 g4 g c, f f f f f~ f ~ f - f4 f2. ~ f4 +\layout { ragged-right = ##t } - } +\version "2.12.0" -\score { - \partcombine \vone \vtwo - \layout { raggedright = ##t } +vone = \relative a' { + g2 g g g4 g f' c c( c) c c c ~ c + c2. c4 c } +vtwo = \relative a' { + f2 f4 f f2 g4 g c, f f f f f~ f ~ f + f4 f2. ~ f4 +} + + +\partcombine \vone \vtwo + + +