]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-bracket.hh
* input/test/piano-staff-distance.ly: new file.
[lilypond.git] / lily / include / tuplet-bracket.hh
index dc2b186527aac3912d10bff56bee168c88682393..b875a2f2cb6ee1976e3c5e282763e8771f84af25 100644 (file)
@@ -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,7 +31,7 @@ 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<Real> height,
                                Real gap, Drul_array<Real> widen,
                                Drul_array<Real> shorten);