]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/simple-music-iterator.hh
patch::: 1.3.85.jcn3
[lilypond.git] / lily / include / simple-music-iterator.hh
1 /*   
2   request-iterator.hh -- declare Request_iterator
3   
4   source file of the GNU LilyPond music typesetter
5   
6   (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7   
8  */
9
10 #ifndef REQUEST_ITERATOR_HH
11 #define REQUEST_ITERATOR_HH
12
13 #include "music-iterator.hh"
14
15 class Simple_music_iterator : public Music_iterator
16 {
17 protected:
18   virtual void do_process_and_next (Moment );
19 };
20
21 #endif /* REQUEST_ITERATOR_HH */
22