X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscore-performer.cc;h=927563a5759f0699f2096cf4c5bd3132cd5fa2b4;hb=969b3b0a27bbdaa721cb6b78a9ce82a9b0300277;hp=1e8cd4794e02e7cd67eaaa4a35d6f8bbe9e0d8aa;hpb=6c08722ad9d26f016832a2d6851d8c9addf62de7;p=lilypond.git diff --git a/lily/score-performer.cc b/lily/score-performer.cc index 1e8cd4794e..927563a575 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -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 () {