Hi.
I’m setting a song and there are two voices, like a call and response. I want
to show these two different voices by making one italic and the other regular
font.
I there are simple way, say using some \override, where I can change the
default on the fly and not have to do an, IMO, ugly \markup block with every
syllable in a {\italic baz} group?
Thanks!
.. mark.
---
\version "2.24.0"
mel = \relative c' { c4 d e f | a g a g | bes a g2 }
lyr = \lyricmode {
foo bar foo bar
%% the followin all italics
baz bop baz bop
baz bop baz
}
<<
\new Voice = melody \mel
\new Lyrics \lyricsto melody \lyr
>>