From: Han-Wen Nienhuys Date: Thu, 30 Mar 2006 11:02:55 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.9.1~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab8332c11bd0da0d9efeed2d440a3ccaa430d03c;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 902268a42f..fcf0cdb61b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-30 Joe Neeman + + * 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 * lily/ttf.cc (print_trailer): only print existing glyphs. diff --git a/lily/chord-tremolo-engraver.cc b/lily/chord-tremolo-engraver.cc index 9c6cd1069f..29fe53cbc5 100644 --- a/lily/chord-tremolo-engraver.cc +++ b/lily/chord-tremolo-engraver.cc @@ -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 ()); } }