X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fmulti-measure-rest.cc;h=a4990332f369478a8caa7400e8e8ede2cdc2e8d3;hb=a699632a5bafd3902478426160f8adb9ff24d008;hp=f2d1af5a62e1c4b20168b4593232a8390b99a1c6;hpb=fd51470b9c86e6e61212310d97b627335413cccf;p=lilypond.git diff --git a/lily/multi-measure-rest.cc b/lily/multi-measure-rest.cc index f2d1af5a62..a4990332f3 100644 --- a/lily/multi-measure-rest.cc +++ b/lily/multi-measure-rest.cc @@ -368,8 +368,8 @@ Multi_measure_rest::calculate_spacing_rods (Grob *me, Real length) + options.get_duration_space (mlen.main_part_); } - length += 2 * robust_scm2double (me->get_property ("bound-padding"), 0.0) - + 2 * robust_scm2double (me->get_property ("padding"), 0.0); + length += 2 * robust_scm2double (me->get_property ("bound-padding"), 0.0); + Real minlen = robust_scm2double (me->get_property ("minimum-length"), 0.0); Item *combinations[4][2] = {{li, ri}, @@ -432,7 +432,6 @@ ADD_INTERFACE (Multi_measure_rest, "hair-thickness " "measure-count " "minimum-length " - "padding " "round-up-exceptions " "round-up-to-longer-rest " "spacing-pair "