]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
2003 -> 2004
[lilypond.git] / lily / include / clef.hh
index a436219de1c4a17e0aca80171df5abd71165d3d7..896aaa29e655d7886117c7e46fda00d18bfcd0e0 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  clef.hh -- declare 
+  clef.hh -- declare Clef
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 
 struct Clef 
 {
-  DECLARE_SCHEME_CALLBACK(before_line_breaking, (SCM ));
-  DECLARE_SCHEME_CALLBACK(brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static bool has_interface (Grob*);
-  static void set_interface (Grob*);
+  
 };