]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-group-group-engraver.hh
* lily/include/translator.icc (ADD_ACKNOWLEDGER): new macro.
[lilypond.git] / lily / include / line-group-group-engraver.hh
index baaabdd3e9425abc77db9d751d8bbab6b0417930..92b6f8a2698a0bdd0f90e75a972bd3043405c618 100644 (file)
@@ -3,34 +3,30 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef LINE_GROUP_GRAV_HH
 #define LINE_GROUP_GRAV_HH
 
 #include "engraver-group-engraver.hh"
-#include "lily-proto.hh"
 
 /**
-  Engravers put elements on the same or lowel level in a line.
+   Engravers put elements on the same or lowel level in a line.
 
-  DEPRECATED.
-  */
+   DEPRECATED.
+*/
 class Line_group_engraver_group : public Engraver_group_engraver
 {
 protected:
-  Spanner *staffline_;   
+  Spanner *staffline_;
 
   virtual void create_line_spanner ();
   virtual void initialize ();
   virtual void finalize ();
-  virtual void typeset_grob (Grob*);
 public:
-  TRANSLATOR_DECLARATIONS(Line_group_engraver_group);
+  TRANSLATOR_DECLARATIONS (Line_group_engraver_group);
 };
 
-
 #endif // LINE_GROUP_GRAV_HH