+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.
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 ());
}
}