2 accidental-interface.hh -- declare Accidental_interface
4 source file of the GNU LilyPond music typesetter
6 (c) 2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
10 #ifndef ACCIDENTAL_INTERFACE_HH
11 #define ACCIDENTAL_INTERFACE_HH
15 class Accidental_interface
18 DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
19 DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
20 static bool has_interface (Grob*);
22 static String get_fontcharname(String style, int alteration);
23 static Array<Box> Accidental_interface::accurate_boxes (Grob *me,Grob**common);