2 hara-kiri-vertical-group-spanner.hh -- declare Har_kiri_vertical_group_spanner
4 source file of the GNU LilyPond music typesetter
6 (c) 1998--2006 Jan Nieuwenhuizen <janneke@gnu.org>
9 #ifndef HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
10 #define HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
12 #include "lily-guile.hh"
13 #include "lily-proto.hh"
15 class Hara_kiri_group_spanner
18 DECLARE_SCHEME_CALLBACK (force_hara_kiri_callback, (SCM));
19 DECLARE_SCHEME_CALLBACK (y_extent, (SCM smob));
20 DECLARE_SCHEME_CALLBACK (pure_height, (SCM smob, SCM start, SCM end));
21 DECLARE_SCHEME_CALLBACK (force_hara_kiri_in_y_parent_callback, (SCM));
22 DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
23 static bool has_interface (Grob *);
24 static bool request_suicide (Grob *me, int start, int end);
25 static void consider_suicide (Grob *me);
26 static void add_interesting_item (Grob *me, Grob *n);
29 #endif // HARA_KIRI_VERTICAL_GROUP_SPANNER_HH