]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/break-align-interface.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / break-align-interface.hh
index 211ad0da8b1dba98931d74abbd36627f5d2be7b3..c93a5cfe3ecdc6590d6e04c0fa73b9dede37136c 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #ifndef BREAK_ALIGN_INTERFACE_HH
@@ -25,7 +25,9 @@ public:
 
 struct Break_aligned_interface
 {
-  DECLARE_SCHEME_CALLBACK (calc_anchor, (SCM element));
+  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();
 };