]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / chord-name.hh
index b040bf64cd32b4dcd67f2a6fbb36014e29e174d4..7f062799022df0a48370137288b9161d1bbaa071 100644 (file)
@@ -3,20 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2008 Jan Nieuwenhuizen <janneke@gnu.org>
 */
 
 #ifndef CHORD_NAME_HH
 #define CHORD_NAME_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