X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=89f5fd5fcba1065d4b71d76da9da948bb84d8446;hb=9b76b9fb38d1e6686f83c4f883bb7ea0c2f47c74;hp=34fa1a57642a49a4f69b16e3698bff48a8ff4227;hpb=9c31b0d42a407a412a324a6586cfb0437de4bfd8;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index 34fa1a5764..89f5fd5fcb 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.36" +} -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.11.51" -\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 + + +