> Le 30 mars 2022 à 21:06, Valentin Petzel <[email protected]> a écrit :
>
> For me changing the font make no problems. You might want to check if you
> have
> the relevant font files in the font path. Are you on Linux or Windows? Maybe
> are some point something about font-config has changed.
>
> About markFormatter: This one changed to rehearsalMarkFormatter, along with
> adding formatter options for the all kinds of marks.
Thanks Jean and Valentin, that solves this issue. I’ve probably used an
outdated convert-ly.
Any hint why the chord names don’t use the lilyjazz font?
>> \paper {
>> #(define fonts
>> (set-global-fonts
>> #:music "lilyjazz"
>> #:brace "lilyjazz"
>> #:roman "lilyjazz-text"
>> #:sans "lilyjazz-chord"
>> #:chords "lilyjazz-chord"
>> #:factor (/ staff-height pt 20)
>> ))
JM