X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=13a0d82096e1b2a305fde7b46ca5560dd6ba2a63;hb=f1192108093a6a94583e641c3f8f494d21f35003;hp=383c2c915829f9c0a1ad5246801cb894361fb090;hpb=d20e6f3542b828f647ee06f4a0b27714280784e6;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index 383c2c9158..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.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 - \paper { 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 + + +