]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/time-scaled-music-iterator.cc
*** empty log message ***
[lilypond.git] / lily / time-scaled-music-iterator.cc
index ede99b4931ca90dc8b67ae9444120605a0255fcb..1111b68742b717bed279291ec7eb01eb50b9cdb1 100644 (file)
@@ -3,15 +3,15 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1998--2003 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 "event.hh"
-#include "translator-group.hh"
-
+#include "context.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_context (yeah->get_outlet ());
       else
        get_music ()->origin ()->warning (_ ("no one to print a tuplet start bracket"));
     }