]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
release: 1.5.45
[lilypond.git] / lily / include / script-column.hh
index 0ba7cb1281a9f7ae5e4c0226fb5a97b574b7cbe0..8d759beba832f52c00a5f9a9da8e9296bdf7c100 100644 (file)
@@ -3,22 +3,21 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2002 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
 {
 public:
-  Script_column();
-  void add_staff_sided (Item*);
-protected:
-  virtual void before_line_breaking ();
+  static void add_staff_sided (Grob*, Item*);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
 };