]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/break-align-item.hh
release: 1.1.54
[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--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
7 */
8
9
10 #ifndef BREAK_ALIGN_ITEM_HH
11 #define BREAK_ALIGN_ITEM_HH
12
13 #include "axis-align-item.hh"
14
15 /// align breakable items (clef, bar, etc.)
16 class Break_align_item : public Axis_align_item {
17
18
19 protected:
20   virtual void do_pre_processing();
21 public:
22   void add_breakable_item (Item *it);
23
24   Break_align_item ();
25   VIRTUAL_COPY_CONS(Score_element);
26         
27 };
28 #endif // BREAK_ALIGN_ITEM_HH