2 grace-iterator.hh -- declare Grace_iterator
4 source file of the GNU LilyPond music typesetter
6 (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef NEWGRACE_ITERATOR_HH
11 #define NEWGRACE_ITERATOR_HH
13 #include "music-wrapper-iterator.hh"
15 class Grace_iterator
: public Music_wrapper_iterator
18 VIRTUAL_COPY_CONS (Music_iterator
);
20 virtual void construct_children () ;
21 virtual void process (Moment
);
22 static SCM constructor_cxx_function
;
23 Moment
pending_moment () const;
28 #endif /* GRACE_ITERATOR_HH */