]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.1.1
authorfred <fred>
Sun, 24 Mar 2002 19:52:45 +0000 (19:52 +0000)
committerfred <fred>
Sun, 24 Mar 2002 19:52:45 +0000 (19:52 +0000)
lily/include/item.hh

index 6f3eb6a7cb19740a0f668c5489d70397fa1dbb62..dcbae6374fc33f0f35b615e3d9f02dc63b073217 100644 (file)
@@ -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();
+
 };