]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-translator.cc
Made tupletSpannerDuration work again.
[lilypond.git] / lily / score-translator.cc
index ceb980d3fb0e749dc8f620a676bdc62dc0373b0f..5d2cbc4093da74eba889edb2ac6fb2dffa2f70b5 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>
 */
 
 #include "score-translator.hh"
@@ -14,10 +14,10 @@ Score_translator::prepare (Moment)
 {
 }
 
-Music_output *
+SCM
 Score_translator::get_output ()
 {
-  return 0;
+  return SCM_EOL;
 }
 
 void