lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: changing lyrics font-style to italics


From: Stefan Thomas
Subject: Re: changing lyrics font-style to italics
Date: Tue, 19 Apr 2022 12:06:52 +0200

Dir Rip_Mus,
thanks for the tip!
It works!

Am Mo., 18. Apr. 2022 um 19:37 Uhr schrieb Rip _Mus <ripetizioni.musica@gmail.com>:
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 <kontrapunktstefan@gmail.com> 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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]