lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted spacing in text


From: shane
Subject: Re: Unwanted spacing in text
Date: Sun, 12 Nov 2017 10:01:27 -0500

It could in some circumstances be poor spacing in the font itself. Is there a tracking work around for such circumstances?

-Shane Brandes



Sent from my T-Mobile 4G LTE Device

-------- Original message --------
From: David Kastrup <address@hidden>
Date: 11/12/17 9:44 AM (GMT-05:00)
To: William Zeitler <address@hidden>
Cc: address@hidden
Subject: Re: Unwanted spacing in text

William Zeitler <address@hidden> 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"

--
David Kastrup

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

reply via email to

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