]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-tremolo-engraver.cc
release: 1.3.121
[lilypond.git] / lily / chord-tremolo-engraver.cc
index 4c9a9e01a1d28045effaf18e617b3700f94101fc..496baacbd0758f086771e72496847f484728586a 100644 (file)
@@ -77,10 +77,10 @@ Chord_tremolo_engraver::try_music (Music * m)
 {
   Repeated_music * rp = dynamic_cast<Repeated_music*> (m);
   if (rp
-      && rp->get_mus_property ("type") == Chord_tremolo_iterator::constructor_cxx_function
+      && 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;