]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* lily/sequential-music.cc: remove file.
[lilypond.git] / lily / include / font-interface.hh
index 11a3d3af8d48d06f7d8b1f326d8a5cbef17c12a6..0a0b6627239f3b9e313b63088b320c84f209ffe3 100644 (file)
@@ -3,19 +3,19 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c)  2000--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 2000--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 
 #ifndef FONT_INTERFACE_HH
 #define FONT_INTERFACE_HH
 
-#include "lily-proto.hh"
 #include "font-metric.hh"
 
 struct Font_interface
 {
-  static SCM font_alist_chain (Grob*);
+  static SCM text_font_alist_chain (Grob*);
+  static SCM music_font_alist_chain (Grob*);
   static Font_metric * get_default_font (Grob*);
   static bool has_interface (Grob*);
 };