]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spanner-elem-group.hh
a23819ac6d8d64bf6239ebd42e2cacd78e537b77
[lilypond.git] / lily / include / spanner-elem-group.hh
1 /*
2   spanner-elem-group.hh -- declare Spanner_elem_group
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef SPANNER_ELEM_GROUP_HH
11 #define SPANNER_ELEM_GROUP_HH
12
13 #include "spanner.hh"
14 #include "elem-group.hh"
15
16 class Spanner_elem_group : public Spanner, public Element_group {
17     
18 protected:
19     void do_break_at(PCol*,PCol*);
20     virtual Interval do_width()const;
21     virtual void do_print() const;
22     SPANNER_CLONE(Spanner_elem_group)
23     NAME_MEMBERS(Spanner_elem_group);
24 };
25 #endif // SPANNER_ELEM_GROUP_HH