lilypond-user
[Top][All Lists]
Advanced

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

Re: Font of lyrics text


From: Asempl
Subject: Re: Font of lyrics text
Date: Sat, 30 Mar 2002 18:05:05 +0300

J.Schoone wrote:

> Asempl <address@hidden> wrote:
> > Hello, All!
> >
> > Text of lyrics is typed with "cmr" font by default. How could I change
> > the font of lyrics text?
> >
> > I tryed to use
> >
> > \property Lyrics.LyricText \override #'font-name = #'cmbx
> >
> > If I use "cmbx" fonts, it's OK. But if I try, for example "wncyr" font,
> > LilyPond reports:
> >
> > Cannot find any font satisfying
> > (wncyr #f #f #f #f 0)
> >
> > The font "wncyr" presents in my system, TeX works with it OK.
> >
> > How can I fix the problem?
>
> Lilypond will only use the fonts listed in scm/font.scm . You must add
> the fonts you want to use. Please note that up to ten different sizes
> per font are listed. The font list starts at the line that reads

>     (define paper20-style-sheet-alist

I have found this block in scm/font.scm. I have added after

((-5 medium upright roman cmr 5) . "cmr5")

a new line:

((0 medium upright roman wncyr 10) . "wncyr10")

but the result is the same:

> Cannot find any font satisfying
> (wncyr #f #f #f #f 0)

Maybe I have to do something else?

-- 
Arkady




reply via email to

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