]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/elem-group-item.hh
bf532c035d592a6fe5060f96176cbe2a7f47ba51
[lilypond.git] / lily / include / elem-group-item.hh
1 /*
2   elem-group-item.hh -- declare Horizontal_vertical_group_item
3   
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef ELEM_GROUP_ITEM_HH
11 #define ELEM_GROUP_ITEM_HH
12
13 #include "elem-group.hh"
14 #include "item.hh"
15
16 class Horizontal_vertical_group_item  : public Item, public Horizontal_vertical_group {
17 public:
18     DECLARE_MY_RUNTIME_TYPEINFO;
19     SCORE_ELEM_CLONE(Horizontal_vertical_group_item);
20 protected:
21     virtual void do_print() const;
22 };
23
24 #endif // ELEM_GROUP_ITEM_HH