]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/score-translator.hh
(get_paper_systems): uniq all_elements_ , to
[lilypond.git] / lily / include / score-translator.hh
index 39823bf13d1e4c1e37649b3cf8c22c3ef5131ebe..b74fb0fe22a565218b5aa0f3ee169ff8440501a9 100644 (file)
@@ -1,28 +1,25 @@
-/*   
+/*
   score-translator.hh -- declare Score_translator
 
-source file of the GNU LilyPond music typesetter
+  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>
+*/
 
 #ifndef SCORE_TRANSLATOR_HH
 #define SCORE_TRANSLATOR_HH
 
-#include "translator-group.hh" 
+#include "translator-group.hh"
 
-class Score_translator : public virtual Translator_group 
+class Score_translator : public virtual Translator_group
 {
   friend class Score_context;
- protected:
-  virtual Music_output* get_output ();
+protected:
+  virtual SCM get_output ();
   virtual void prepare (Moment);
   virtual void finish ();
   virtual void one_time_step ();
 };
 
-
 #endif /* SCORE_TRANSLATOR_HH */
 
-