X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Fbreak-align-interface.hh;h=128d4e2b12e8be4be9d55264937fce4e37fe4c1a;hb=32f5956ef64bfa7b0fd6a9f6c34a53760adae04e;hp=f3633c2bad962b6637beeca6ed967f49dcfc202a;hpb=bdab6ef772dc1cda56a36146158116f95a90fb51;p=lilypond.git diff --git a/lily/include/break-align-interface.hh b/lily/include/break-align-interface.hh index f3633c2bad..128d4e2b12 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--2009 Han-Wen Nienhuys */ #ifndef BREAK_ALIGN_INTERFACE_HH @@ -27,6 +27,7 @@ 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(); };