lilypond-1.5.10
[lilypond.git] / lily / include / grace-iterator.hh
blob2ed8a81452e5bec06cb89552172a917656a2e2f2
1 /*
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>
8 */
10 #ifndef NEWGRACE_ITERATOR_HH
11 #define NEWGRACE_ITERATOR_HH
13 #include "music-wrapper-iterator.hh"
15 class Grace_iterator : public Music_wrapper_iterator
17 public:
18 VIRTUAL_COPY_CONS (Music_iterator);
19 ~Grace_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 */