Dir Rip_Mus,
thanks for the tip!
It works!
Am Mo., 18. Apr. 2022 um 19:37 Uhr schrieb Rip _Mus <
[email protected]>:
> Dear Stefan,
> have a look:
>
> \version "2.22.1"
>
> \score {
> \new Staff = "voce"
> {
> \new Voice = "main" {
> \relative c' {
> <<
> {c4 d e c c d e c}
> \new Lyrics \with {
> alignBelowContext = "voce"
> }
> \lyricsto "main" { Fra Mar -- ti -- no Cam -- pa -- na -- ro }
> >>
> }
> }
> }
> }
>
> \layout {
> \context {
> \Lyrics
> \override LyricText.font-shape = #'italic
> }
> }
>
> Il giorno lun 18 apr 2022 alle ore 19:28 Stefan Thomas <
> [email protected]> ha scritto:
>
>> 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?
>> Thanks,
>> Stefan
>>
>