We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
<?xml version="1.0" encoding="UTF-8"?> <?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?> <?xml-model href="https://music-encoding.org/schema/5.0/mei-all.rng" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?> <mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.0"> <meiHead> <fileDesc> <titleStmt> <title /> </titleStmt> </fileDesc> <encodingDesc> <appInfo> <application isodate="2024-01-21T11:38:05" version="4.2.0-dev-80ec72d"> <name>Verovio</name> <p>Transcoded from Humdrum</p> </application> </appInfo> </encodingDesc> <extMeta> <frames xmlns="http://www.humdrum.org/ns/humxml" /> </extMeta> </meiHead> <music decls="#work0_encoded"> <body> <mdiv xml:id="m117kpa2"> <score xml:id="sa77cg5"> <scoreDef xml:id="sh4vqy5" midi.bpm="400.000000"> <staffGrp xml:id="s1nk2gax"> <staffDef xml:id="staffdef-L1F1" n="1" lines="5"> <clef xml:id="clef-L2F1" shape="C" line="3" /> <meterSig xml:id="metersig-L3F1" count="4" unit="4" visible="false" /> <mensur xml:id="mensur-L4F1" numbase="3" sign="O" slash="1" /> </staffDef> </staffGrp> </scoreDef> <section xml:id="section-L1F1"> <measure xml:id="measure-L1" right="end"> <staff xml:id="staff-L1F1" n="1"> <layer xml:id="layer-L1F1N1" n="1"> <note xml:id="note-L6F1" dur="breve" oct="4" pname="c" accid.ges="n" /> </layer> </staff> </measure> </section> </score> </mdiv> </body> </music> </mei>
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
The text was updated successfully, but these errors were encountered:
Verovio issue: rism-digital/verovio#3525
Sorry, something went wrong.
No branches or pull requests
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
Here is the mensural sign element:
The
numbase="3"
attribute should add a3
under the cut-circle sign.The text was updated successfully, but these errors were encountered: