X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Finclude%2Faccidental-interface.hh;h=440740b407f1bf152ecc50c55726a46cdfec7ed7;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=2a2888c20affe6498d0165b3e30e66e31e11281d;hpb=b8c37be3b04c1f760ad9d3920ded8fcceaff63f7;p=lilypond.git diff --git a/lily/include/accidental-interface.hh b/lily/include/accidental-interface.hh index 2a2888c20a..440740b407 100644 --- a/lily/include/accidental-interface.hh +++ b/lily/include/accidental-interface.hh @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2002--2006 Han-Wen Nienhuys + (c) 2002--2008 Han-Wen Nienhuys */ #ifndef ACCIDENTAL_INTERFACE_HH @@ -19,14 +19,14 @@ class Accidental_interface { public: DECLARE_SCHEME_CALLBACK (print, (SCM)); - DECLARE_SCHEME_CALLBACK (calc_stencils, (SCM)); - DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM)); + DECLARE_SCHEME_CALLBACK (height, (SCM)); + DECLARE_SCHEME_CALLBACK (width, (SCM)); DECLARE_SCHEME_CALLBACK (pure_height, (SCM, SCM, SCM)); DECLARE_GROB_INTERFACE(); static string get_fontcharname (string style, int alteration); - static vector accurate_boxes (Grob *me, - Grob **common); + static vector accurate_boxes (Grob *me, Grob **common); + static SCM get_stencil (Grob *me); }; #endif