lilypond-user
[Top][All Lists]
Advanced

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

Re: CueVoice Font


From: Ben
Subject: Re: CueVoice Font
Date: Wed, 20 Feb 2019 20:52:17 -0500
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1

On 2/20/2019 7:18 PM, Aaron Hill wrote:
On 2019-02-20 3:32 pm, Ben wrote:
I've attached an image showing the "fl" looking a bit squished to my eyes. :)

"fl" (fl) is a ligature in many fonts.  Therefore, what you are seeing as tighter kerning is most likely a single glyph representing both characters.

You could try something like \concat { "f" \hspace #0 "l" } which should typeset an "f" and an "l" without the ligature, using the normal kerning for the individual letters.  The \hspace is needed otherwise LilyPond would combine the strings causing the ligature to still occur.

-- Aaron Hill



Aaron,

I didn't know that about ligatures, thanks! Now it makes more sense.

Do you know if it's possible to make a 'global' CueVoice font change via \context, or do I need to continue doing it manually / setup a variable, but still outside a \context?

i.e. \markup { \override #'(font-name . "Minion Pro")


reply via email to

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