verovio-humdrum-viewer icon indicating copy to clipboard operation
verovio-humdrum-viewer copied to clipboard

Make glissando going through invisible notes

Open craigsapp opened this issue 1 year ago • 0 comments

Exmaple:

Screen Shot 2022-09-02 at 9 01 56 PM
**kern
*M4/4
L16c
16dH
16eyyJ
16fyy
4gh
=
*-

There should be a line from the D4 to the G4:

Screen Shot 2022-09-02 at 9 04 36 PM

MEI conversion with fix:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-model href="https://music-encoding.org/schema/dev/mei-all.rng" type="application/xml" schematypens="http://relaxng.org/ns/structure/1.0"?>
<?xml-model href="https://music-encoding.org/schema/dev/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.0-dev">
 <meiHead>
  <fileDesc>
   <titleStmt>
    <title />
   </titleStmt>
   <pubStmt />
  </fileDesc>
  <encodingDesc>
   <appInfo>
    <application isodate="2022-09-02T21:03:32" version="3.11.0-dev-a5b9b01-dirty">
     <name>Verovio</name>
     <p>Transcoded from Humdrum</p>
    </application>
   </appInfo>
  </encodingDesc>
  <workList>
   <work>
    <title />
   </work>
  </workList>
 </meiHead>
 <music>
  <body>
   <mdiv xml:id="m1xu9wb7">
    <score xml:id="si0q0el">
     <scoreDef xml:id="srim8x">
      <staffGrp xml:id="s41381l">
       <staffDef xml:id="staffdef-L1F1" n="1" lines="5">
        <clef xml:id="c14psfz1" shape="G" line="2" />
        <meterSig xml:id="metersig-L2F1" count="4" unit="4" />
       </staffDef>
      </staffGrp>
     </scoreDef>
     <section xml:id="section-L1F1">
      <measure xml:id="measure-L1">
       <staff xml:id="staff-L1F1" n="1">
        <layer xml:id="layer-L1F1N1" n="1">
         <beam xml:id="beam-L3F1-L5F1">
          <note xml:id="note-L3F1" dur="16" oct="4" pname="c" accid.ges="n" />
          <note xml:id="note-L4F1" dur="16" oct="4" pname="d" accid.ges="n" />
          <note xml:id="note-L5F1" dur="16" oct="4" pname="e" visible="false" accid.ges="n" />
         </beam>
         <note xml:id="note-L6F1" dur="16" oct="4" pname="f" visible="false" accid.ges="n" />
         <note xml:id="note-L7F1" dur="4" oct="4" pname="g" accid.ges="n" />
        </layer>
       </staff>
       <gliss xml:id="gliss-L4F1" staff="1" startid="#note-L4F1" endid="#note-L7F1" />
      </measure>
     </section>
    </score>
   </mdiv>
  </body>
 </music>
</mei>

craigsapp avatar Sep 02 '22 19:09 craigsapp