]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/line-group-group-engraver.hh
patch::: 1.3.136.jcn3
[lilypond.git] / lily / include / line-group-group-engraver.hh
index 93e917310b809c696e568cd398a70693e4767386..49751d8b0810ffa72466c013cb5f90bd02a87ae2 100644 (file)
@@ -3,33 +3,33 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c)  1997--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #ifndef LINE_GROUP_GRAV_HH
 #define LINE_GROUP_GRAV_HH
 
-#include "engraver-group.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.
   */
 class Line_group_engraver_group : public Engraver_group_engraver {
 protected:
-  Axis_group_spanner *staffline_p_;   
+  Spanner *staffline_p_;   
 
   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 ();
+  virtual void typeset_grob (Grob*);
 public:
-  VIRTUAL_COPY_CONS(Translator);
+  VIRTUAL_COPY_CONS (Translator);
   
-  Line_group_engraver_group();
+  Line_group_engraver_group ();
 };