From: hanwen Date: Fri, 4 Nov 2005 02:18:57 +0000 (+0000) Subject: (set_stem_lengths): force direction callback. X-Git-Tag: release/2.7.16^2~5 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c8801925753ba990cd6167939b814c056d39e54;p=lilypond.git (set_stem_lengths): force direction callback. (print): read quantized-positions, so we can force Beam::set_stem_lengths to occur. (rest_collision_callback): use common X parent. --- diff --git a/lily/beam.cc b/lily/beam.cc index 71930f2e07..19b69fe15b 100644 --- a/lily/beam.cc +++ b/lily/beam.cc @@ -1395,6 +1395,7 @@ ADD_INTERFACE (Beam, "neutral-direction " "positions " "quant-score " + "quantized-positions " "shorten " "stems " "thickness " diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 4fcac63c7c..0f730b5c1d 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -538,6 +538,7 @@ entries @code{name} and @code{interfaces}.") ;; TODO: use interface for this! + (quantized-positions ,number-pair? "Beam positions after quanting.") (chord-tremolo ,boolean? "if set, this beam is a tremolo. ") (begin-of-line-visible ,boolean? "Used for marking ChordNames that should only show changes.")