]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-bracket.hh
Add '-dcrop' option to ps and svg backends
[lilypond.git] / lily / include / tuplet-bracket.hh
index 72daae4da9990aa7c942617ffc04b57008764e04..cfe1ca1481414257be6d7a3a8dca69a7b44e4d86 100644 (file)
@@ -34,7 +34,6 @@ public:
   DECLARE_SCHEME_CALLBACK (calc_connect_to_neighbors, (SCM smob));
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
 
-  DECLARE_GROB_INTERFACE ();
   static Grob *get_common_x (Spanner *);
   static void add_tuplet_bracket (Grob *me, Grob *smaller_bracket);
   static void get_bounds (Grob *, Grob **, Grob **);
@@ -44,10 +43,6 @@ public:
   static Grob *parallel_beam (Grob *me, vector<Grob *> const &cols,
                               bool *equally_long);
   static void calc_position_and_height (Grob *, Real *, Real *dy);
-  static Stencil make_bracket (Grob *me, Axis protrusion_axis,
-                               Offset dz, Drul_array<Real> height,
-                               Interval gap, Drul_array<Real> widen,
-                               Drul_array<Real> shorten);
   static Direction get_default_dir (Grob *);
 };