grame-cncm / guidolib

Guido project - music score layout engine - music description language
http://guido.grame.fr
Mozilla Public License 2.0
152 stars 34 forks source link

Extra Accidental on multi-voice Chord #147

Closed arshiacont closed 2 years ago

arshiacont commented 2 years ago

An accidental on the same note but two voices, should not be graphically repeated. As is the case here:

{[ \staff<1> \clef<"g2"> \stemsUp a#1/16 ], 
[ \staff<1>  \stemsDown  a#1/16 ]}

But when in a chord, it is repeated:

{[ \staff<1> \clef<"g2"> \stemsUp { a#1/16,  e2/16}  ], 
[ \staff<1>  \stemsDown  a#1/16 ]}

image

dfober commented 2 years ago

fixed Note that it change #145 rendering: to get the same result, the first accidental has to be forced (i.e. \acc(a#1/16)) otherwise none prevails.

arshiacont commented 2 years ago

Thanks! Makes total sense.

Could you please update the Grame's online GuidoEditor with the Head of Dev branch? I am still seeing the issue on my side and am wondering whether I'm doing anything wrong... .

dfober commented 2 years ago

That's done.