]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 30 Mar 2006 11:02:55 +0000 (11:02 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 30 Mar 2006 11:02:55 +0000 (11:02 +0000)
ChangeLog
lily/chord-tremolo-engraver.cc

index 902268a42f3e55967431d1e11074bd49594b1430..fcf0cdb61b7663e1f35d3a3dbcdb2d9ad98e7bc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-03-30  Joe Neeman  <joeneeman@gmail.com>
+       
+       * lily/chord-tremolo-engraver.cc (acknowledge_stem): set the
+       stem-tremolo object in the stem (or else the stem might not be
+       long enough).
+
 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/ttf.cc (print_trailer): only print existing glyphs.
index 9c6cd1069f9b475363579816f45bf7f0f4f9e1b1..29fe53cbc5ca8be18b669a9287bdc4db0d3e4d3a 100644 (file)
@@ -176,6 +176,7 @@ Chord_tremolo_engraver::acknowledge_stem (Grob_info info)
       stem_tremolo_->set_object ("stem",
                                 info.grob ()->self_scm ());
       stem_tremolo_->set_parent (info.grob (), X_AXIS);
+      info.grob ()->set_object ("tremolo-flag", stem_tremolo_->self_scm ());
     }
 }