rism-digital / verovio

🎵 Music notation engraving library for MEI with MusicXML and Humdrum support and various toolkits (JavaScript, Python)
https://www.verovio.org
GNU Lesser General Public License v3.0
687 stars 185 forks source link

Notes rendered twice with tab notation #3600

Closed wergo closed 9 months ago

wergo commented 9 months ago

Describe the problem When rendering tab notation, the note elements are rendered twice (one inside the other). The rendered SVG image looks ok, but the SVG DOM is incorrect.

To Reproduce

grafik

Expected behavior Only one <g> element of class="note" should be present.

Verovio information

rettinghaus commented 9 months ago

Well spotted!

wergo commented 9 months ago

Thanks a lot!

rettinghaus commented 9 months ago

not yet merged