source file of the GNU LilyPond music typesetter
- (c) 1997--1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+ (c) 1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
*/
#ifndef ITEM_HH
#define ITEM_HH
class Item : public virtual Score_element {
void do_break ();
void try_visibility_lambda ();
+public:
+ /*
+ ugh.
+ */
Drul_array<Item*> broken_to_drul_;
/// I am really to be broken?
bool breakable_b () const;
bool broken_b () const;
- bool broken_original_b () const;
Direction break_status_dir () const;
Item (Item const &);
protected:
virtual void do_breakable_col_processing();
- virtual void handle_prebroken_dependencies();
- //virtual void handle_prebroken_dependents ();
void copy_breakable_items();
};