X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreak-align-interface.hh;h=c93a5cfe3ecdc6590d6e04c0fa73b9dede37136c;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=211ad0da8b1dba98931d74abbd36627f5d2be7b3;hpb=0a029b8dccc5d0253a849f915584e12a58f9335e;p=lilypond.git diff --git a/lily/include/break-align-interface.hh b/lily/include/break-align-interface.hh index 211ad0da8b..c93a5cfe3e 100644 --- a/lily/include/break-align-interface.hh +++ b/lily/include/break-align-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 1997--2007 Han-Wen Nienhuys + (c) 1997--2008 Han-Wen Nienhuys */ #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(); };