X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftuplet-bracket.hh;h=4d1963b76135f3966d3d191a17df5a527ba45114;hb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;hp=ebedc328e0646e5eda2c956a06b56dd3678acce6;hpb=8942177c7566bc201b53d7829f23523961e80537;p=lilypond.git diff --git a/lily/include/tuplet-bracket.hh b/lily/include/tuplet-bracket.hh index ebedc328e0..4d1963b761 100644 --- a/lily/include/tuplet-bracket.hh +++ b/lily/include/tuplet-bracket.hh @@ -13,20 +13,20 @@ class Tuplet_bracket { public: - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); - DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); - DECLARE_SCHEME_CALLBACK (print, (SCM )); - - static bool has_interface (Grob*); - static void add_column (Grob*me, Item*); - static void add_beam (Grob*me, Grob*); - static Grob *parallel_beam (Grob *me, Link_array const&cols, bool *equally_long); - static void calc_position_and_height (Grob*, Real*, Real *dy); - static Stencil make_bracket (Grob *me, Axis protusion_axis, - Offset dz, Drul_array height, - Interval gap, Drul_array widen, - Drul_array shorten); - static Direction get_default_dir (Grob*); + DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (print, (SCM)); + + static bool has_interface (Grob *); + static void add_column (Grob *me, Item *); + static void add_beam (Grob *me, Grob *); + static Grob *parallel_beam (Grob *me, Link_array const &cols, bool *equally_long); + static void calc_position_and_height (Grob *, Real *, Real *dy); + static Stencil make_bracket (Grob *me, Axis protusion_axis, + Offset dz, Drul_array height, + Interval gap, Drul_array widen, + Drul_array shorten); + static Direction get_default_dir (Grob *); }; #endif // Tuplet_bracket_HH