X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=1737eae57a55ea5c92d98ab6eef11dccca4a00bc;hb=d36171e34d236d890f5dc511b895037188c6c7cb;hp=ba29b30d7e6e6dc69faac111c4bbcaddb6ff6cc7;hpb=06b1da466f99f6c4a01ee6a3e611d25bd5359d4c;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index ba29b30d7e..1737eae57a 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 different articulations (taking into account only slur/@/beam/@/tie), and @item wide pitch ranges. @end itemize " - } - -\version "2.3.17" +} -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 +\layout { ragged-right = ##t } - } +\version "2.19.21" -\score { - \partcombine \vone \vtwo - \paper { raggedright = ##t } +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 + + +