X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fpart-combine-force.ly;h=4a41ae3104741ba48247e38a29da9b0d3a74dd34;hb=b872748c6aa8bb721ced458691b38ac2fac5dfc8;hp=46894fa0e45e0bbb5ac36ff97537a6b38990912e;hpb=02a883ede0729365c92042cfaa003e82c834054a;p=lilypond.git diff --git a/input/regression/part-combine-force.ly b/input/regression/part-combine-force.ly index 46894fa0e4..4a41ae3104 100644 --- a/input/regression/part-combine-force.ly +++ b/input/regression/part-combine-force.ly @@ -1,17 +1,17 @@ \header { texidoc ="Overrides for the part-combiner. All functions like - @code{\\partcombineApart} and @code{\\partcombineApartOnce} are internally implemented - using a dedicated @code{PartCombineForceEvent}. -" + @code{\\partcombineApart} and @code{\\once \partcombineApart} are + internally implemented using a dedicated @code{partCombineForced} + context property." } \layout { ragged-right = ##t } -\version "2.16.0" +\version "2.19.29" -mI = \relative c' { - e4 e c2 | +mI = \relative { + e'4 e c2 | \partcombineApart c^"apart" e | e e | \partcombineChords e'^"chord" e | @@ -19,8 +19,8 @@ mI = \relative c' { \partcombineUnisono c^"unisono" c | \partcombineAutomatic c\! c^"V1 longer" | } -mII = \relative c' { - c4 c c2 | +mII = \relative { + c'4 c c2 | c c | \partcombineAutomatic e^"auto" e | a, c |