verovio icon indicating copy to clipboard operation
verovio copied to clipboard

Ledger line too short

Open rettinghaus opened this issue 2 weeks ago • 0 comments

Describe the problem If ledger lines are required between different note heads, the width of the ledger line is defined by the head further out..

To Reproduce Steps to reproduce the behavior:

  1. Load the data attached
  2. Render
  3. See error

Expected behavior Ledger line widths between different note head should be defined by the wider head.

Input 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 meiversion="5.0" xmlns="http://www.music-encoding.org/ns/mei">
  <meiHead>
    <fileDesc>
      <titleStmt>
        <title></title>
      </titleStmt>
      <pubStmt>
      </pubStmt>
    </fileDesc>
  </meiHead>
  <music>
    <body>
      <mdiv>
        <score>
          <scoreDef meter.count="4" meter.sym="common" meter.unit="4">
            <staffGrp>
              <staffDef clef.line="2" clef.shape="G" lines="5" n="1">
              </staffDef>
            </staffGrp>
          </scoreDef>
          <section>
            <measure>
              <staff n="1">
                <layer n="1">
                  <note dur="1" oct="4" pname="d" />
                </layer>
                <layer n="2">
                  <note dur="2" oct="3" pname="b" />
                  <note dur="2" oct="4" pname="c" />
                </layer>
              </staff>
            </measure>
          </section>
        </score>
      </mdiv>
    </body>
  </music>
</mei>

Verovio information

  • latest develop
  • command-line

Screenshots image

reference print (around 1900)

image

rettinghaus avatar Jun 23 '24 09:06 rettinghaus