]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/break-align-item.hh
release: 0.0.78
[lilypond.git] / lily / include / break-align-item.hh
1 /*
2   break-align-item.hh -- declare Break_align_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 BREAK_ALIGN_ITEM_HH
11 #define BREAK_ALIGN_ITEM_HH
12
13 #include "horizontal-align-item.hh"
14
15 /// align breakable items (clef, bar, etc.)
16 class Break_align_item : public Horizontal_align_item {
17
18 protected:
19     virtual void do_pre_processing();
20 public:
21     DECLARE_MY_RUNTIME_TYPEINFO;
22     SCORE_ELEM_CLONE(Break_align_item);
23         
24 };
25 #endif // BREAK_ALIGN_ITEM_HH