]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/spanner-elem-group.hh
patch::: 0.1.10.jcn1: Re: Lilypond under Win/NT (fwd)
[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 Horizontal_vertical_group_element {
17     
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;
24 };
25 #endif // SPANNER_ELEM_GROUP_HH