2 grace-iterator.hh -- declare Grace_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
9 #ifndef NEWGRACE_ITERATOR_HH
10 #define NEWGRACE_ITERATOR_HH
12 #include "music-wrapper-iterator.hh"
14 class Grace_iterator : public Music_wrapper_iterator
17 virtual void process (Moment);
18 DECLARE_SCHEME_CALLBACK (constructor, ());
19 DECLARE_CLASSNAME(Grace_iterator);
20 Moment pending_moment () const;
23 #endif /* GRACE_ITERATOR_HH */