Re: Duplicate SVG attribute

2022-12-29 Thread Paolo Prete
On Thu, Dec 29, 2022 at 12:18 AM Jean Abou Samra wrote: > Le 25/12/2022 à 21:01, Paolo Prete a écrit : > > Thanks as always for your help, and also for the snippet you provided. > > > > You're right it's not usual to do that override twice for the same > > grob, and I'll update you with a concret

Re: Duplicate SVG attribute

2022-12-28 Thread Jean Abou Samra
Le 25/12/2022 à 21:01, Paolo Prete a écrit : Thanks as always for your help, and also for the snippet you provided. You're right it's not usual to do that override twice for the same grob, and I'll update you with a concrete test-case in which the mentioned issue happens, so to see if we have

Re: Duplicate SVG attribute

2022-12-25 Thread Paolo Prete
On Sun, Dec 25, 2022 at 7:02 PM Jean Abou Samra wrote: > Le 24/12/2022 à 15:38, Paolo Prete a écrit : > > Hello, > > > > I'm noting that the generated SVG of this...: > > > > { > > \once \override DynamicText.output-attributes.val = "x" > > \once \override DynamicText.output-attributes.

Re: Duplicate SVG attribute

2022-12-25 Thread Jean Abou Samra
Le 24/12/2022 à 15:38, Paolo Prete a écrit : Hello, I'm noting that the generated SVG of this...: { \once \override DynamicText.output-attributes.val = "x" \once \override DynamicText.output-attributes.val = "y" c'\mf } ... creates the following SVG tag, with a duplicate "val" a