lilypond-1.3.16
[lilypond.git] / lily / include / horizontal-vertical-group-item.hh
blobe5f7bbfe1732097faab18ac65d6183c25a322528
1 /*
2 horizontal-vertical-group-item.hh -- declare Horizontal_vertical_group_item
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
10 #ifndef HORIZONTAL_VERTICAL_GROUP_ITEM_HH
11 #define HORIZONTAL_VERTICAL_GROUP_ITEM_HH
13 #include "axis-group-item.hh"
14 #include "horizontal-vertical-group-element.hh"
17 /**
18 Treat a collection of items as a unity
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 ();
30 #endif // HORIZONTAL_VERTICAL_GROUP_ITEM_HH