X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=13a0d82096e1b2a305fde7b46ca5560dd6ba2a63;hb=eeec992b7029d0982bf4ed0eb3995e9ca99c10e9;hp=dfc3cb5d873238639a4d444ffd4bfb45a2caa5f2;hpb=a736b537c32e3b07a22ebedf3eacfeb46c57be25;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index dfc3cb5d87..13a0d82096 100644 --- a/input/regression/part-combine.ly +++ b/input/regression/part-combine.ly @@ -1,24 +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 " - } +} -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 { - \newpartcombine \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 + + +