]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/item.hh
* lily/lookup.cc (triangle): new function.
[lilypond.git] / lily / include / item.hh
index 82f5e7c51643defa89bb285cbedd84c7cc7c4db8..8a0fd0b4b7b9ef4e2ec69a4b5643e22cc85a6c2d 100644 (file)
@@ -37,15 +37,14 @@ public:
   
   Item *find_prebroken_piece (Direction) const;
   Grob *find_broken_piece (System *) const;    
-
   virtual System *get_system () const;
-  virtual Paper_column *column_l () const;
+  virtual Paper_column *get_column () const;
   virtual void handle_prebroken_dependencies ();
   static  bool has_interface (Grob *);
 protected:
   virtual void discretionary_processing ();
   void copy_breakable_items ();
-  virtual SCM do_derived_mark ();
+  virtual SCM do_derived_mark () const;
 };