]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
* buildscripts/output-distance.py (FileLink.calc_distance): count
[lilypond.git] / lily / include / script-column.hh
index 9c580c50833b3699d43b068c5363e73a81e3022c..15f089874a547eb24db18f266dced160cb9b0d8b 100644 (file)
@@ -1,28 +1,24 @@
-/*   
+/*
   g-script-column.hh -- declare Script_column
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 1999--2006 Han-Wen Nienhuys <hanwen@xs4all.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*);
-
-  SCM member_before_line_breaking ();
-  static SCM before_line_breaking (SCM);
+  static void add_staff_sided (Grob *, Item *);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
+  static bool has_interface (Grob *);
 };
 
-
 #endif /* Script_COLUMN_HH */
 
-