Re: setting a text font

2005-08-08 Thread fiëé visuëlle
Am 2005-08-05 um 10:19 schrieb Colin Wilding: I am using 2.6.1 in Windows, and I have noticed that you need to refer to fonts by their file names, not by the names that are normally used to select them in other programmes. The file names can be found by looking in the Fonts folder. For exampl

Re: setting a text font

2005-08-05 Thread Colin Wilding
names. Colin > > Message: 1 > Date: Thu, 4 Aug 2005 15:17:46 +0200 > From: fi?? visu?lle <[EMAIL PROTECTED]> > Subject: Re: setting a text font > To: lilypond-user@gnu.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; delsp=

Re: setting a text font

2005-08-04 Thread fiëé visuëlle
Am 2005-08-04 um 13:38 schrieb Mats Bengtsson: \new Lyrics{ \override LyricText #'font-name = #"Gentium" ... } Ah, that works - but only with Verdana. I'm puzzled. Most font names gave the quoted error, but since I tried Verdana, I get no error any more, but only Verdana. Looks to me lik

Re: setting a text font

2005-08-04 Thread Mats Bengtsson
Normally, when you set an object property, you set it within the current context (for example within the current Lyrics context). So if you want to set the font-name for a specific line of lyrics, you can do \score{ << ... \new Lyrics{ \override LyricText #'font-name = #"Gentium" ... } ...

setting a text font

2005-08-04 Thread fiëé visuëlle
Hi there! (this is LilyPond 2.6 on MacOSX) I still try to typeset my lyrics in another font. While I can't find the right place for \override Lyrics.LyricText #'font-name = #"Gentium" (it doesn't complain within Staff context, but does nothing - is Lyrics.LyricText right?) I checked if it w