]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
release: 1.3.28
[lilypond.git] / lily / include / item.hh
index 1c6135d999cbdbb3ff5fb1b187a18ac4a4893d8c..c4b3dfbad3d6ca56efe42be084b1de3def0a7e2b 100644 (file)
@@ -3,7 +3,7 @@
 
   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_;
 
 
@@ -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();
 };