lilypond-user
[Top][All Lists]
Advanced

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

Re: Font kerning


From: Lukas-Fabian Moser
Subject: Re: Font kerning
Date: Mon, 7 Feb 2022 19:38:50 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0

Hi Francesco,

Am 07.02.22 um 17:53 schrieb Francesco Napoleoni:
Hello everyone

How can I adjust (if possible) such property in a markup block?

namely I would like to “shrink” the “V.° I.°” and the “V.° 2.°” text like the
attached screenshot.

It's easier to help if you also provide the LilyPond code generating your example.

But here's my guess: Multi-part markup expressions like

\markup { some\raise #0.5 thing }

are implicitly understood to be separate words. If you want them to be printed without spaces in between, you can use \concat:

\markup { \concat { some\raise #0.5 thing } }

Lukas




reply via email to

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