]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* lily/text-item.cc (text_to_molecule): new function
[lilypond.git] / lily / include / font-interface.hh
index 176e4c32104b1a571de4fd5cc49ef665745987b9..ada4660ce9dd2602aecd6e2da05c401db105b652 100644 (file)
@@ -21,6 +21,7 @@ struct Font_interface
   static SCM add_style (Grob*, SCM style, SCM alist_chain);
   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*);
 };