]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.14
authorfred <fred>
Sun, 24 Mar 2002 19:57:17 +0000 (19:57 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:57:17 +0000 (19:57 +0000)
lily/score-performer.cc

index 75e9fc2200c020a7469489602fd0c0bc220168d0..9db18a916f64dbff68816488bb1159eaaca0b78d 100644 (file)
@@ -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_;