]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-vertical-group-item.hh
e5f7bbfe1732097faab18ac65d6183c25a322528
[lilypond.git] / lily / include / horizontal-vertical-group-item.hh
1 /*
2   horizontal-vertical-group-item.hh -- declare Horizontal_vertical_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_VERTICAL_GROUP_ITEM_HH
11 #define HORIZONTAL_VERTICAL_GROUP_ITEM_HH
12
13 #include "axis-group-item.hh"
14 #include "horizontal-vertical-group-element.hh"
15
16
17 /**
18   Treat a collection of items as a unity
19  */
20 class Horizontal_vertical_group_item  : public Axis_group_item, public Horizontal_vertical_group_element {
21 protected:
22   virtual void do_print() const;
23   VIRTUAL_COPY_CONS(Score_element);
24 public:
25   Horizontal_vertical_group_item ();
26
27   
28 };
29
30 #endif // HORIZONTAL_VERTICAL_GROUP_ITEM_HH