]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tempo-performer.cc
Doc-es: various updates.
[lilypond.git] / lily / tempo-performer.cc
index b17e9202cbab8097392ec1a53cb5b440315f35ac..967ae60e7067b7e6b803d85a81479690331f898c 100644 (file)
@@ -47,7 +47,8 @@ Tempo_performer::derived_mark () const
   scm_gc_mark (last_tempo_);
 }
 
-Tempo_performer::Tempo_performer ()
+Tempo_performer::Tempo_performer (Context *c)
+  : Performer (c)
 {
   last_tempo_ = SCM_EOL;
   audio_ = 0;
@@ -85,6 +86,12 @@ Tempo_performer::stop_translation_timestep ()
     }
 }
 
+void
+Tempo_performer::boot ()
+{
+
+}
+
 ADD_TRANSLATOR (Tempo_performer,
                 /* doc */
                 "",