Aha! this one I know.
music = \new Voice = stimme \relative {
c4 d e f
g a h c
}
lyrik = \new Lyrics \lyricsto stimme {
do \override Score . LyricText #'font-shape = #'italic re \revert
Score . LyricText #'font-shape mi fa
sol la \override Score . LyricText #'font-series = #'bold ti
\revert Score . LyricText #'font-series do
}
\score {
<<
\music
\lyrik
>>
}
In end effect, I always have to consult the font-interface to know
where the bold or italic is, but it's not so difficult.
Am 06.11.2008 um 16:35 schrieb Till Rettig:
Hi all,
is there a way to change only part of a lyric syllable?
The issue is, that when having 4 repeats with 2 voltas, the fourth
stanza (in the second volta) is on the same level as the third in
the first volta. I would like to indicate that the text belongs to
the fourth stanza, though.
Ideally I could shift the level of the text down, so it would appear
as the fourth stanza, but so far I just added: "(4.) syllable", the
first part indicates the stanza. Now I would like the number to
appear bold. Is there any chance? markup commands won't work inside
of quoted text...
Greetings
Till
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user