]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/clef.hh
* lily/auto-beam-engraver.cc (process_music): end/junk beam if
[lilypond.git] / lily / include / clef.hh
index 7885205e7e7a6ff68da84931db92765f295390e3..315a840453ce939ea96de6c75e17a63d44aecc85 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--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
@@ -17,7 +17,7 @@ struct Clef
   DECLARE_SCHEME_CALLBACK (before_line_breaking, (SCM ));
   DECLARE_SCHEME_CALLBACK (brew_molecule, (SCM ));
   static bool has_interface (Grob*);
-  static void set_interface (Grob*);
+  
 };