On Sun, Dec 25, 2022 at 7:02 PM Jean Abou Samra <j...@abou-samra.fr> 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.val = "y" > > c'\mf > > } > > > > ... creates the following SVG tag, with a duplicate "val" attribute: > > <g val="y" val="x"> > > > I've opened https://gitlab.com/lilypond/lilypond/-/issues/6494 > > It is unusual, though, to do two \once \override for the same grob > property at the same time. > > 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 some stable ways for working around it in a stable way. > >