Hello Knute, Same result replacing define fonts by direct includes.
JM > Le 2 avr. 2022 à 16:30, Knute Snortum <[email protected]> a écrit : > > On Sat, Apr 2, 2022 at 6:21 AM Jacques Menu <[email protected]> wrote: > [snip] >> \paper { >> #(define fonts >> (set-global-fonts >> #:music "lilyjazz" >> #:brace "lilyjazz" >> #:roman "lilyjazz-text" >> #:sans "lilyjazz-chord" >> #:factor (/ staff-height pt 20) >> )) >> } > > Try removing #(define fonts in the paper block and instead, add this > near the top of your input file: > > \include "jazzchords.ily" > \include "lilyjazz.ily" > \include "jazzextras.ily" > > -- > Knute Snortum
