shane <sh...@grayskies.net> writes:

> Unwanted spacing in text William Zeitler <will...@williamzeitler.com> writes:
>>
>>> For a title I want the Latin word "Aenigma", using a unicode character
>>> for the initial "AE" ligature. It works fine except for an unsightly
>>> space between the "AE" character and the subsequent plain text. How do
>>> I fix this?
>>>
>>> Thanks!
>>>
>>> william zeitler
>>>
>>> ---------------------------
>>>
>>> \version "2.18.2"
>>>
>>> \header {
>>>   title = \markup { \char ##x00c6 "nigma" }
>>> }
>>
>> Rather title = \markup \concat { \char ##x00c6 nigma }
>>
>> or simply  title = "Ænigma"
>
>
> It could in some circumstances be poor spacing in the font itself. Is
> there a tracking work around for such circumstances?

The problem with imaginary problems is that there is no way to check
whether an imaginary fix applies.

-- 
David Kastrup

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

Reply via email to