X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fevent-chord-iterator.cc;h=e588574020e06e93b310ebc702f2aa92f5d91ce0;hb=ba858880848d6aca1de4401d185860eb2017a01c;hp=074e2142f09f4e908c7de145f2a1bf827bf9ebcc;hpb=8a79cd32eeeaffb4d1b6ad551b0b2a23a6029db7;p=lilypond.git diff --git a/lily/event-chord-iterator.cc b/lily/event-chord-iterator.cc index 074e2142f0..e588574020 100644 --- a/lily/event-chord-iterator.cc +++ b/lily/event-chord-iterator.cc @@ -47,7 +47,7 @@ Event_chord_iterator::process (Moment m) if (last_processed_mom_ < Moment (0)) { for (SCM s = dynamic_cast (get_music ())->music_list (); - is_pair (s); s = ly_cdr (s)) + ly_c_pair_p (s); s = ly_cdr (s)) { Music *mus = unsmob_music (ly_car (s));