X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fevent-chord-iterator.cc;h=60e7e3081a0ba00fce334c5ec16f5527181ceae1;hb=9f3572d98bb948c9689cd1f75401a029451fa001;hp=89a0f383a99020427b918e09f8675663b9f7f087;hpb=04265f11d1f21416ccebd2dcaa1d903dc781b36e;p=lilypond.git diff --git a/lily/event-chord-iterator.cc b/lily/event-chord-iterator.cc index 89a0f383a9..60e7e3081a 100644 --- a/lily/event-chord-iterator.cc +++ b/lily/event-chord-iterator.cc @@ -9,13 +9,11 @@ #include "event-chord-iterator.hh" #include "context.hh" -#include "dispatcher.hh" #include "duration.hh" #include "input.hh" #include "international.hh" #include "music.hh" #include "pitch.hh" -#include "stream-event.hh" #include "warn.hh" Event_chord_iterator::Event_chord_iterator () @@ -40,12 +38,6 @@ Event_chord_iterator::process (Moment m) Music *mus = unsmob_music (scm_car (s)); report_event (mus); } - for (SCM s = get_music ()->get_property ("events"); - scm_is_pair (s); s = scm_cdr (s)) - { - Stream_event *ev = unsmob_stream_event (scm_car (s)); - get_outlet ()->event_source ()->broadcast (ev); - } } Simple_music_iterator::process (m); }