]> 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 dabc8e8783308c3be062ff5425f8cc4c71c14fd0..3f9982a899835759cdb2895410ee107fcefd2e21 100644 (file)
@@ -3,23 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (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
+#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:
   DECLARE_SCHEME_CALLBACK (constructor, ());
   /* construction */
   DECLARE_CLASSNAME(Time_scaled_music_iterator);
+  Time_scaled_music_iterator ();
 protected:
-  virtual void process (Moment);
+  virtual SCM get_music_list () const;
+private:
 };
 
-#endif /* Time_scaled_music_ITERATOR_HH */
-
+#endif /* TIME_SCALED_MUSIC_ITERATOR_HH */