]> 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 7bd174bc02f27903ed00bd658558777d6ef494b1..1111b68742b717bed279291ec7eb01eb50b9cdb1 100644 (file)
@@ -8,10 +8,10 @@
  */
 
 #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->get_outlet ());
+       set_context (yeah->get_outlet ());
       else
        get_music ()->origin ()->warning (_ ("no one to print a tuplet start bracket"));
     }