X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ftime-scaled-music-iterator.cc;h=1111b68742b717bed279291ec7eb01eb50b9cdb1;hb=4173d6daa376784cd64637a09ebab0d96c25292e;hp=df703cbb33b9cca4fa4254b9069aba2400637e1e;hpb=e37010af17faa8b185de836664b6544bd29dc1d0;p=lilypond.git diff --git a/lily/time-scaled-music-iterator.cc b/lily/time-scaled-music-iterator.cc index df703cbb33..1111b68742 100644 --- a/lily/time-scaled-music-iterator.cc +++ b/lily/time-scaled-music-iterator.cc @@ -8,6 +8,7 @@ */ #include "time-scaled-music-iterator.hh" + #include "time-scaled-music.hh" #include "event.hh" #include "context.hh" @@ -19,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")); }