From: fred Date: Sun, 24 Mar 2002 19:57:17 +0000 (+0000) Subject: lilypond-0.1.14 X-Git-Tag: release/1.5.59~3915 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=47214a6a23c5e9f5d482d2e2ef77a423d3429749;p=lilypond.git lilypond-0.1.14 --- diff --git a/lily/score-performer.cc b/lily/score-performer.cc index 75e9fc2200..9db18a916f 100644 --- a/lily/score-performer.cc +++ b/lily/score-performer.cc @@ -92,9 +92,9 @@ Score_performer::get_output_p () } void -Score_performer::add_processing () +Score_performer::do_add_processing () { - Translator_group::add_processing (); + Translator_group::do_add_processing (); assert (output_def_l_->is_type_b (Midi_def::static_name ())); performance_p_ = new Performance; performance_p_->midi_l_ = (Midi_def*) output_def_l_;