]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
2003 -> 2004
[lilypond.git] / lily / include / clef.hh
index f5fabe24f112b4a9de5b734cc6ef1785709ae1e8..896aaa29e655d7886117c7e46fda00d18bfcd0e0 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 ));
-  static bool has_interface (Score_element*);
-  static void set_interface (Score_element*);
+  DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
+  DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
+  static bool has_interface (Grob*);
+  
 };