]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-bracket.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / tuplet-bracket.hh
index 17285a09178107cbde3c90cb74c0e61a7d1ca214..ceeb7f3440c15c883bdb1b9f6c41db2e51807fea 100644 (file)
@@ -33,20 +33,20 @@ public:
   DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (calc_connect_to_neighbors, (SCM smob));
   DECLARE_SCHEME_CALLBACK (calc_cross_staff, (SCM));
-  
-  DECLARE_GROB_INTERFACE();
-  static Grobget_common_x (Spanner *);
+
+  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 **);
   static void add_column (Grob *me, Item *);
   static void add_beam (Grob *me, Grob *);
-  static Grob *parallel_beam (Grob *me, vector<Grob*> const &cols,
-                             bool *equally_long);
+  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);
+                               Offset dz, Drul_array<Real> height,
+                               Interval gap, Drul_array<Real> widen,
+                               Drul_array<Real> shorten);
   static Direction get_default_dir (Grob *);
 };