X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Frequest-chord-iterator.cc;h=aaeeeecac7bcb5427fad13d5c56aa341d839d8e3;hb=7181c77e5d46a271f5f76e99bee7f844611e23e4;hp=080240a8b519b726b25d9dc6d8e1e3fe58d0009c;hpb=0faba210842f1b0dd3863bfa6e2238bfa7384ba5;p=lilypond.git diff --git a/lily/request-chord-iterator.cc b/lily/request-chord-iterator.cc index 080240a8b5..aaeeeecac7 100644 --- a/lily/request-chord-iterator.cc +++ b/lily/request-chord-iterator.cc @@ -49,7 +49,7 @@ SCM Request_chord_iterator::get_music (Moment) const { SCM s = SCM_EOL; - if (music_l_) + if (last_processed_mom_ < Moment (0)) { Music_sequence * ms = dynamic_cast (music_l_); @@ -64,7 +64,7 @@ Request_chord_iterator::get_music (Moment) const void Request_chord_iterator::process (Moment m) { - if (music_l_) + if (last_processed_mom_ < Moment (0)) { for (SCM s = dynamic_cast (music_l_)->music_list (); gh_pair_p (s); s = gh_cdr (s))