]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
patch::: 1.4.0.jcn4
[lilypond.git] / lily / score-performer.cc
index e3d966e6e806661011390e827dd294bf934b45ef..63af656abedbe03fbb08e34d87c5c5826b0912a4 100644 (file)
@@ -60,7 +60,7 @@ Score_performer::prepare (Moment m)
   Global_translator::prepare (m);
   audio_column_l_ = new Audio_column (m);
   play_element (audio_column_l_);
-  post_move_processing ();
+  start_translation_timestep ();
 }
 
 
@@ -70,7 +70,7 @@ Score_performer::one_time_step ()
   // fixme: put this back.
   // process_music ();
   announces ();
-  pre_move_processing ();
+  stop_translation_timestep ();
   check_removal ();
 }