]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/event-chord-iterator.cc
Stop EventChord iterator from replaying the "events" property.
[lilypond.git] / lily / event-chord-iterator.cc
index 899287a99990036b4ccdf78a0c6638bd56254f40..b71a0ff563f0b80ebfc8869d21b4cb631d157e91 100644 (file)
@@ -49,12 +49,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);
 }