Hi Valentin, > If you want to have such overrides for large parts of a score you can > consider > this solution I created for Paolo Prete some time ago which allows to > override > grob properties using details and a key function, so you can say > \override Script.details.stencil.fermata = ##f
Oh! A lovely third solution. Thanks! > But if you want this in only one place you should consider using something > like > c1-\tweak stencil ##f ^\fermata _\espressivo > Instead. > > If you want a omit like command you can do > twomit = \tweak stencil ##f \etc > And then > c1-\twomit^\fermata _\espressivo I thought about that, of course⦠but I use the edition-engraver for all my tweaks, so I'm not looking for any solution that requires adding presentation data to the content [note] code. =) Thanks! Kieren.
