From: fred Date: Wed, 27 Mar 2002 00:33:45 +0000 (+0000) Subject: lilypond-1.3.112 X-Git-Tag: release/1.5.59~1086 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9387566b8d3690284002ff83f29c4fad9382de9f;p=lilypond.git lilypond-1.3.112 --- diff --git a/lily/chord-tremolo-engraver.cc b/lily/chord-tremolo-engraver.cc index b7d8502328..496baacbd0 100644 --- a/lily/chord-tremolo-engraver.cc +++ b/lily/chord-tremolo-engraver.cc @@ -80,7 +80,7 @@ Chord_tremolo_engraver::try_music (Music * m) && rp->get_mus_property ("iterator-ctor") == Chord_tremolo_iterator::constructor_cxx_function && !repeat_) { - Moment l = rp->body_length_mom (); + Moment l = rp->length_mom (); repeat_ = rp; start_mom_ = now_mom (); stop_mom_ = start_mom_ + l;