Skip to content
New issue

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

Add Cut-Circle over 3 #873

Open
craigsapp opened this issue Jan 21, 2024 · 1 comment
Open

Add Cut-Circle over 3 #873

craigsapp opened this issue Jan 21, 2024 · 1 comment
Labels
verovio enhancement Feature that needs to be implemented in verovio

Comments

@craigsapp
Copy link
Member

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 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.

@craigsapp craigsapp added the verovio enhancement Feature that needs to be implemented in verovio label Jan 21, 2024
@craigsapp
Copy link
Member Author

Verovio issue: rism-digital/verovio#3525

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
verovio enhancement Feature that needs to be implemented in verovio
Projects
None yet
Development

No branches or pull requests

1 participant