Minimal example the same as before with \paper section moved to the very
bottom and staff size changed to 10:
\version "2.19.83"
#(set-global-staff-size 10)
\score {
\relative c' { c d es fis }
}
\paper {
#(define fonts
(set-global-fonts
#:music "gonville"
#:brace "gonville"
))
}
Here's a result of Gonville:
image.png
The problem does not occur with default typeface (whole \paper block
commented out):
image.png
pt., 18 paź 2019 o 11:25 Malte Meyn <address@hidden
<mailto:address@hidden>> napisał(a):
Am 18.10.19 um 10:54 schrieb CieMaKat .:
> Hi there.
> I found that use of set-global-staff-size or
layout-set-staff-size makes
> set-global-fonts irrelevant.
The order is important: The font settings have to come *after* the
staff
size.
I’m not sure whether this really is a bug or just not well documented …
_______________________________________________
bug-lilypond mailing list
address@hidden <mailto:address@hidden>
https://lists.gnu.org/mailman/listinfo/bug-lilypond
--
/M.Ciesiółka/