]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/translator-group.cc
release: 1.3.142
[lilypond.git] / lily / translator-group.cc
index 6bda7b9030505e1e86c4b31c3a5853cdaaf3f4e3..ff63c26e16a2d89338745a23fe9aa1d39a4487ec 100644 (file)
@@ -372,13 +372,13 @@ Translator_group::execute_single_pushpop_property (SCM prop, SCM eltprop, SCM va
 void
 Translator_group::stop_translation_timestep ()
 {
-  each (&Translator::stop_translation_timestep);
+  each (&Translator::pre_move_processing);
 }
 
 void
 Translator_group::start_translation_timestep ()
 {
-  each (&Translator::start_translation_timestep);
+  each (&Translator::post_move_processing);
 }
 
 void