]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-translator.cc
* The grand 2005-2006 replace.
[lilypond.git] / lily / score-translator.cc
index 64272aeeb4b86dce98ebb66f3bb5c65ae625a4b7..5d2cbc4093da74eba889edb2ac6fb2dffa2f70b5 100644 (file)
@@ -1,10 +1,10 @@
-/*   
+/*
   score-translator.cc -- implement Score_translator
 
   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"
@@ -14,10 +14,10 @@ Score_translator::prepare (Moment)
 {
 }
 
-Music_output*
+SCM
 Score_translator::get_output ()
 {
-  return 0;
+  return SCM_EOL;
 }
 
 void