]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
*** empty log message ***
[lilypond.git] / lily / include / clef.hh
index 81ac89000a6b38aeae95c9c807873e8ff8e8ca09..b2c621c0753c59392cfa8a9e1e5df0d5412688b9 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  clef.hh -- declare 
+  clef.hh -- declare Clef
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000 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 (print, (SCM ));
   static bool has_interface (Grob*);
-  static void set_interface (Grob*);
 };