Hi there. I found that use of set-global-staff-size or layout-set-staff-size makes set-global-fonts irrelevant.
Please find the minimal example: \version "2.19.83" > \paper { > #(define fonts > (set-global-fonts > #:music "gonville" > #:brace "gonville" > )) > } > %{ If the below line is present, Feta is used; > If the set-global-staff-size is removed, Gonville is used. > The same applies to layout-set-staff-size %} > % #(set-global-staff-size 20) > \score { > \relative c' { c d es fis } > } *When set-global-staff-size *is *present *Feta is used: [image: image.png] *When set-global-staff-size* is *commented out* Gonville is used: [image: image.png] I installed Gonville typeface as described in the documentation: http://lilypond.org/doc/v2.19/Documentation/notation/replacing-the-notation-font The issue is not limited to Gonville font; I also tried *cadence *typeface with the same result. Best
_______________________________________________ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond