]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
release: 1.5.29
[lilypond.git] / lily / include / music-output.hh
index f777f1b6bbba54b84b0ebaa7a612ce497c3700f8..19723a0c454dd82c8ee339fba890f09eec429287 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #include "lily-proto.hh"
 
 /**
-  Output something that was defined in a mudela file. 
+  Output something that was defined in a lilypond file. 
  */
 class Music_output 
 {
 public:
-  Header * header_l_;
+  Scope * header_l_;
   String default_out_str_;
   String origin_str_;
   int errorlevel_i_;
 
-  virtual void process() {} 
+  virtual void process () {} 
   virtual ~Music_output (){}
-  Music_output() 
+  Music_output () 
   {
     errorlevel_i_ = 0;
   }