2 break-align-item.hh -- declare Break_align_item
4 source file of the GNU LilyPond music typesetter
6 (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef BREAK_ALIGN_ITEM_HH
11 #define BREAK_ALIGN_ITEM_HH
16 align breakable items (clef, bar, etc.)
20 break-align-symbol -- the index in the spacing table (symbol) of
21 the to be aligned item.
24 TODO: remove this as a class, and make interface.
27 class Break_align_item : public Item
30 virtual void before_line_breaking ();
33 VIRTUAL_COPY_CONS(Score_element);
35 #endif // BREAK_ALIGN_ITEM_HH