Re: Change fonts for lyrics

2010-01-18 Thread mike99
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-

Re: Change fonts for lyrics

2010-01-18 Thread Kieren MacMillan
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. _