]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music-iterator.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / time-scaled-music-iterator.hh
index 28ab473db01fd65a2f9514a1c0fa43979e952dfc..3f9982a899835759cdb2895410ee107fcefd2e21 100644 (file)
@@ -1,25 +1,27 @@
-/*   
+/*
   compressed-music-iterator.hh -- declare Time_scaled_music_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
 
-#ifndef Time_scaled_music_ITERATOR_HH
-#define Time_scaled_music_ITERATOR_HH
+  (c) 1998--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>,
+                 Erik Sandberg <mandolaerik@gmail.com>
+*/
+
+#ifndef TIME_SCALED_MUSIC_ITERATOR_HH
+#define TIME_SCALED_MUSIC_ITERATOR_HH
 
-#include "music-wrapper-iterator.hh"
+#include "sequential-iterator.hh"
 
-class Time_scaled_music_iterator : public Music_wrapper_iterator
+class Time_scaled_music_iterator : public Sequential_iterator
 {
-public:  
-  // construction
+public:
+  DECLARE_SCHEME_CALLBACK (constructor, ());
+  /* construction */
+  DECLARE_CLASSNAME(Time_scaled_music_iterator);
+  Time_scaled_music_iterator ();
 protected:
-  virtual void do_process_and_next (Moment);
+  virtual SCM get_music_list () const;
+private:
 };
 
-
-#endif /* Time_scaled_music_ITERATOR_HH */
-
+#endif /* TIME_SCALED_MUSIC_ITERATOR_HH */