]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* mf/parmesan-clefs.mf: use # quantities for char_box
[lilypond.git] / lily / include / font-interface.hh
index 8c34e965055c7f941e796dd1156418b6a6bc6c97..1ebee16316073eff383a97914d674d87ad00cb7c 100644 (file)
@@ -16,7 +16,7 @@
 struct Font_interface
 {
   static SCM font_alist_chain (Grob*);
-  static Font_metric * get_font (Grob*, SCM alist_chain);
+  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));