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
