Re: changing lyrics font-style to italics

2022-04-19 Thread Stefan Thomas
Dir Rip_Mus, thanks for the tip! It works! Am Mo., 18. Apr. 2022 um 19:37 Uhr schrieb Rip _Mus < ripetizioni.mus...@gmail.com>: > Dear Stefan, > have a look: > > \version "2.22.1" > > \score { > \new Staff = "voce" > { > \new Voice = "main" { > \relative c' { > << >

Re: changing lyrics font-style to italics

2022-04-18 Thread David Kastrup
Stefan Thomas writes: > 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? You could start by not ignoring

Re: changing lyrics font-style to italics

2022-04-18 Thread Rip _Mus
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

changing lyrics font-style to italics

2022-04-18 Thread Stefan Thomas
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