Re: changing lyrics font-style to italics
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' { > << > {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 < > kontrapunktste...@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 >> >
Re: changing lyrics font-style to italics
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 LilyPond's warnings. There is no such property as font-style . You probably want font-shape instead. Also you could try to update to 2.18 syntax and use \override LyricText.font-shape ... -- David Kastrup
Re: changing lyrics font-style to italics
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 < kontrapunktste...@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 >
changing lyrics font-style to italics
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
changing lyrics font
Hi Everybody, is there a possibility to change the lyric font? I would like to add lyrics in hebrew and found out, how to include utf-8 in the lyrics. For better readability I need a hebrew font other then the standard. For \markup texts that works just fine. But in the \lyricmode it doesn't. Can anyone help me on that? Using Version 2.15.38 with no problems so far. thanks in advance! Kai ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user
Re: Changing lyrics' font
Since a point can appear also at the end of a syllable in ordinary lyrics, the syntax in \lyrics mode requires spaces before and after the points when you do property settings, like \property Lyrics . LyricText \override ... /Mats Oscar A. Valdez wrote: I would like to be able to "override" and "revert" the lyrics' font from bold back to normal. In this example, I'm trying to do it for the syllable "Di-", but all I get is a parse error. Can someone point out how to do it? \score { \addlyrics \context Staff = Antifona { ... ... } \context Lyrics \lyrics { To- da la tie- rra te a- do- ra, \property Lyrics.LyricText \override #'font-series = #'bold Di- \property Lyrics.LyricText \revert #'font-series os, y sal- mo- dia pa- ra ti, can- ta sal- mos a tu nom- bre, Se- nor. } } -- = Mats Bengtsson Signal Processing Signals, Sensors and Systems Royal Institute of Technology SE-100 44 STOCKHOLM Sweden Phone: (+46) 8 790 8463 Fax: (+46) 8 790 7260 Email: [EMAIL PROTECTED] WWW: http://www.s3.kth.se/~mabe = ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
Changing lyrics' font
I would like to be able to "override" and "revert" the lyrics' font from bold back to normal. In this example, I'm trying to do it for the syllable "Di-", but all I get is a parse error. Can someone point out how to do it? \score { \addlyrics \context Staff = Antifona { ... ... } \context Lyrics \lyrics { To- da la tie- rra te a- do- ra, \property Lyrics.LyricText \override #'font-series = #'bold Di- \property Lyrics.LyricText \revert #'font-series os, y sal- mo- dia pa- ra ti, can- ta sal- mos a tu nom- bre, Se- nor. } } -- Oscar A. Valdez --- Este correo fue enviado con IMP (http://horde.org/imp/) ___ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user