]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-group-item.hh
0c96d29c955bdd75125d15294baa54d582632852
[lilypond.git] / lily / include / horizontal-group-item.hh
1 /*
2   horizontal-group-item.hh -- declare Horizontal_group_item
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 HORIZONTAL_GROUP_ITEM_HH
11 #define HORIZONTAL_GROUP_ITEM_HH
12
13 #include "horizontal-group-element.hh"
14 #include "axis-group-item.hh"
15
16 /**
17   Group stuff in horizontal sense. Example: Paper_column
18  */
19 class Horizontal_group_item : public Axis_group_item, public Horizontal_group_element {
20 protected:
21   virtual void do_print() const;
22 public:
23   Horizontal_group_item ();
24   
25   VIRTUAL_COPY_CONS(Score_element);
26 };
27
28 #endif // HORIZONTAL_GROUP_ITEM_HH