]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.112
authorfred <fred>
Wed, 27 Mar 2002 00:33:45 +0000 (00:33 +0000)
committerfred <fred>
Wed, 27 Mar 2002 00:33:45 +0000 (00:33 +0000)
lily/chord-tremolo-engraver.cc

index b7d85023281db5bca5cd03c197f2ac9f603a098c..496baacbd0758f086771e72496847f484728586a 100644 (file)
@@ -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;