From 2c8801925753ba990cd6167939b814c056d39e54 Mon Sep 17 00:00:00 2001 From: hanwen Date: Fri, 4 Nov 2005 02:18:57 +0000 Subject: [PATCH] (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. --- lily/beam.cc | 1 + scm/define-grob-properties.scm | 1 + 2 files changed, 2 insertions(+) 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.") -- 2.39.5