]> git.donarmstrong.com Git - lilypond.git/commitdiff
Revert "Issue4107/2: Score_performer::prepare: precomputed_recurse_over_translators...
authorDavid Kastrup <dak@gnu.org>
Wed, 1 Oct 2014 17:40:34 +0000 (19:40 +0200)
committerDavid Kastrup <dak@gnu.org>
Wed, 1 Oct 2014 17:40:34 +0000 (19:40 +0200)
This reverts commit 0e1e8169813d68179939d2361936cb4e80f7c394.

lily/score-performer.cc

index e402b665c17e57f0ce98aeb8e4b6902c2274cf2a..521ebe36a3df10dce655f38be693e03a7e9d826a 100644 (file)
@@ -111,7 +111,7 @@ Score_performer::prepare (SCM sev)
   Moment *m = Moment::unsmob (sm);
   audio_column_ = new Audio_column (*m);
   announce_element (Audio_element_info (audio_column_, 0));
-  precomputed_recurse_over_translators (context (), START_TRANSLATION_TIMESTEP, START);
+  precomputed_recurse_over_translators (context (), START_TRANSLATION_TIMESTEP, STOP);
 }
 
 IMPLEMENT_LISTENER (Score_performer, finish);