]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/request-iterator.hh
release: 1.3.48
[lilypond.git] / lily / include / request-iterator.hh
index 15640ccd74735c26356e3db8bf60c3a7da4808bb..ea2b07b026b221caf0579b1a00ac986fb6ca094d 100644 (file)
@@ -1,32 +1,23 @@
-/*
-  request-iter.hh -- declare Request_chord_iterator
-
+/*   
+  request-iterator.hh -- declare Request_iterator
+  
   source file of the GNU LilyPond music typesetter
+  
+  (c) 2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  
+ */
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-*/
-
-
-#ifndef REQUEST_ITER_HH
-#define REQUEST_ITER_HH
+#ifndef REQUEST_ITERATOR_HH
+#define REQUEST_ITERATOR_HH
 
 #include "music-iterator.hh"
 
-class Request_chord_iterator : public Music_iterator {
-  const Request_chord * elt_l_;
-  Moment elt_duration_;
-  bool last_b_;
+class Simple_music_iterator : public Music_iterator
+{
 public:
-  Request_chord_iterator (Request_chord*);
-  DECLARE_MY_RUNTIME_TYPEINFO;
-
 protected:
-  virtual void process_and_next (Moment);
-  virtual Moment next_moment() const;
-  virtual void construct_children();
-  virtual bool ok() const;
-  virtual void do_print() const;
+  virtual void do_process_and_next (Moment );
 };
 
+#endif /* REQUEST_ITERATOR_HH */
 
-#endif // REQUEST_ITER_HH