Kieren MacMillan <kieren_macmil...@sympatico.ca> writes:

> Hi Mark,
>
> [Welcome to the 'Pond!]
>
>> I want to get the verbb text to show as italic.  
>
> The easiest way is probably:
>
> verbb = \lyricmode {
>   \override LyricText.font-shape = #'italic
>   ut re mi fa sol la
> }
>
>> Second question: I want to replace the "G" in verba with a Greek Upper 
>> Gamma (&Gamma; doesn't work). Is there a simple way of doing this?
>
> Make sure your file is being saved with Unicode (UTF-8) encoding, and
> simply put the gamma (𝜸) in there directly.

That's a lowercase math gamma.  You mean Γ instead (the normal uppercase
text gamma) which of course is also available in a lowercase variant γ.
You really really don't want to use math fonts for text.

-- 
David Kastrup

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

Reply via email to