]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
*** empty log message ***
[lilypond.git] / lily / include / script-column.hh
index 9c580c50833b3699d43b068c5363e73a81e3022c..ab1a3f4c4f221c0ac7d5c187784472e7a59b4947 100644 (file)
@@ -3,23 +3,23 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2004 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(SCM);
-  void add_staff_sided (Item*);
+  static void add_staff_sided (Grob*, Item*);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
+    static bool has_interface (Grob*);
 
-  SCM member_before_line_breaking ();
-  static SCM before_line_breaking (SCM);
 };