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: Paolo Prete
Subject: Re: Overriding the font-size for a specific glyph
Date: Sat, 20 Nov 2021 12:50:11 +0100



On Sat, Nov 20, 2021 at 12:48 PM Valentin Petzel <valentin@petzel.at> wrote:
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.

I agree, thanks Valentin!



reply via email to

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