]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
release: 1.3.13
[lilypond.git] / lily / include / item.hh
index ce08eb0b3f1ea1f9e0b80749aabd4bde4284ddf4..b9e2fd8130642db0d8057f07e13579105683d19d 100644 (file)
@@ -46,12 +46,13 @@ 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;
   
-  Item * find_prebroken_piece (Direction) const;
-  Item * find_prebroken_piece (Line_of_score*) const;    
+  Item * find_broken_piece (Direction) const;
+  Score_element * find_broken_piece (Line_of_score*) const;    
 
   Item();
   Real hpos_f() const;
@@ -64,9 +65,6 @@ public:
   Item (Item const &);
 protected:
   virtual void do_breakable_col_processing();
-  virtual void handle_prebroken_dependencies();
-  virtual void do_print() const;
-  virtual void handle_prebroken_dependents ();
 
   void copy_breakable_items();
 };