Closed ramagottfried closed 3 years ago
This is not supported, but should be fairly straightforward to implement. You can have a look at the corresponding implementation for <fermata>
https://github.com/rism-ch/verovio/blob/e612f679ca3a597f93724adc8865a73aea8bf1cc/src/fermata.cpp#L64-L88
hello! thanks for all your great work on verovio, really nice project.
I'm investigating using the system with a project I'm working on but am stuck when trying to use alternative accidentals from the Bravura font.
here is my test code, running in node.js, with verovio v.2.7.2 installed via npm.
just as a simple test for glyph.num I'm using a standard accidental U+E260 ( https://w3c.github.io/smufl/gitbook/tables/standard-accidentals-12-edo.html )
in the resulting SVG, I see the
accid
but no glyph:I also tried
<accid glyph.auth="smufl" glyph.num="U+E260" />
but no change.should this work?
thanks for any suggestions.
all the best, rama