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

Ledger line too short #3713

Open
rettinghaus opened this issue Jun 23, 2024 · 0 comments
Open

Ledger line too short #3713

rettinghaus opened this issue Jun 23, 2024 · 0 comments

Comments

@rettinghaus
Copy link
Contributor

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

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

2 participants