Closed gribjo closed 1 year ago
Using verovio-toolkit.js 3.14.0 in svg I get octave 8 instead of 15 for dis="15" in clef element. In the mei editor https://editor.verovio.org I find it running.
Full code example:
<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="4.0.0"> <music> <body> <mdiv> <score> <scoreDef> <staffGrp> <staffDef n="1" lines="5"> <clef shape="G" line="2" dis="15" dis.place="above" /> </staffDef> </staffGrp> </scoreDef> <section> <measure n="1" > <staff n="1"> <layer n="1"> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei>
Yes, this is because the editor is running the develop version, in which the issue has been fixed.
You can see the Verovio version used in the editor in the about dialog
Using verovio-toolkit.js 3.14.0 in svg I get octave 8 instead of 15 for dis="15" in clef element. In the mei editor https://editor.verovio.org I find it running.
Full code example: