]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/chord-tremolo-iterator.cc
release: 1.5.6
[lilypond.git] / lily / chord-tremolo-iterator.cc
index 1cfbc590d32623048437bd7acab6717f0ebdb7de..2556751e84f24c3eeef96978d212d8a2c27a4f1c 100644 (file)
@@ -20,7 +20,7 @@ void
 Chord_tremolo_iterator::construct_children ()
 {
   Repeated_music * rep = dynamic_cast<Repeated_music*> (music_l ());
-  factor_  = Moment (1, rep->repeat_count ());
+  factor_  = Moment (Rational(1, rep->repeat_count ()));
   child_iter_p_ = get_iterator_p (rep->body ());
 }