Index: lily/chord-tremolo-engraver.cc =================================================================== RCS file: /sources/lilypond/lilypond/lily/chord-tremolo-engraver.cc,v retrieving revision 1.97 diff -u -r1.97 chord-tremolo-engraver.cc --- lily/chord-tremolo-engraver.cc 11 Feb 2006 11:35:18 -0000 1.97 +++ lily/chord-tremolo-engraver.cc 30 Mar 2006 10:50:36 -0000 @@ -176,6 +176,7 @@ 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 ()); } }