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 <kopma...@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.
> 
> https://github.com/OpenLilyPondFonts/lilyjazz
> 
> 
> 
> On Sun, Aug 18, 2024 at 5:01 AM Robert Garrigos <rob...@garrigos.cat 
> <mailto:rob...@garrigos.cat>> wrote:
>> Thanks Hans, but I already tried this with no luck. However, adding:
>> 
>> property-defaults.fonts.serif = "lilyjazz-text"
>> 
>> fixed it.
>> 
>> Robert.
>> 
>>> El 18 ag. 2024, a les 10:38, Hans Aikema <hans.aik...@aikebah.net 
>>> <mailto:hans.aik...@aikebah.net>> va escriure:
>>> 
>>> 
>>> 
>>>> On 18 Aug 2024, at 10:19, Robert Garrigos <rob...@garrigos.cat 
>>>> <mailto:rob...@garrigos.cat>> wrote:
>>>> 
>>>> 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
>>> 
>>> [1] 
>>> https://github.com/OpenLilyPondFonts/lilyjazz/blob/master/stylesheet/lilyjazz.ily
>>> 
>>>> 
>>>> Thanks.
>>>> 
>>>> ========================
>>>> Robert Garrigós
>> 
> 
> 
> --
> Jeff Kopmanis
> Medium: https://kopmanis.medium.com <https://kopmanis.medium.com/>
> GLAAC: https://www.glaac.org/
> University Lowbrow Astronomers: https://lowbrows.club <https://lowbrows.club/>
> Orange Can Astronomy: https://www.facebook.com/orangecanastronomy/
> 
> ** Go Green and leave this email on the Screen! **

Reply via email to