]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-bracket.hh
* flower
[lilypond.git] / lily / include / tuplet-bracket.hh
index ebedc328e0646e5eda2c956a06b56dd3678acce6..4d1963b76135f3966d3d191a17df5a527ba45114 100644 (file)
 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<Grob> 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<Real> height,
-                               Interval gap, Drul_array<Real> widen,
-                               Drul_array<Real> 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<Grob> 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<Real> height,
+                              Interval gap, Drul_array<Real> widen,
+                              Drul_array<Real> shorten);
+  static Direction get_default_dir (Grob *);
 };
 
 #endif // Tuplet_bracket_HH