]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
release: 1.3.145
[lilypond.git] / lily / include / script-column.hh
index 366a4f7f188b7bfdd7d70dfa89c746510ded20a2..934c04480d81c139caba426490e209211032c5fc 100644 (file)
@@ -3,25 +3,21 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef Script_COLUMN_HH
 #define Script_COLUMN_HH
 
-#include "item.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
 
-class Script_column : public Item
+class Script_column
 {
-  /**
-     Array of objects that are placed by staffsides
-   */
-  Link_array<Item> staff_sided_item_l_arr_;
 public:
-  void add_staff_sided (Item*);
-protected:
-  virtual void do_pre_processing ();
+  static void add_staff_sided (Grob*, Item*);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
 };