Open craigsapp opened 10 months ago
The Humdrum-to-MEI converter seems to be creating cut-circle over three properly (I will double check):
**kern *clefC3 *M4/4 *met(O|/3) = 0c == *-
But the "3" is not showing:
I think there is a verovio issue related to this already.
Transcoded from Humdrum
Here is the mensural sign element:
<mensur xml:id="mensur-L4F1" numbase="3" sign="O" slash="1" />
The numbase="3" attribute should add a 3 under the cut-circle sign.
numbase="3"
3
Verovio issue: https://github.com/rism-digital/verovio/issues/3525
The Humdrum-to-MEI converter seems to be creating cut-circle over three properly (I will double check):
But the "3" is not showing:
I think there is a verovio issue related to this already.
Click to view MEI conversion of above data
```xmlTranscoded from Humdrum
Here is the mensural sign element:
The
numbase="3"
attribute should add a3
under the cut-circle sign.