]> 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 93e917310b809c696e568cd398a70693e4767386..92b6f8a2698a0bdd0f90e75a972bd3043405c618 100644 (file)
@@ -3,35 +3,30 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 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.hh"
-#include "lily-proto.hh"
+#include "engraver-group-engraver.hh"
 
 /**
-  Engravers put elements on the same or lowel level in a line
-  */
-class Line_group_engraver_group : public Engraver_group_engraver {
+   Engravers put elements on the same or lowel level in a line.
+
+   DEPRECATED.
+*/
+class Line_group_engraver_group : public Engraver_group_engraver
+{
 protected:
-  Axis_group_spanner *staffline_p_;   
+  Spanner *staffline_;
 
   virtual void create_line_spanner ();
-  virtual void do_creation_processing();
-  virtual void do_removal_processing();
-  virtual void typeset_element (Score_element*);
-virtual void do_announces ();
-
+  virtual void initialize ();
+  virtual void finalize ();
 public:
-  VIRTUAL_COPY_CONS(Translator);
-  
-  Line_group_engraver_group();
+  TRANSLATOR_DECLARATIONS (Line_group_engraver_group);
 };
 
-
 #endif // LINE_GROUP_GRAV_HH