2 spanner-elem-group.hh -- declare Spanner_elem_group
4 source file of the GNU LilyPond music typesetter
6 (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
10 #ifndef SPANNER_ELEM_GROUP_HH
11 #define SPANNER_ELEM_GROUP_HH
14 #include "elem-group.hh"
16 class Spanner_elem_group
: public Spanner
, public Horizontal_vertical_group_element
{
19 virtual Interval
do_width()const;
20 virtual void do_print() const;
21 SCORE_ELEM_CLONE(Spanner_elem_group
);
23 DECLARE_MY_RUNTIME_TYPEINFO
;
25 #endif // SPANNER_ELEM_GROUP_HH