]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request-iterator.hh
release: 1.3.86
[lilypond.git] / lily / include / request-iterator.hh
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ea2b07b026b221caf0579b1a00ac986fb6ca094d 100644 (file)
@@ -0,0 +1,23 @@
+/*   
+  request-iterator.hh -- declare Request_iterator
+  
+  source file of the GNU LilyPond music typesetter
+  
+  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  
+ */
+
+#ifndef REQUEST_ITERATOR_HH
+#define REQUEST_ITERATOR_HH
+
+#include "music-iterator.hh"
+
+class Simple_music_iterator : public Music_iterator
+{
+public:
+protected:
+  virtual void do_process_and_next (Moment );
+};
+
+#endif /* REQUEST_ITERATOR_HH */
+