lilypond-1.0.19
[lilypond.git] / lily / include / spanner-elem-group.hh
blob2f65af207b73e1c68e4b5d027aea64a29c33c162
1 /*
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>
7 */
10 #ifndef SPANNER_ELEM_GROUP_HH
11 #define SPANNER_ELEM_GROUP_HH
13 #include "spanner.hh"
14 #include "elem-group.hh"
16 class Spanner_elem_group : public Spanner, public Horizontal_vertical_group_element {
18 protected:
19 virtual Interval do_width()const;
20 virtual void do_print() const;
21 SCORE_ELEM_CLONE(Spanner_elem_group);
22 public:
23 DECLARE_MY_RUNTIME_TYPEINFO;
25 #endif // SPANNER_ELEM_GROUP_HH