]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/engraver.hh
* Another grand 2003 update.
[lilypond.git] / lily / include / engraver.hh
index 6712a339bb19471f7ca190f39a0895de125a2d2d..7c59e743f8c1b78883b7e982765d67f567f1bfbe 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1996--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1996--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 
 #include "lily-proto.hh"
 #include "array.hh"
-#include "request.hh"
+#include "event.hh"
 #include "grob-info.hh"
 #include "translator.hh"
 
 
 /**
-  a struct which processes requests, and creates the #Grob#s.
+  a struct which processes events, and creates the #Grob#s.
   It may use derived classes. 
   */
 class Engraver : public virtual Translator {