Correct left text alignment of DynamicTextSpanner.
[lilypond.git] / lily / include / event-iterator.hh
blob2b8368b9849075857f48716c593f0a52cedbd73a
1 /*
2 event-iter.hh -- declare Event_chord_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 2006--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
7 Erik Sandberg <mandolaerik@gmail.com>
8 */
10 #ifndef EVENT_ITERATOR_HH
11 #define EVENT_ITERATOR_HH
13 #include "simple-music-iterator.hh"
15 class Event_iterator : public Simple_music_iterator
17 DECLARE_CLASSNAME(Event_iterator);
19 public:
20 DECLARE_SCHEME_CALLBACK (constructor, ());
21 Event_iterator ();
22 Event_iterator (Event_iterator const &);
23 virtual void construct_children ();
25 protected:
26 virtual void process (Moment);
29 #endif // EVENT_ITERATOR_HH