]> git.donarmstrong.com Git - lilypond.git/blob - lily/include/hara-kiri-group-spanner.hh
7a5ddd6a7c66a0ae0dae335aeb362285e8fd5993
[lilypond.git] / lily / include / hara-kiri-group-spanner.hh
1 /*
2   hara-kiri-vertical-group-spanner.hh -- declare Har_kiri_vertical_group_spanner
3
4   source file of the GNU LilyPond music typesetter
5
6   (c) 1998--2007 Jan Nieuwenhuizen <janneke@gnu.org>
7 */
8
9 #ifndef HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
10 #define HARA_KIRI_VERTICAL_GROUP_SPANNER_HH
11
12 #include "lily-proto.hh"
13 #include "grob-interface.hh"
14
15 class Hara_kiri_group_spanner
16 {
17 public:
18   DECLARE_SCHEME_CALLBACK (force_hara_kiri_callback, (SCM));
19   DECLARE_SCHEME_CALLBACK (y_extent, (SCM smob));
20   DECLARE_SCHEME_CALLBACK (calc_skylines, (SCM smob));
21   DECLARE_SCHEME_CALLBACK (pure_height, (SCM smob, SCM start, SCM end));
22   DECLARE_SCHEME_CALLBACK (force_hara_kiri_in_y_parent_callback, (SCM));
23   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
24   DECLARE_GROB_INTERFACE();
25   static bool request_suicide (Grob *me, int start, int end);
26   static void consider_suicide (Grob *me);
27   static void add_interesting_item (Grob *me, Grob *n);
28 };
29
30 #endif // HARA_KIRI_VERTICAL_GROUP_SPANNER_HH