]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/vertical-group-spanner.hh
patch::: 1.1.36.mb1: forwarded message from Mats Bengtsson
[lilypond.git] / lily / include / vertical-group-spanner.hh
1 /*
2   vertical-group-spanner.hh -- declare Vertical_group_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c)  1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef SPAN_VERTICAL_GROUP_HH
11 #define SPAN_VERTICAL_GROUP_HH
12
13 #include "axis-group-spanner.hh"
14 #include "vertical-group-element.hh"
15
16 /** An element which groups a line. 
17  */
18 class Vertical_group_spanner : public Axis_group_spanner, public Vertical_group_element
19 {
20 protected:
21   VIRTUAL_COPY_CONS(Score_element);
22 public:
23   
24   Vertical_group_spanner ();
25 };
26
27
28 #endif // SPAN_VERTICAL_GROUP_HH