lilypond-user
[Top][All Lists]
Advanced

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

Re: Overriding the font-size for a specific glyph


From: Valentin Petzel
Subject: Re: Overriding the font-size for a specific glyph
Date: Sat, 20 Nov 2021 12:48:04 +0100

Hello Paolo,

The quick way would be to simply do

dashDash = \tweak font-size #2 \tenuto

The systematic way would be applying these tweaks by type. The method linked 
by Kieren is a bit problematic in my opinion, as it applies these tweaks after 
the grob is generated. This means that this ignores any further tweaks and 
overrides, also it means that if we ever want to use before-line-breaking for 
something else we need to mind that we are using it here.

Rather I’d suggest using the appended solution, which simply makes use of the 
standard font-size property for this. See the appended file for details.

Cheers,
Valentin

Attachment: bad-case-tweaking.ly
Description: Text Data

Attachment: tweaking.ly
Description: Text Data

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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