From 47214a6a23c5e9f5d482d2e2ef77a423d3429749 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:57:17 +0000 Subject: [PATCH] lilypond-0.1.14 --- lily/score-performer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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_; -- 2.39.5