]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/accidental-interface.hh
(LY_DEFINE): use scm_c_make_hash_table().
[lilypond.git] / lily / include / accidental-interface.hh
index 48091e3106a441b455e556c53e88f1f34b594367..f3b2221fd181d0ce79f195b9edaf6d08c533a664 100644 (file)
@@ -3,19 +3,22 @@ accidental-interface.hh -- declare  Accidental_interface
 
 source file of the GNU LilyPond music typesetter
 
-(c)  2002--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+(c) 2002--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 
  */
 
 #ifndef ACCIDENTAL_INTERFACE_HH
 #define ACCIDENTAL_INTERFACE_HH
 
-#include "grob.hh"
+#include "box.hh"
+#include "lily-guile.hh"
+#include "lily-proto.hh"
+
 
 class Accidental_interface
 {
 public:
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));  
   static bool has_interface (Grob*);