X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fvertical-group-spanner.hh;h=9df0d88053761106653d58cbf6f1b3277962e11e;hb=1cf3d59c1559fb9774c4c1c8cae155cfe54a927c;hp=678137e29f08ba2771fe7d9970d90edf8c8d727e;hpb=1e95a0be01466d1c98644f7705c8e07e41cc645c;p=lilypond.git diff --git a/lily/include/vertical-group-spanner.hh b/lily/include/vertical-group-spanner.hh index 678137e29f..9df0d88053 100644 --- a/lily/include/vertical-group-spanner.hh +++ b/lily/include/vertical-group-spanner.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1998 Han-Wen Nienhuys + (c) 1997--1998 Han-Wen Nienhuys */ @@ -11,21 +11,19 @@ #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 (); };