From: fred Date: Sun, 24 Mar 2002 19:52:45 +0000 (+0000) Subject: lilypond-0.1.1 X-Git-Tag: release/1.5.59~4179 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a16955799ddb04f725c4266293d6f45e9acede31;p=lilypond.git lilypond-0.1.1 --- diff --git a/lily/include/item.hh b/lily/include/item.hh index 6f3eb6a7cb..dcbae6374f 100644 --- a/lily/include/item.hh +++ b/lily/include/item.hh @@ -8,7 +8,7 @@ #ifndef ITEM_HH #define ITEM_HH -#include "glob.hh" + #include "boxes.hh" #include "string.hh" #include "score-elem.hh" @@ -40,11 +40,14 @@ public: Real hpos_f() const; DECLARE_MY_RUNTIME_TYPEINFO; virtual Line_of_score * line_l() const; + protected: virtual void do_breakable_col_processing(); virtual void handle_prebroken_dependencies(); virtual void do_print()const; + void copy_breakable_items(); + };