X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine.ly;h=1737eae57a55ea5c92d98ab6eef11dccca4a00bc;hb=4b78ea65daabcab3c4b6baf90fdd6f98aa186917;hp=cefd7fcc3283c7741e879ae3c2a75b56d51d83f4;hpb=617646bb3f5e82a2bcc23a954d3fd1f4636afc7c;p=lilypond.git diff --git a/input/regression/part-combine.ly b/input/regression/part-combine.ly index cefd7fcc32..1737eae57a 100644 --- a/input/regression/part-combine.ly +++ b/input/regression/part-combine.ly @@ -3,23 +3,23 @@ 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 " } -\layout { raggedright = ##t } +\layout { ragged-right = ##t } -\version "2.6.0" +\version "2.19.21" -vone = \relative a' { - g2 g g g4 g f' c c( c) c c c ~ c +vone = \relative { + g'2 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 +vtwo = \relative { + f'2 f4 f f2 g4 g c, f f f f f~ f ~ f + f4 f2. ~ 4 }