X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fevent-chord-iterator.cc;h=56fe24f6cb4d1597735242c37d1630dde07e715e;hb=a286e94740cef413b1460cda2ce9848ad089ca90;hp=79d993a8e852f84891923e9b5a9af8695950e195;hpb=2536405e9584f63d559653183971c0fec57ba037;p=lilypond.git diff --git a/lily/event-chord-iterator.cc b/lily/event-chord-iterator.cc index 79d993a8e8..56fe24f6cb 100644 --- a/lily/event-chord-iterator.cc +++ b/lily/event-chord-iterator.cc @@ -6,9 +6,10 @@ (c) 1997--2004 Han-Wen Nienhuys */ +#include "event-chord-iterator.hh" + #include "context.hh" #include "warn.hh" -#include "event-chord-iterator.hh" #include "music-list.hh" #include "event.hh" @@ -23,7 +24,7 @@ Event_chord_iterator::get_req_translator () if (get_outlet ()->is_bottom_context ()) return get_outlet (); - set_translator (get_outlet ()->get_default_interpreter ()); + set_context (get_outlet ()->get_default_interpreter ()); return get_outlet (); } @@ -47,9 +48,9 @@ Event_chord_iterator::process (Moment m) if (last_processed_mom_ < Moment (0)) { for (SCM s = dynamic_cast (get_music ())->music_list (); - scm_is_pair (s); s = ly_cdr (s)) + scm_is_pair (s); s = scm_cdr (s)) { - Music *mus = unsmob_music (ly_car (s)); + Music *mus = unsmob_music (scm_car (s)); bool gotcha = try_music (mus); if (!gotcha)