humdrum-tools / verovio-humdrum-viewer

Verovio Humdrum Viewer
http://verovio.humdrum.org
37 stars 9 forks source link

Add Cut-Circle over 3 #873

Open craigsapp opened 8 months ago

craigsapp commented 8 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:

Screenshot 2024-01-21 at 11 37 26

I think there is a verovio issue related to this already.

Click to view MEI conversion of above data ```xml </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> ``` </details> <p>Here is the mensural sign element:</p> <pre><code class="language-xml"> <mensur xml:id="mensur-L4F1" numbase="3" sign="O" slash="1" /></code></pre> <p>The <code>numbase="3"</code> attribute should add a <code>3</code> under the cut-circle sign.</p> </div> </div> <div class="comment"> <div class="user"> <a rel="noreferrer nofollow" target="_blank" href="https://github.com/craigsapp"><img src="https://avatars.githubusercontent.com/u/3487289?v=4" />craigsapp</a> commented <strong> 8 months ago</strong> </div> <div class="markdown-body"> <p>Verovio issue: <a href="https://github.com/rism-digital/verovio/issues/3525">https://github.com/rism-digital/verovio/issues/3525</a></p> </div> </div> <div class="page-bar-simple"> </div> <div class="footer"> <ul class="body"> <li>© <script> document.write(new Date().getFullYear()) </script> Githubissues.</li> <li>Githubissues is a development platform for aggregating issues.</li> </ul> </div> <script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script> <script src="/githubissues/assets/js.js"></script> <script src="/githubissues/assets/markdown.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script> <script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/go.min.js"></script> <script> hljs.highlightAll(); </script> </body> </html>