Thank you Valentin, this is very complete! On Sat, Nov 20, 2021 at 1:51 PM Valentin Petzel <valen...@petzel.at> wrote:
> 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 <valen...@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!