]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
* The grand 2005-2006 replace.
[lilypond.git] / lily / include / clef.hh
index 5f05fe31d82c4fca0354e81203f5adde64b808f0..2f78edb8229c705da3bbc0a21f44f6a575c6b709 100644 (file)
@@ -1,25 +1,23 @@
-/*   
+/*
   clef.hh -- declare Clef
-  
+
   source file of the GNU LilyPond music typesetter
-  
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
-  
- */
+
+  (c) 2000--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+*/
 
 #ifndef CLEF_HH
 #define CLEF_HH
+
 #include "lily-guile.hh"
 #include "lily-proto.hh"
 
-struct Clef 
+struct Clef
 {
-  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
-  static bool has_interface (Grob*);
-  
+  DECLARE_SCHEME_CALLBACK (calc_glyph_name, (SCM));
+  DECLARE_SCHEME_CALLBACK (print, (SCM));
+  static bool has_interface (Grob *);
 };
 
-
 #endif /* CLEF_HH */