]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* scm/chord-name.scm: remove new-chord-name-brew-molecule ; use
[lilypond.git] / lily / include / font-interface.hh
index 1ebee16316073eff383a97914d674d87ad00cb7c..11a3d3af8d48d06f7d8b1f326d8a5cbef17c12a6 100644 (file)
 struct Font_interface
 {
   static SCM font_alist_chain (Grob*);
-  static Font_metric * get_font (Paper_def*, SCM alist_chain);
   static Font_metric * get_default_font (Grob*);
-  static bool wild_compare (SCM field_val, SCM val);
-  DECLARE_SCHEME_CALLBACK (properties_to_font_name, (SCM,SCM));
-  DECLARE_SCHEME_CALLBACK (get_property_alist_chain, (SCM));
   static bool has_interface (Grob*);
 };