lilypond-user
[Top][All Lists]
Advanced

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

Re: Unwanted spacing in text


From: William Zeitler
Subject: Re: Unwanted spacing in text
Date: Sun, 12 Nov 2017 15:02:16 -0800
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

BIngo! Worked great! Many thanks!



On 11/12/17 6:44 AM, David Kastrup wrote:
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"





reply via email to

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