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

Multiple <f> spacing interaction #3595

Open
craigsapp opened this issue Feb 10, 2024 · 0 comments
Open

Multiple <f> spacing interaction #3595

craigsapp opened this issue Feb 10, 2024 · 0 comments

Comments

@craigsapp
Copy link
Contributor

Separate <f> in an <fb> group are spaced as a groupl rather than independently which is more to be expected. It would probably be better to space them independently as with <syl> in verse@n . Below I exaggerate the issue by repeating the 6 to make the top figure wider than the bottom one:

Screenshot 2024-02-09 at 20 42 01
Click to view MEI data for above example.
<?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>
   <pubStmt>
   </pubStmt>
  </fileDesc>
  <encodingDesc>
   <appInfo>
    <application isodate="2024-02-09T20:38:03" version="4.2.0-dev-f8e270e-dirty">
     <name>Verovio</name>
     <p>Transcoded from Humdrum</p>
    </application>
   </appInfo>
  </encodingDesc>
  <extMeta>
   <frames xmlns="http://www.humdrum.org/ns/humxml" />
  </extMeta>
 </meiHead>
 <music decls="#work1_encoded">
  <body>
   <mdiv xml:id="mnc5l00">
    <score xml:id="sgwcdj1">
     <scoreDef xml:id="sqc7po1">
      <staffGrp xml:id="siaezp8">
       <staffDef xml:id="staffdef-L1F1" n="1" lines="5">
        <clef xml:id="clef-L2F1" shape="F" line="4" />
        <keySig xml:id="keysig-L3F1" mode="minor" sig="1s" pname="e" />
        <meterSig xml:id="metersig-L5F1" count="3" unit="8" />
       </staffDef>
      </staffGrp>
     </scoreDef>
     <section xml:id="section-L1F1">
      <measure xml:id="measure-L1" n="1">
       <harm xml:id="harm-L7F2" place="above" staff="1" tstamp="1.000000">
        <fb xml:id="fb-L7F2">
         <f xml:id="f-L7F2N1"></f>
         <f xml:id="f-L7F2N2"></f>
        </fb>
       </harm>
       <harm xml:id="harm-L8F2" place="above" staff="1" tstamp="2.000000">
        <fb xml:id="fb-L8F2">
         <f xml:id="f-L8F2N1" />
         <f xml:id="f-L8F2N2"></f>
        </fb>
       </harm>
       <staff xml:id="staff-L1F1" n="1">
        <layer xml:id="layer-L1F1N1" n="1">
         <beam xml:id="beam-L7F1-L9F1">
          <note xml:id="note-L7F1" dur="8" oct="3" pname="e" accid.ges="n" />
          <note xml:id="note-L8F1" dur="8" oct="3" pname="e" accid.ges="n" />
          <note xml:id="note-L9F1" dur="8" oct="3" pname="e" accid.ges="n" />
         </beam>
        </layer>
       </staff>
      </measure>
      <measure xml:id="measure-L10" n="2">
       <harm xml:id="harm-L11F2" place="above" staff="1" tstamp="1.000000">
        <fb xml:id="fb-L11F2">
         <f xml:id="f-L11F2N1"></f>
         <f xml:id="f-L11F2N2"></f>
        </fb>
       </harm>
       <harm xml:id="harm-L13F2" place="above" staff="1" tstamp="2.000000">
        <fb xml:id="fb-L13F2">
         <f xml:id="f-L13F2N1" />
         <f xml:id="f-L13F2N2"></f>
        </fb>
       </harm>
       <staff xml:id="staff-L10F1N1" n="1">
        <layer xml:id="layer-L10F1N1" n="1">
         <beam xml:id="beam-L11F1-L13F1">
          <note xml:id="note-L11F1" dur="8" oct="3" pname="e" accid.ges="n" />
          <note xml:id="note-L12F1" dur="8" oct="3" pname="e" accid.ges="n" />
          <note xml:id="note-L13F1" dur="8" oct="3" pname="e" accid.ges="n" />
         </beam>
        </layer>
       </staff>
      </measure>
     </section>
    </score>
   </mdiv>
  </body>
 </music>
</mei>

Notice that the spacing of the notes in the first measure are affected by the 666 figure, while in the second measure the note spacing is as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant