]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
Run `make grand-replace'.
[lilypond.git] / lily / include / clef.hh
index b2c621c0753c59392cfa8a9e1e5df0d5412688b9..4d6f3ea85778f0a06006c82025b9cf3f4c352651 100644 (file)
@@ -1,24 +1,23 @@
-/*   
+/*
   clef.hh -- declare Clef
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef CLEF_HH
 #define CLEF_HH
-#include "lily-guile.hh"
+
 #include "lily-proto.hh"
+#include "grob-interface.hh"
 
-struct Clef 
+struct Clef
 {
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
-  DECLARE_SCHEME_CALLBACK (print, (SCM ));
-  static bool has_interface (Grob*);
+  DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  DECLARE_GROB_INTERFACE();
 };
 
-
 #endif /* CLEF_HH */