X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=5647b774f4c0df0c7103f1364aabc807f91c0be1;hb=4003749dc15f9f231e2bfd7a6d511519e232996b;hp=5e432cf6f7946173ace0f3f33608148975810064;hpb=49be49dd2e86c0d654e2032a57fd5072d0ad7dcb;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index 5e432cf6f7..5647b774f4 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 different articulations (taking into account only slur/@/beam/@/tie), and @item wide pitch ranges. @end itemize " - } - -\version "2.1.22" +} -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.14.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 + + +