]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
Run grand replace for 2015.
[lilypond.git] / lily / score-performer.cc
index 521ebe36a3df10dce655f38be693e03a7e9d826a..9c3b82267d882e1437168079c36969796bca0348 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1996--2014 Jan Nieuwenhuizen <janneke@gnu.org>
+  Copyright (C) 1996--2015 Jan Nieuwenhuizen <janneke@gnu.org>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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, UP);
 }
 
 IMPLEMENT_LISTENER (Score_performer, finish);
@@ -124,7 +124,7 @@ Score_performer::finish (SCM)
   recurse_over_translators (context (),
                             &Translator::finalize,
                             &Translator_group::finalize,
-                            STOP);
+                            UP);
 }
 
 IMPLEMENT_LISTENER (Score_performer, one_time_step);
@@ -159,11 +159,11 @@ Score_performer::one_time_step (SCM)
         }
 
       audio_column_->offset_when (offset_mom_);
-      precomputed_recurse_over_translators (context (), PROCESS_MUSIC, STOP);
+      precomputed_recurse_over_translators (context (), PROCESS_MUSIC, UP);
       do_announces ();
     }
 
-  precomputed_recurse_over_translators (context (), STOP_TRANSLATION_TIMESTEP, STOP);
+  precomputed_recurse_over_translators (context (), STOP_TRANSLATION_TIMESTEP, UP);
 }
 
 void