Robert Clausecker wrote:
>
> I want to know how to change the font for text inside a \lyricmode tag.
> I were able to solve this by simply redefine all fonts, but that wasn't
> is not that I wanted to get.
>
Newbie though I may be, you'll find a
http://old.nabble.com/override-lyric-font-size-
Hi Robert,
> I want to know how to change the font for text inside a \lyricmode tag.
Putting
\once \override LyricText #'font-shape = #'italic
just before a lyric will make it italic. Other font properties are similarly
modified.
Hope this helps!
Kieren.
_