]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue4107/2: Score_performer::prepare: precomputed_recurse_over_translators should...
authorDavid Kastrup <dak@gnu.org>
Tue, 16 Sep 2014 07:45:33 +0000 (09:45 +0200)
committerDavid Kastrup <dak@gnu.org>
Sat, 20 Sep 2014 06:51:11 +0000 (08:51 +0200)
lily/score-performer.cc

index 521ebe36a3df10dce655f38be693e03a7e9d826a..e402b665c17e57f0ce98aeb8e4b6902c2274cf2a 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, STOP);
+  precomputed_recurse_over_translators (context (), START_TRANSLATION_TIMESTEP, START);
 }
 
 IMPLEMENT_LISTENER (Score_performer, finish);