]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/music-output.hh
release: 1.5.29
[lilypond.git] / lily / include / music-output.hh
index cf17d6a6415ccc63c30078f104f69e951087adfc..19723a0c454dd82c8ee339fba890f09eec429287 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -14,7 +14,7 @@
 #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 
 {
@@ -24,9 +24,9 @@ public:
   String origin_str_;
   int errorlevel_i_;
 
-  virtual void process() {} 
+  virtual void process () {} 
   virtual ~Music_output (){}
-  Music_output() 
+  Music_output () 
   {
     errorlevel_i_ = 0;
   }