]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/axis-group-item.hh
release: 1.3.36
[lilypond.git] / lily / include / axis-group-item.hh
1 /*
2   axis-item.hh -- declare Axis_group_item
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_ITEM_HH
11 #define AXIS_ITEM_HH
12
13 #include "item.hh"
14
15 class Axis_group_item :  public virtual Item
16 {
17 public:
18   Axis_group_item ();
19   VIRTUAL_COPY_CONS(Score_element);
20 };
21
22 #endif // AXIS_ITEM_HH