And to add on, updating the fonts needs to be done for each new release of LP. I downloaded the fonts and then use a script that has the version number and base location, such as...
—script
REV = “2.24.4" LILY = "/opt/homebrew/share/lilypond"
cp lilyjazz/otf/* ${LILY}/${REV}/fonts/otf cp lilyjazz/svg/* ${LILY}/${REV}/fonts/svg cp lilyjazz/stylesheet/* ${LILY}/${REV}/ly cp lilyjazz/supplementary-files/**/*.otf ${LILY}/${REV}/fonts/otf
—end
On 19 Aug 2024, at 12:56, Jeff Kopmanis <kopmanis@gmail.com> wrote:
For me the installation was two-fold: 1) install the OTF and SVG fonts in the .../fonts directory 2) AND...install the lilyjazz-chords and lilyjazz-text fonts from the .../supplimental-files/lilyjazz-chords and .../supplimental-files/lilyjazz-text directories.
Once I got those supplemental-files fonts in there, things worked well with simply including the lilyjazz.ily stylesheet. The Github repo has some great examples that I used to test against.
Thanks Hans, but I already tried this with no luck. However, adding:
property-defaults.fonts.serif = "lilyjazz-text"
fixed it.
Robert.
Hi all,
I’m trying to use lilyjazz fonts with latest build (2.25.18) and it seems almost everything is working, except the text fonts: lyrics, titles and other texts are not using the lilyjazz-text font, although it is installed like all the others (lily-xx.otf, lily-brace.otf and lily-chord.otf). <jazz_pdf_—_Lilypond.jpeg>
this is my \paper code:
\paper { property-defaults.fonts.music = "lilyjazz" property-defaults.fonts.brace = "lilyjazz" property-defaults.fonts.roman = "lilyjazz" property-defaults.fonts.sans = "lilyjazz" } What am I missing?
Robert,
looking at lilyjazz's own stylesheet [1] you would need to specify lilyjazz-text for roman and lilyjazz-chord for sans
Thanks.
======================== Robert Garrigós
-- Jeff Kopmanis ** Go Green and leave this email on the Screen! **
|