]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
* lily/context-specced-music-iterator.cc (class
[lilypond.git] / lily / include / paper-column.hh
index 59e2c797df9e5dde246796815aad524ff8872ca0..b7bb94457615ae83c91829a95e3dab19df4867c3 100644 (file)
@@ -19,17 +19,19 @@ class Paper_column : public Item
 public:
   VIRTUAL_COPY_CONS (Grob);
 
-  int  rank_i_;
+  static bool has_interface (Grob*);
+  int  rank_;
   virtual void do_break_processing ();
-  virtual Paper_column *column_l () const;
-  virtual Line_of_score *line_l () const;
-
+  virtual Paper_column *get_column () const;
+  virtual System *get_system () const;
+  
   /// if lines are broken then this column is in #line#
-  Line_of_score *line_l_;
+  System *system_;
 
-  static int rank_i (Grob*);
+  static int get_rank (Grob*);
 
   DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM));
   
   Paper_column (SCM);
   static bool musical_b (Grob *);