]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
(LY_DEFINE): use scm_c_make_hash_table().
[lilypond.git] / lily / include / chord-name.hh
index 39f82ffaf590a7cc2ab722b4807a49e04e64425c..b040bf64cd32b4dcd67f2a6fbb36014e29e174d4 100644 (file)
@@ -3,21 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_HH
 
-#include "lily-guile.hh"
-#include "molecule.hh"
+#include "stencil.hh"
 
 
 class Chord_name
 {
 public:
   DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static  bool has_interface (Grob*);
+  static bool has_interface (Grob*);
 };
 
 #endif // CHORD_NAME_HH