lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted spacing in text


From: David Kastrup
Subject: Re: Unwanted spacing in text
Date: Sun, 12 Nov 2017 15:44:20 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

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



reply via email to

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