]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
2003 -> 2004
[lilypond.git] / lily / include / paper-column.hh
index ed1d0edc495abbd4f3ca9e16679b38a888176334..f44ea9ac151661343fcc08c9925293a3783b2bf5 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -20,15 +20,15 @@ public:
   VIRTUAL_COPY_CONS (Grob);
 
   static bool has_interface (Grob*);
-  int  rank_i_;
+  int  rank_;
   virtual void do_break_processing ();
-  virtual Paper_column *column_l () const;
+  virtual Paper_column *get_column () const;
   virtual System *get_system () const;
   
   /// if lines are broken then this column is in #line#
   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));