X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=blobdiff_plain;f=lily%2Fchord-tremolo-iterator.cc;h=2556751e84f24c3eeef96978d212d8a2c27a4f1c;hb=8e300d9598c6f54cb18d8bc8cd0458fa1028d8b9;hp=1cfbc590d32623048437bd7acab6717f0ebdb7de;hpb=087e8a65fe2c30e044c290f68e8e3ae523cf6171;p=lilypond.git diff --git a/lily/chord-tremolo-iterator.cc b/lily/chord-tremolo-iterator.cc index 1cfbc590d3..2556751e84 100644 --- a/lily/chord-tremolo-iterator.cc +++ b/lily/chord-tremolo-iterator.cc @@ -20,7 +20,7 @@ void Chord_tremolo_iterator::construct_children () { Repeated_music * rep = dynamic_cast (music_l ()); - factor_ = Moment (1, rep->repeat_count ()); + factor_ = Moment (Rational(1, rep->repeat_count ())); child_iter_p_ = get_iterator_p (rep->body ()); }