]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
Imported sources
[lilypond.git] / lily / include / music-output.hh
index ace7b0dae842acf438277f0e1570370d67f041fb..d1423852b1359f1f8523049c178bf3fbe84a82a7 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -21,15 +21,11 @@ class Music_output
 {
 public:
   Protected_scm header_;
-  String default_out_string_;
-  String origin_string_;
-  int errorlevel_;
 
-  virtual void process () {} 
+  virtual void process (String) {} 
   virtual ~Music_output (){}
   Music_output () 
   {
-    errorlevel_ = 0;
   }
        
 };