From 9387566b8d3690284002ff83f29c4fad9382de9f Mon Sep 17 00:00:00 2001 From: fred Date: Wed, 27 Mar 2002 00:33:45 +0000 Subject: [PATCH] lilypond-1.3.112 --- lily/chord-tremolo-engraver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5