lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Duplicate SVG attribute


From: Paolo Prete
Subject: Re: Duplicate SVG attribute
Date: Sun, 25 Dec 2022 21:01:51 +0100

On Sun, Dec 25, 2022 at 7:02 PM Jean Abou Samra <jean@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.

>
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]