]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-translator.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / score-translator.cc
index 3426311f04b6cd22a16b3537a9fb818331860537..5d2cbc4093da74eba889edb2ac6fb2dffa2f70b5 100644 (file)
@@ -1,13 +1,12 @@
-/*   
-  score-translator.cc --  implement Score_translator
+/*
+  score-translator.cc -- implement Score_translator
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
- */
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #include "score-translator.hh"
-
 #include "moment.hh"
 
 void
@@ -15,10 +14,10 @@ Score_translator::prepare (Moment)
 {
 }
 
-Music_output*
+SCM
 Score_translator::get_output ()
 {
-  return 0;
+  return SCM_EOL;
 }
 
 void