From ff22b3332b1089d38226f15a72040d8cbc202c12 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Wed, 1 Oct 2014 19:40:34 +0200 Subject: [PATCH] Revert "Issue4107/2: Score_performer::prepare: precomputed_recurse_over_translators should do START, not STOP" This reverts commit 0e1e8169813d68179939d2361936cb4e80f7c394. --- lily/score-performer.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lily/score-performer.cc b/lily/score-performer.cc index e402b665c1..521ebe36a3 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -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); -- 2.39.2