Re: Changing Text Fonts

2015-01-24 Thread Werner LEMBERG
> BTW, the above output also shows the directories searched by > fontconfig. Oops. I mean that lilypond -dshow-available-fonts 2>&1 | less also shows the directories searched by fontconfig. Werner ___ lilypond-user mailing list lilypond-user

Re: Changing Text Fonts

2015-01-24 Thread Werner LEMBERG
>> The example below does not work > > To my knowledge, Lilypond has difficulty — i.e., fails completely — > with older Mac OS True Type (.ttf) fonts, and Baghdad is one of > those [at least on my machine]. Being an old Mac OS TTF per se is not a problem. A font must have a Unicode cmap so that

Re: Changing Text Fonts

2015-01-24 Thread tisimst
\midi { } > } > > ___ > lilypond-user mailing list > [hidden email] > https://lists.gnu.org/mailman/listinfo/lilypond-user > > FontBook.png (537K) Download Attachment > > > If you reply to this email, your message

Re: Changing Text Fonts

2015-01-24 Thread Kieren MacMillan
Hi Matthew, > The example below does not work To my knowledge, Lilypond has difficulty — i.e., fails completely — with older Mac OS True Type (.ttf) fonts, and Baghdad is one of those [at least on my machine]. Try another “crazy font”, one which is an OpenType or (preferably) PostScript font.

Re: Changing text fonts

2011-03-11 Thread Hannes Kuhnert
James Lowe schrieb: > Well I showed you how to change the fonts already for the header just use > the construct like > > \header { > title = \markup { \override #'(font-name . "Optima") " This is my Header" > } } Of course that works, but it doesn’t change the font used for header lines in gen

RE: Changing text fonts

2011-03-10 Thread James Lowe
Hannes, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Hannes Kuhnert )Sent: 10 March 2011 15:49 )To: lilypond-user@gnu.org )Subject: Re: Changing text fonts ) )James Lowe

Re: Changing text fonts

2011-03-10 Thread Hannes Kuhnert
James Lowe schrieb: > If you wanted to override the font on a 'TextSpanner' you can use something > like > > \override TextSpanner #'(font-name) = "Baskerville" > > So you can use the same method to choose a font for chord markups. Thanks for your reply! I already assumed that it works that way.

RE: Changing text fonts

2011-03-10 Thread James Lowe
Hello, )-Original Message- )From: lilypond-user-bounces+james.lowe=datacore@gnu.org )[mailto:lilypond-user-bounces+james.lowe=datacore@gnu.org] On )Behalf Of Hannes Kuhnert )Sent: 10 March 2011 12:07 )To: lilypond-user@gnu.org )Subject: Changing text fonts ) )Hello, ) )what needs

Changing text fonts

2011-03-10 Thread Hannes Kuhnert
Hello, what needs to be done for changing fonts in general? I tried things like \override Score.ChordNames #'font-family = #'roman but it didn’t work. I’m pretty sure, that \override … #'font-family = #'sans etc. makes sense, but how can I find out, how the objects that have the font property