X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=13a0d82096e1b2a305fde7b46ca5560dd6ba2a63;hb=f1192108093a6a94583e641c3f8f494d21f35003;hp=fb2820dcb4776c4e495483ad297c6820b9939d12;hpb=7e8d660df15820c540b74a4ab74d175284cd9008;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index fb2820dcb4..13a0d82096 100644 --- a/input/regression/part-combine.ly +++ b/input/regression/part-combine.ly @@ -1,25 +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.1.30" +} -vone = \notes \relative a' { g2 g g g4 g f' c c( c) c c c ~ c - c2. c4 c - } -vtwo = \notes \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 +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 + + +