]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-translator.hh
* lily/ various: Introduce stream events of types Prepare,
[lilypond.git] / lily / include / score-translator.hh
index 7c3e5033242198dca23c7a542662ce456b706832..01ee9e3ad057a44578ff8cfab99e1b5b60465d8f 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef SCORE_TRANSLATOR_HH
@@ -16,9 +16,6 @@ class Score_translator : public virtual Translator_group
   friend class Score_context;
 protected:
   virtual SCM get_output ();
-  virtual void prepare (Moment);
-  virtual void finish ();
-  virtual void one_time_step ();
 };
 
 #endif /* SCORE_TRANSLATOR_HH */