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 13:51:51 +0100

Hello Paolo,

If you want you can also do something like this to make separately overriding 
those things easier.

Cheers,
Valentin

Am Samstag, 20. November 2021, 12:50:11 CET schrieb Paolo Prete:
> 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!

Attachment: tweaking_details.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]