]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/p-col.hh
release: 1.0.15
[lilypond.git] / lily / include / p-col.hh
index 918800a7c6b72a7f5c7d848dbecb3e3f702ac17d..a6061778a9a27604d5544614a9277c04128196fa 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997 Han-Wen Nienhuys <hanwen@stack.nl>
+  (c)  1997--1998 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 
@@ -31,7 +31,7 @@
 class Paper_column : public Horizontal_group_item { 
 public:
   DECLARE_MY_RUNTIME_TYPEINFO;
-  SCORE_ELEM_CLONE(Paper_column);
+  SCORE_ELEMENT_CLONE(Paper_column);
   Drul_array< Array<Column_rod> > minimal_dists_arr_drul_;
 
   void preprocess ();
@@ -55,7 +55,6 @@ public:
   bool error_mark_b_;
   bool used_b_ ;               // manual override.. 
     
-  /* *************** */
 
   /// which  one (left =0)
   int rank_i() const;
@@ -64,7 +63,7 @@ public:
   bool used_b() const;
   bool breakpoint_b() const;
     
-  void add (Item *i);
+  void add_item (Item *i);
 
   Paper_column();