]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-performer.cc
release commit
[lilypond.git] / lily / score-performer.cc
index ee48102cbb79f47d39c853e36ae4a5ee6ddae130..3c1b630e4eca3ab5f7d0c83cde52bfaedd062236 100644 (file)
@@ -14,7 +14,7 @@
 #include "midi-stream.hh"
 #include "string-convert.hh"
 #include "warn.hh"
-#include "translator-def.hh"
+#include "context-def.hh"
 
 
 
@@ -98,7 +98,7 @@ void
 Score_performer::finish ()
 {
   check_removal ();
-  removal_processing ();
+  finalize ();
 }
 
 Music_output *
@@ -112,7 +112,7 @@ Score_performer::get_output ()
 void
 Score_performer::initialize ()
 {
-  unsmob_translator_def (definition_)->apply_property_operations (this);
+  unsmob_context_def (definition_)->apply_default_property_operations (this);
   assert (dynamic_cast<Midi_def *> (output_def_));
   performance_ = new Performance;
   performance_->midi_ = dynamic_cast<Midi_def*> (output_def_);