]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/font-interface.hh
* lily/bar-line.cc (compound_barline): fix : for staff without
[lilypond.git] / lily / include / font-interface.hh
index dd9f56b4d7bade22e7678c646058a54274a24881..5a15a29eae8d245171bc201f1ff1399340e10366 100644 (file)
@@ -16,6 +16,7 @@
 struct Font_interface
 {
   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*);
 };