J.Schoone wrote: > Asempl <[EMAIL PROTECTED]> 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 _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
