bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

set-global-staff-size rejects set-global-fonts settings


From: CieMaKat .
Subject: set-global-staff-size rejects set-global-fonts settings
Date: Fri, 18 Oct 2019 10:54:29 +0200

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

PNG image

PNG image


reply via email to

[Prev in Thread] Current Thread [Next in Thread]