]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/paper-column.hh
* lily/context.cc (Context): take key argument in ctor.
[lilypond.git] / lily / include / paper-column.hh
index f69ced71477729d69ae27225c5c1247eb75cde95..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 ();