X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faxis-group-interface.hh;h=252059da8e4e474b8328aa04e5b1a6fd0e421408;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=95c4901f34229261facf30338a72dc9b1c651771;hpb=6140a9a56be5b96dcfa6d448d258488bd43cdedb;p=lilypond.git diff --git a/lily/include/axis-group-interface.hh b/lily/include/axis-group-interface.hh index 95c4901f34..252059da8e 100644 --- a/lily/include/axis-group-interface.hh +++ b/lily/include/axis-group-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2000--2007 Han-Wen Nienhuys + (c) 2000--2008 Han-Wen Nienhuys */ #ifndef AXIS_GROUP_INTERFACE_HH @@ -40,6 +40,7 @@ struct Axis_group_interface static bool has_axis (Grob *, Axis); static void get_children (Grob *, vector *); static Interval staff_extent (Grob *me, Grob *ref, Axis, Grob *staff, Axis); + static SCM calc_common (Grob *, Axis); DECLARE_GROB_INTERFACE(); };