]> git.donarmstrong.com Git - lilypond.git/commitdiff
(set_stem_lengths): force direction callback.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 4 Nov 2005 02:18:57 +0000 (02:18 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 4 Nov 2005 02:18:57 +0000 (02:18 +0000)
(print): read quantized-positions, so we can force
Beam::set_stem_lengths to occur.
(rest_collision_callback): use common X parent.

lily/beam.cc
scm/define-grob-properties.scm

index 71930f2e07e5636c4480ba2f9f6da3b062305310..19b69fe15be0f134b24bc688be92e97796de4c16 100644 (file)
@@ -1395,6 +1395,7 @@ ADD_INTERFACE (Beam,
               "neutral-direction "
               "positions "
               "quant-score "
+              "quantized-positions "
               "shorten "
               "stems "
               "thickness "
index 4fcac63c7c622013966f95ee30113b87341c224e..0f730b5c1d335ada1f28bddeebfee0dd7d4c88cb 100644 (file)
@@ -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.")