2 event-chord-iterator.hh -- declare Event_chord_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #ifndef EVENT_CHORD_ITERATOR_HH
10 #define EVENT_CHORD_ITERATOR_HH
12 #include "simple-music-iterator.hh"
15 Walk through a Event_chord
17 class Event_chord_iterator : public Simple_music_iterator
20 Find a bottom notation context to deliver events to.
22 DECLARE_CLASSNAME(Event_chord_iterator);
25 DECLARE_SCHEME_CALLBACK (constructor, ());
26 Event_chord_iterator ();
27 Event_chord_iterator (Event_chord_iterator const &);
30 virtual void process (Moment);
31 virtual void construct_children ();
34 #endif // EVENT_CHORD_ITERATOR_HH