]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
release: 1.1.1
[lilypond.git] / lily / include / item.hh
index 32010298298543c90cc93fc90593b9332cd673f5..ec0e1ae0988203db3a3ae324d98dc6b14f26cac3 100644 (file)
@@ -28,6 +28,7 @@ class Item : public virtual Score_element {
 public:
   Link_array<Spanner> attached_span_l_arr_;
   Drul_array<Item*> broken_to_drul_;
+  Item *unbroken_original_l_;
 
   /// should be put in a breakable col.
   bool breakable_b_;
@@ -39,7 +40,6 @@ public:
   Item * find_prebroken_piece (Direction) const;
   Item * find_prebroken_piece (Line_of_score*) const;    
 
-  virtual Item *access_Item() ;
   Item();
   Real hpos_f() const;
   DECLARE_MY_RUNTIME_TYPEINFO;