]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-translator.cc
* lily/ various: Introduce stream events of types Prepare,
[lilypond.git] / lily / score-translator.cc
index f8fa4d931763186aefaf7b4f476e4bf2a50357a3..68baba6010acfbcb19c89987ffaebfe20d2d74f3 100644 (file)
@@ -3,29 +3,14 @@
 
   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>
 */
 
 #include "score-translator.hh"
 #include "moment.hh"
 
-void
-Score_translator::prepare (Moment)
-{
-}
-
 SCM
 Score_translator::get_output ()
 {
   return SCM_EOL;
 }
-
-void
-Score_translator::finish ()
-{
-}
-
-void
-Score_translator::one_time_step ()
-{
-}