]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/axis-group-spanner.hh
a88d9c3dad5d04bee7d36c833923046024757eb0
[lilypond.git] / lily / include / axis-group-spanner.hh
1 /*
2   axis-group-spanner.hh -- declare Axis_group_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef AXIS_GROUP_SPANNER_HH
11 #define AXIS_GROUP_SPANNER_HH
12
13 #include "spanner.hh"
14 #include "axis-group-element.hh"
15
16 /** An element which groups a line in a certain direction. The most
17   useful example of this is the Vertical_group_spanner */
18 class Axis_group_spanner : public virtual Axis_group_element,
19                            public virtual Spanner
20
21 {
22 public:
23   VIRTUAL_COPY_CONS(Score_element);
24 };
25
26 #endif // SPAN_AXIS_GROUP_HH