]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/tuplet-bracket.hh
* scm/define-context-properties.scm
[lilypond.git] / lily / include / tuplet-bracket.hh
index 073311500cb0bfc5716b7ca61aca538638692f0b..add0f47e6ff9cd8118e7eb2ceb054ebcb54e3239 100644 (file)
@@ -13,8 +13,8 @@
 class Tuplet_bracket
 {
 public:
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_direction, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_positions, (SCM));
   DECLARE_SCHEME_CALLBACK (print, (SCM));
 
   static bool has_interface (Grob *);