lilypond-user
[Top][All Lists]
Advanced

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

Re: Lilyjazz font and Score.markFormatter problem with Lily 2.23.6


From: Jacques Menu
Subject: Re: Lilyjazz font and Score.markFormatter problem with Lily 2.23.6
Date: Sat, 2 Apr 2022 15:21:11 +0200

Hello Knute,

Le 1 avr. 2022 à 16:31, Knute Snortum <ksnortum@gmail.com> a écrit :

How did you install the LilyJAZZ fonts?  If you go to this URL...

https://github.com/OpenLilyPondFonts/lilyjazz

...and click on the green Code button, you can download the fonts as a Zip file.  Unzip it somewhere, then follow the instructions in the LilyPond-Fonts-and -Installation-Guide.txt file.  Note that where you put the fonts must match the version of LilyPond you're using, if you have multiple versions. 

Thanks for the link, much appreciated.

I now have Lily 2.23.6 installed in /Applications/LilyPond/lilypond-2.23.6:,

jacquesmenu@macmini: /Applications/LilyPond/lilypond-2.23.6 > ls -sal bin
total 21576
    0 drwxr-xr-x  12 jacquesmenu  staff       384 Feb  7 10:45 .
    0 drwxr-xr-x@  9 jacquesmenu  staff       288 Feb  8 17:59 ..
    8 -rwxr-xr-x   1 jacquesmenu  staff        93 Feb  7 10:45 abc2ly
    8 -rwxr-xr-x   1 jacquesmenu  staff        97 Feb  7 10:45 convert-ly
    8 -rwxr-xr-x   1 jacquesmenu  staff        93 Feb  7 10:45 etf2ly
    8 -rwxr-xr-x   1 jacquesmenu  staff        95 Feb  7 10:45 lilymidi
21504 -rwxr-xr-x   1 jacquesmenu  staff  11009976 Feb  7 10:45 lilypond
    8 -rwxr-xr-x   1 jacquesmenu  staff       100 Feb  7 10:45 lilypond-book
    8 -rwxr-xr-x   1 jacquesmenu  staff       241 Feb  7 10:45 lilypond-invoke-editor
    8 -rwxr-xr-x   1 jacquesmenu  staff        95 Feb  7 10:45 lilysong
    8 -rwxr-xr-x   1 jacquesmenu  staff        94 Feb  7 10:45 midi2ly
    8 -rwxr-xr-x   1 jacquesmenu  staff        98 Feb  7 10:45 musicxml2ly

 with the lily jazz fonts files in ‘font’ sub-directory:

jacquesmenu@macmini: /Applications/LilyPond/lilypond-2.23.6 > find . -name "*lilyjazz*" -print
./share/lilypond/2.23.6/fonts/svg/lilyjazz-13.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-11.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-14.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-16.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-26.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-18.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-20.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-brace.svg
./share/lilypond/2.23.6/fonts/svg/lilyjazz-23.svg
./share/lilypond/2.23.6/fonts/otf/lilyjazz-26.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-18.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-20.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-brace.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-23.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-13.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-11.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-14.otf
./share/lilypond/2.23.6/fonts/otf/lilyjazz-16.otf

The default Lilypond in Frescobaldi is:

/Applications/LilyPond/lilypond-2.23.6/bin/lilypond

With:

\paper {
  #(define fonts
     (set-global-fonts
      #:music "lilyjazz"
      #:brace "lilyjazz"
      #:roman "lilyjazz-text"
      #:sans "lilyjazz-chord"
      #:factor (/ staff-height pt 20)
      ))
}

I get:


while I used to get:


Hence my OP...

JM








reply via email to

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