]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/change-iterator.cc
patch::: 1.0.12.hwn1
[lilypond.git] / lily / change-iterator.cc
index 4f97c77fd78bf52b9a486a776a73b93956bcd395..d314f35385f8150de87d7d0eb2815ba50e0c0905 100644 (file)
@@ -60,11 +60,10 @@ Change_iterator::process_and_next (Moment m)
        Translator_group * dest = 
          report_to_l ()->find_create_translator_l (to_type, to_id);
        current->remove_translator_p (last);
-       dest->add (last);
+       dest->add_translator (last);
       }
     else
       {
-       
        /*
          We could change the current translator's id, but that would make 
          errors hard to catch