]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
release: 1.3.142
[lilypond.git] / lily / score-performer.cc
index 63af656abedbe03fbb08e34d87c5c5826b0912a4..e3d966e6e806661011390e827dd294bf934b45ef 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_);
-  start_translation_timestep ();
+  post_move_processing ();
 }
 
 
@@ -70,7 +70,7 @@ Score_performer::one_time_step ()
   // fixme: put this back.
   // process_music ();
   announces ();
-  stop_translation_timestep ();
+  pre_move_processing ();
   check_removal ();
 }