]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/vertical-group-spanner.hh
release: 1.0.1
[lilypond.git] / lily / include / vertical-group-spanner.hh
index 678137e29f08ba2771fe7d9970d90edf8c8d727e..9df0d88053761106653d58cbf6f1b3277962e11e 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--1998 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
 #define SPAN_VERTICAL_GROUP_HH
 
 #include "axis-group-spanner.hh"
-#include "vertical-group-elem.hh"
+#include "vertical-group-element.hh"
 
 /** An element which groups a line. 
  */
 class Vertical_group_spanner : public Axis_group_spanner, public Vertical_group_element
 {
 protected:
-  SCORE_ELEM_CLONE(Vertical_group_spanner);
-  virtual void remove_all() { Vertical_group_element::remove_all (); }
+  SCORE_ELEMENT_CLONE(Vertical_group_spanner);
   virtual void do_junk_links () { Axis_group_spanner::do_junk_links (); }
   virtual void do_unlink () { Axis_group_spanner::do_unlink (); }
 public:
   DECLARE_MY_RUNTIME_TYPEINFO;
-  virtual void add_element (Graphical_element*e) { Vertical_group_element::add_element (e); }
-  virtual void remove_element (Graphical_element*e) { Vertical_group_element::remove_element (e); }  
+  Vertical_group_spanner ();
 };