]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/script-column.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / script-column.hh
index 37a7c3621389e212040d5ffdcdeacc1483bf4caf..e10936dc2511d826e08ea253495db7dc985e57dc 100644 (file)
@@ -3,21 +3,25 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1999--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef Script_COLUMN_HH
 #define Script_COLUMN_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
+#include "std-vector.hh"
 
 class Script_column
 {
 public:
-  static void add_staff_sided (Grob *, Item *);
+  static void add_side_positioned (Grob *, Grob *);
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
-  static bool has_interface (Grob *);
+  DECLARE_SCHEME_CALLBACK (row_before_line_breaking, (SCM));
+  DECLARE_GROB_INTERFACE();
+  static void order_grobs (vector<Grob*> grobs);
+
 };
 
 #endif /* Script_COLUMN_HH */