lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lilyjazz fonts not working


From: Raphael Mankin
Subject: Re: lilyjazz fonts not working
Date: Mon, 19 Aug 2024 17:09:55 +0100
User-agent: Mozilla Thunderbird



On 19/08/2024 10:27, Mark Probert wrote:
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

Why no use 'ln' instead of 'cp' and save yourself a little bit of disk space - and backup time, I hope you do make regular backups.




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.

https://github.com/OpenLilyPondFonts/lilyjazz <https://github.com/OpenLilyPondFonts/lilyjazz>



On Sun, Aug 18, 2024 at 5:01 AM Robert Garrigos <robert@garrigos.cat <mailto:robert@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.aikema@aikebah.net
    <mailto:hans.aikema@aikebah.net>> va escriure:



    On 18 Aug 2024, at 10:19, Robert Garrigos <robert@garrigos.cat
    <mailto:robert@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 
<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/ <https://www.glaac.org/>
University Lowbrow Astronomers: https://lowbrows.club <https://lowbrows.club/> Orange Can Astronomy: https://www.facebook.com/orangecanastronomy/ <https://www.facebook.com/orangecanastronomy/>

** Go Green and leave this email on the Screen! **


--
https://saturday-october-seven.com/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]