X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faxis-group-interface.hh;h=1ba26af829459cebb6ce4c632a4792a1bf421953;hb=02b8e806dc39fefa22147e75c2b71fd97780610e;hp=4098a19514b6efe4f7c04f660d7cd6d06f6e0cfa;hpb=60b7eedd586ad8f52e4aafdf68d600409769edf5;p=lilypond.git diff --git a/lily/include/axis-group-interface.hh b/lily/include/axis-group-interface.hh index 4098a19514..1ba26af829 100644 --- a/lily/include/axis-group-interface.hh +++ b/lily/include/axis-group-interface.hh @@ -34,6 +34,7 @@ class Axis_group_interface static Real get_default_outside_staff_padding (); static Interval generic_bound_extent (Grob *me, Grob *common, Axis a); static Interval pure_group_height (Grob *me, int start, int end); + DECLARE_SCHEME_CALLBACK (cross_staff, (SCM smob)); DECLARE_SCHEME_CALLBACK (width, (SCM smob)); DECLARE_SCHEME_CALLBACK (calc_x_common, (SCM smob)); DECLARE_SCHEME_CALLBACK (calc_y_common, (SCM smob)); @@ -62,7 +63,7 @@ class Axis_group_interface static Interval part_of_line_pure_height (Grob *me, bool begin, int, int); static Grob *outside_staff_ancestor (Grob *me); - static Skyline_pair skyline_spacing (Grob *me, vector elements); + static Skyline_pair skyline_spacing (Grob *me); static void add_element (Grob *me, Grob *); static void set_axes (Grob *, Axis, Axis); static bool has_axis (Grob *, Axis);