X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fitem.hh;h=c4b3dfbad3d6ca56efe42be084b1de3def0a7e2b;hb=a6193f6f613e0b2ff519b804d28f99fcd6ec9b92;hp=1c6135d999cbdbb3ff5fb1b187a18ac4a4893d8c;hpb=9bc467a994787949def91708bf3bd50d088db982;p=lilypond.git diff --git a/lily/include/item.hh b/lily/include/item.hh index 1c6135d999..c4b3dfbad3 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--1999 Han-Wen Nienhuys + (c) 1997--2000 Han-Wen Nienhuys */ #ifndef ITEM_HH #define ITEM_HH @@ -39,6 +39,10 @@ class Item : public virtual Score_element { void do_break (); void try_visibility_lambda (); +public: + /* + ugh. + */ Drul_array broken_to_drul_; @@ -47,7 +51,6 @@ public: /// I am really to be broken? bool breakable_b () const; bool broken_b () const; - bool broken_original_b () const; Direction break_status_dir () const; @@ -65,8 +68,6 @@ public: Item (Item const &); protected: virtual void do_breakable_col_processing(); - virtual void handle_prebroken_dependencies(); - //virtual void handle_prebroken_dependents (); void copy_breakable_items(); };