]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/score-translator.cc
* ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
[lilypond.git] / lily / score-translator.cc
index f6908817b641d7619af02b3193156a71f55290e1..f8fa4d931763186aefaf7b4f476e4bf2a50357a3 100644 (file)
@@ -1,10 +1,10 @@
-/*   
-  score-translator.cc --  implement Score_translator
+/*
+  score-translator.cc -- implement Score_translator
 
   source file of the GNU LilyPond music typesetter
 
   (c) 2004--2005 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