X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Ftuplet-bracket.hh;h=620f6b28cc4b33d6fa91e8704592a6db87ff4430;hb=14d74ac262744d16fc753ee41042d32860d58633;hp=dc2b186527aac3912d10bff56bee168c88682393;hpb=7e72a1e50e94a7f9738d62599de79fe7745f600c;p=lilypond.git diff --git a/lily/include/tuplet-bracket.hh b/lily/include/tuplet-bracket.hh index dc2b186527..620f6b28cc 100644 --- a/lily/include/tuplet-bracket.hh +++ b/lily/include/tuplet-bracket.hh @@ -20,7 +20,7 @@ class Tuplet_bracket { public: - DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM )); + DECLARE_SCHEME_CALLBACK (print, (SCM )); static bool has_interface (Grob*); static void add_column (Grob*me,Item*); @@ -31,9 +31,9 @@ public: DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM )); DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM )); - static Molecule make_bracket (Grob *me, Axis protusion_axis, + static Stencil make_bracket (Grob *me, Axis protusion_axis, Offset dz, Drul_array height, - Real gap, Drul_array widen, + Interval gap, Drul_array widen, Drul_array shorten); static Direction get_default_dir (Grob*); };