Graham King <lilyp...@tremagi.org.uk> writes:

> Where two syllables are set to the same note, is there a way to apply
> formatting to the second?  I hope I've not missed something obvious in
> the NR or the Snippets Repository.
>
> In the following example, "eleison" is editorial and should be
> italicised.  The upper line of lyrics has the correct spacing but not
> the desired italics:
>
> \version "2.19.82"
>
> ital = \override LyricText.font-shape = #'italic
> italx = \revert LyricText.font-shape
>
> { c'1 c' d' c' }
> \addlyrics { ky -- rie_e -- lei -- son }
> \addlyrics { ky -- rie_ \ital e -- lei -- son \italx }

\version "2.19.82"

ital = \temporary \override LyricText.font-shape = #'italic
italx = \revert LyricText.font-shape

{ c'1 c' d' c' }
\addlyrics { ky -- \markup { rie \italic e } -- \ital lei -- son \italx }

-- 
David Kastrup
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to