]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/axis-align-spanner.hh
release: 1.1.37
[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--1999 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 class Axis_align_spanner : public virtual Align_element,
18                            public virtual Axis_group_spanner
19 {
20 public:
21   VIRTUAL_COPY_CONS(Score_element);
22   Axis_align_spanner ();
23   virtual void do_print() const {}
24 };
25 #endif // VERTICAL_ALIGN_SPANNER_HH