]> git.donarmstrong.com Git - lilypond.git/commitdiff
* scm/define-grob-properties.scm (all-internal-grob-properties):
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 May 2006 19:51:12 +0000 (19:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sun, 7 May 2006 19:51:12 +0000 (19:51 +0000)
remove chord-tremolo property.

* lily/beam.cc (get_beam_segments): don't use stem position as
base for broken ends.

ChangeLog
lily/beam.cc
lily/chord-tremolo-engraver.cc
scm/define-grob-properties.scm

index b0a3d328fb5b5d83be41302eb28843b2a1954053..b4a661c07c8634ad72fdf87767805a84ac441e76 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-05-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scm/define-grob-properties.scm (all-internal-grob-properties):
+       remove chord-tremolo property.
+
        * lily/beam.cc (get_beam_segments): don't use stem position as
        base for broken ends.
 
index 9e425b3f0a0c42e0de58698bfa3400568e849852..acc4c7a7b3e416067947f8bd343f47f5f2dd51ac 100644 (file)
@@ -1445,7 +1445,6 @@ ADD_INTERFACE (Beam,
               "beamed-stem-shorten "
               "beaming "
               "break-overshoot "
-              "chord-tremolo "
               "concaveness "
               "damping "
               "details "
index 29fe53cbc5ca8be18b669a9287bdc4db0d3e4d3a..dd1c040946f78a315f2ddc8bd357770ee567221c 100644 (file)
@@ -117,8 +117,6 @@ Chord_tremolo_engraver::process_music ()
   if (repeat_ && body_is_sequential_ && !beam_)
     {
       beam_ = make_spanner ("Beam", repeat_->self_scm ());
-      beam_->set_property ("chord-tremolo", SCM_BOOL_T);
-
       beam_start_location_ = robust_scm2moment (get_property ("measurePosition"), Moment (0));
     }
 }
index f11100f7718506c736c6da111e9485f1736fd8e5..1c43db7cfc093a3a93d18a72c463346144eeedf1 100644 (file)
@@ -553,7 +553,6 @@ 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.")
 
      (quantize-position ,boolean? "If set, a vertical alignment is aligned to be within staff spaces.")