]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
Merge branch 'jneeman' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond into jneeman
[lilypond.git] / lily / include / chord-name.hh
index 39f82ffaf590a7cc2ab722b4807a49e04e64425c..f5c805684fe66c186952e0792f32ddb66eac4199 100644 (file)
@@ -3,21 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2002 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2006 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_HH
 
-#include "lily-guile.hh"
-#include "molecule.hh"
-
+#include "stencil.hh"
+#include "grob-interface.hh"
 
 class Chord_name
 {
 public:
-  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM ));
-  static  bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (after_line_breaking, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
 #endif // CHORD_NAME_HH