Stefan Thomas <[email protected]> writes:
> Dear community,
> for certain reasons I would like to change the font-style of a Lyrics
> context to italic.
> I tried it with
> \override LyricText #'font-style = #'italic
> but without success.
> Does someone know how to do it?
You could start by not ignoring LilyPond's warnings. There is no such
property as font-style . You probably want font-shape instead.
Also you could try to update to 2.18 syntax and use
\override LyricText.font-shape ...
--
David Kastrup