]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music-iterator.hh
2003 -> 2004
[lilypond.git] / lily / include / time-scaled-music-iterator.hh
index abdd2ac6a646923207c9644456b795255fe845f9..b4043badfdf331790cee8f4d5b15d963e01fbe63 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 class Time_scaled_music_iterator : public Music_wrapper_iterator
 {
 public:  
-  VIRTUAL_COPY_CONS (Music_iterator);
-  // construction
+  DECLARE_SCHEME_CALLBACK(constructor, ()); 
+  /* construction */
 protected:
-  virtual void do_process_and_next (Moment);
+  virtual void process (Moment);
 };