]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/axis-align-spanner.hh
patch::: 1.3.32.hwn2
[lilypond.git] / lily / include / axis-align-spanner.hh
1 /*
2   vertical-align-spanner.hh -- declare Vertical_align_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 VERTICAL_ALIGN_SPANNER_HH
11 #define VERTICAL_ALIGN_SPANNER_HH
12
13 #include "spanner.hh"
14 #include "align-element.hh"
15 #include "axis-group-spanner.hh"
16
17 /*
18   FIXME: multiple inheritance
19  */
20 class Axis_align_spanner : public virtual Align_element, public virtual Axis_group_spanner
21 {
22 public:
23   VIRTUAL_COPY_CONS(Score_element);
24   Axis_align_spanner ();
25   virtual void do_print() const {}
26 };
27 #endif // VERTICAL_ALIGN_SPANNER_HH