]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/horizontal-group-item.hh
3495af9f9787ccd3a6e8d4d4716b00af77aba86c
[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 Han-Wen Nienhuys <hanwen@stack.nl>
7 */
8
9
10 #ifndef HORIZONTAL_GROUP_ITEM_HH
11 #define HORIZONTAL_GROUP_ITEM_HH
12
13 #include "elem-group.hh"
14 #include "item.hh"
15
16 class Horizontal_group_item : public Item, public Horizontal_group {
17     DECLARE_MY_RUNTIME_TYPEINFO;
18     SCORE_ELEM_CLONE(Horizontal_group_item);
19 protected:
20     virtual void do_breakable_col_processing();
21     void OK()const;
22     virtual void do_print() const { Elbement_group::do_print(); }
23 };
24
25 #endif // HORIZONTAL_GROUP_ITEM_HH