]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
* GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
[lilypond.git] / lily / score-performer.cc
index 1e8cd4794e02e7cd67eaaa4a35d6f8bbe9e0d8aa..927563a5759f0699f2096cf4c5bd3132cd5fa2b4 100644 (file)
@@ -61,7 +61,12 @@ Score_performer::prepare (Moment m)
   recurse_down_translators (daddy_context_, &Translator::start_translation_timestep, UP);
 }
 
-
+void
+Score_performer::finish ()
+{
+  recurse_down_translators (daddy_context_, &Translator::finalize, UP);
+}
+  
 void 
 Score_performer::one_time_step ()
 {