]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
Remove any broken lily-*.tex files before
[lilypond.git] / lily / include / clef.hh
index 0f0d4f0ce9e625828fa5bea2759658a1db2324f9..b2c621c0753c59392cfa8a9e1e5df0d5412688b9 100644 (file)
@@ -1,9 +1,9 @@
 /*   
-  clef.hh -- declare 
+  clef.hh -- declare Clef
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2000--2002 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -15,9 +15,8 @@
 struct Clef 
 {
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
-  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  DECLARE_SCHEME_CALLBACK (print, (SCM ));
   static bool has_interface (Grob*);
-  
 };