]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-scaled-music-iterator.cc
2003 -> 2004
[lilypond.git] / lily / time-scaled-music-iterator.cc
index cbba1e4f03e449051456cdd6328133982015cc28..7bd174bc02f27903ed00bd658558777d6ef494b1 100644 (file)
@@ -3,15 +3,15 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1998--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #include "time-scaled-music-iterator.hh"
 #include "time-scaled-music.hh"
-#include "musical-request.hh"
+#include "event.hh"
 #include "translator-group.hh"
-#include "command-request.hh"
+
 
 void
 Time_scaled_music_iterator::process (Moment m)
@@ -20,7 +20,7 @@ Time_scaled_music_iterator::process (Moment m)
     {
       Music_iterator *yeah = try_music (get_music ());
       if (yeah)
-       set_translator (yeah->report_to ());
+       set_translator (yeah->get_outlet ());
       else
        get_music ()->origin ()->warning (_ ("no one to print a tuplet start bracket"));
     }