lilypond-user
[Top][All Lists]
Advanced

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

Re: lilyjazz fonts on Mac / Win


From: Stanton Sanderson
Subject: Re: lilyjazz fonts on Mac / Win
Date: Thu, 7 Apr 2016 06:19:29 -0500

On my Mac with the same OS X (10.11.4) and version of Lilypond, Christoph’s code produces the expected results.

One difference in installation is is that the .chord and .text font files are installed in the Lilypond app, in the same font directories mentioned. Mine are named LilyJAZZChord.otf and LilyJAZZText.otf, however. If I recall, that was the way they were named when they were first introduced. 

Stan
All the lilyjazz-11.otf, etc. files are also in that directory. 
On Apr 6, 2016, at 11:08 PM, Abraham Lee <address@hidden> wrote:

Christoph,

I don't own a Mac, nor do I have access to one, so I'm not the most qualified to answer this question. What you've described is exactly how you should do it. However, I have noticed that users of Finale have had similar issues on a Mac, so I think it's not specific to LilyPond. The issues could be totally unrelated, but you never know. 

What they seem to do that alleviates the problem is clearing out the font cache (sorry, I'm not sure how to do that). Font Book may have some tools to help you out, too. I'd go to the Finale forum (forum.makemusic.com) and look through the topics on the Macintosh user subforum. There have been plenty lately on this topic. 

Best,
Abraham

On Wednesday, April 6, 2016, Christoph Friedrich <address@hidden> wrote:
Hello

i am still trying to find out why the lilyjazz fonts do not work properly on my computer (mac os x) and i hope to get some advice here…
The fonts "lilyjazz-text" and "lilyjazz-chords“ were installed in the system font location, the ones named lilyjazz-11.otf etc were copied to 

/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/otf
/Applications/LilyPond.app/Contents/Resources/share/lilypond/current/fonts/svg

It says everything ok, but on the mac text and chords appear in a standard system font.

I did the same on a windows system, and the result seems to be as expected. (please see examples below)
Could this be a bug?

Thanks for any advice.
Christoph

example code
-----------------
\version "2.19.39"
\include "lilyjazz.ily"

\header{
        title = "Test"
        composer = "Mac OSX 10.11.4"
        piece = "Latin"
}

melody = \new Staff {
  \set Staff.instrumentName = #"Piano"
        \time 6/8
        \tempo  8 = 120
        \clef treble
        \key ees \major
        \relative  {
  c8 d e f g a b c d e f g d e f g a b
       }
}

harmonies = \chordmode { \set majorSevenSymbol = \markup { maj7 }
ees1:7 fis:maj7
 }

\score{
<<
\new ChordNames {\set chordChanges = ##t \harmonies}
\melody
>>
}



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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