X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=1737eae57a55ea5c92d98ab6eef11dccca4a00bc;hb=e45059ae37b240ce52639ad5c49110b510a89481;hp=415824688305fefb128eb702033ade1e842c6e86;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index 4158246883..1737eae57a 100644 --- a/input/regression/part-combine.ly +++ b/input/regression/part-combine.ly @@ -1,26 +1,30 @@ \header { - texidoc ="The new part combiner. -Apart for: + texidoc ="The new part combiner stays apart from: @itemize @bullet -@item different durations (start points) -@item different articulations (only slur/beam/tie work) -@item wide pitch ranges +@item different durations, +@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.19.21" -\score { - \partcombine \vone \vtwo +vone = \relative { + g'2 g g g4 g f' c c( c) c c c ~ c + c2. c4 c } +vtwo = \relative { + f'2 f4 f f2 g4 g c, f f f f f~ f ~ f + f4 f2. ~ 4 +} + + +\partcombine \vone \vtwo + + +