lilypond-1.3.11
[lilypond.git] / lily / include / axis-group-spanner.hh
blob9d7e0c8382fbb1c192abb244f629d7ba121db0f0
1 /*
2 axis-group-spanner.hh -- declare Axis_group_spanner
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef AXIS_GROUP_SPANNER_HH
11 #define AXIS_GROUP_SPANNER_HH
13 #include "spanner.hh"
14 #include "axis-group-element.hh"
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
22 public:
23 VIRTUAL_COPY_CONS(Score_element);
26 #endif // SPAN_AXIS_GROUP_HH