]> 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 ceb980d3fb0e749dc8f620a676bdc62dc0373b0f..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)
-{
-}
-
-Music_output *
+SCM
 Score_translator::get_output ()
 {
-  return 0;
-}
-
-void
-Score_translator::finish ()
-{
-}
-
-void
-Score_translator::one_time_step ()
-{
+  return SCM_EOL;
 }