]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/chord-name.hh
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / include / chord-name.hh
index b06a861daa812a4763ca2e74c80c3b97494becaa..2123ffa442334f76d3040d82182f95454841934a 100644 (file)
@@ -3,21 +3,20 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1999--2004 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1999--2007 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