On Sat, Nov 16, 2013 at 01:12:18PM +0800, ayutheos wrote:
> How do I apply different text formatting for different stanzas of
> lyrics globally?
Does this do what you want?
Jim
\paper {
myStaffSize = #20
}
melody = \relative c' { c d e }
lyricI = \lyricmode { a lyric }
lyricII = \lyricmode { a lyric }
\score {
<<
\new Voice = "one" { \melody }
\new Lyrics \lyricsto "one" {
\override LyricText #'font-size = #-3
\override LyricText #'font-name = #"Lucida Sans Unicode"
\lyricI }
\new Lyrics \lyricsto "one" {
\override LyricText #'font-size = #-3
\override LyricText #'font-name = #"LilyJAZZText"
\lyricII }
>>
}
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user