]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
Merge branch 'lilypond/translation' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / break-align-interface.hh
index ba68a874af481cfbb592f90a6e4eed838693b0e6..9ac29c7ae015bcfbff7c3a2f11c2c404d03cd9e8 100644 (file)
@@ -25,6 +25,9 @@ public:
 
 struct Break_aligned_interface
 {
+  DECLARE_SCHEME_CALLBACK (calc_average_anchor, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_extent_aligned_anchor, (SCM));
+  DECLARE_SCHEME_CALLBACK (calc_break_visibility, (SCM));
   DECLARE_GROB_INTERFACE();
 };