]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/hara-kiri-group-spanner.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / hara-kiri-group-spanner.hh
index 2e3b2dc93fbe666e478240cf70311f8612cb2df9..ec02a25b48ccc4d484983877edc53433765c2e7c 100644 (file)
@@ -3,29 +3,28 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2000 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1998--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
-
 #ifndef HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
 #define HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
 
-#include "lily-guile.hh"
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
-
-class Hara_kiri_group_spanner 
+class Hara_kiri_group_spanner
 {
 public:
-  DECLARE_SCHEME_CALLBACK(force_hara_kiri_callback, (SCM ,SCM));
-  DECLARE_SCHEME_CALLBACK(y_extent, (SCM smob, SCM axis));
-  DECLARE_SCHEME_CALLBACK(force_hara_kiri_in_parent_callback, (SCM ,SCM));
-  static void add_element (Grob *me, Grob *e);
-  static void set_interface (Grob*me);
-  static bool has_interface (Grob*);
-  static void consider_suicide (Grob*me);
-  static void add_interesting_item (Grob * me , Grob* n);
+  DECLARE_SCHEME_CALLBACK (force_hara_kiri_callback, (SCM));
+  DECLARE_SCHEME_CALLBACK (y_extent, (SCM smob));
+  DECLARE_SCHEME_CALLBACK (calc_skylines, (SCM smob));
+  DECLARE_SCHEME_CALLBACK (pure_height, (SCM smob, SCM start, SCM end));
+  DECLARE_SCHEME_CALLBACK (force_hara_kiri_in_y_parent_callback, (SCM));
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_GROB_INTERFACE();
+  static bool request_suicide (Grob *me, int start, int end);
+  static void consider_suicide (Grob *me);
+  static void add_interesting_item (Grob *me, Grob *n);
 };
 
-
 #endif // HARA_KIRI_VERTICAL_GROUP_SPANNER_HH