]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/time-scaled-music-iterator.hh
* lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
[lilypond.git] / lily / include / time-scaled-music-iterator.hh
index 2ddcdf298c2fbb1f8b41bd6f49af134836cf6d4d..5d0224861d32b8449f085857dae94f74a6a09872 100644 (file)
@@ -1,11 +1,10 @@
-/*   
+/*
   compressed-music-iterator.hh -- declare Time_scaled_music_iterator
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1998--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+*/
 
 #ifndef Time_scaled_music_ITERATOR_HH
 #define Time_scaled_music_ITERATOR_HH
 
 class Time_scaled_music_iterator : public Music_wrapper_iterator
 {
-public:  
-  VIRTUAL_COPY_CONS (Music_iterator);
-  static SCM constructor_cxx_function; 
+public:
+  DECLARE_SCHEME_CALLBACK (constructor, ());
   /* construction */
 protected:
   virtual void process (Moment);
 };
 
-
 #endif /* Time_scaled_music_ITERATOR_HH */