]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
* lily/sequential-music.cc: remove file.
[lilypond.git] / lily / include / paper-column.hh
index 935e7b8fe416611711395edf0c00368b0faa48e8..6a8a1d3d6f80fb3fc1ba3d5eef4744bef3969302 100644 (file)
@@ -21,8 +21,10 @@ public:
   /// if lines are broken then this column is in #line#
   System *system_;
 
-  Paper_column (SCM);
-  VIRTUAL_COPY_CONSTRUCTOR (Grob, Paper_column);
+  Paper_column (SCM, Object_key const*);
+  Paper_column (Paper_column const&, int count);
+  
+  virtual Grob *clone (int count) const;
 
   static bool has_interface (Grob*);
   virtual void do_break_processing ();
@@ -30,7 +32,7 @@ public:
   virtual System *get_system () const;
   
   static int get_rank (Grob*);
-
+  
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));