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

Arpeggios overlapping #3619

Open
rettinghaus opened this issue Mar 7, 2024 · 0 comments
Open

Arpeggios overlapping #3619

rettinghaus opened this issue Mar 7, 2024 · 0 comments

Comments

@rettinghaus
Copy link
Contributor

Describe the problem
Arpeggios collide with preceding clefs and tempo texts.

To Reproduce
Steps to reproduce the behavior:

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

Expected behavior
Arpeggios should not overlap with other elements (on the staff).

Input data

<mei xmlns="http://www.music-encoding.org/ns/mei" meiversion="5.1-dev">
  <meiHead>
    <fileDesc>
      <titleStmt>
        <title>Liszt Mazeppa (excerpt)</title>
        <respStmt>
          <persName role="composer">Franz Liszt</persName>
        </respStmt>
        <editor>
          <persName>Klaus Rettinghaus</persName>
        </editor>
      </titleStmt>
      <pubStmt />
    </fileDesc>
  </meiHead>
  <music>
    <body>
      <mdiv>
        <score>
          <scoreDef keysig="1f" meter.count="4" meter.unit="4" meter.sym="common">
            <staffGrp symbol="brace" bar.thru="true">
              <staffDef xml:id="ex-2105353940" n="1" lines="5" clef.shape="G"
                clef.line="2" />
              <staffDef xml:id="ex-0828283938" n="2" lines="5" clef.shape="F"
                clef.line="4" />
            </staffGrp>
          </scoreDef>
          <section>
            <measure n="1">
              <staff xml:id="ex-0591966012" n="1">
                <layer xml:id="ex-0690211052" n="1">
                  <rest xml:id="ex-1817973517" dur="4" />
                  <chord xml:id="ex-0731379794" dur="8" stem.dir="down">
                    <artic xml:id="ex-0103802330" artic="stacciss" />
                    <note xml:id="ex-0870562115" oct.ges="5" oct="4" pname="g" />
                    <note xml:id="ex-0849038946" oct.ges="6" oct="5" pname="c">
                      <accid xml:id="ex-1916214754" accid="s" />
                    </note>
                    <note xml:id="ex-0009116419" oct.ges="6" oct="5" pname="e" />
                    <note xml:id="ex-0748315196" oct.ges="6" oct="5" pname="b"
                      accid.ges="f" />
                  </chord>
                </layer>
              </staff>
              <staff xml:id="ex-2028510780" n="2">
                <layer xml:id="ex-1815230667" n="5">
                  <rest xml:id="ex-1429130987" dur="4" />
                  <clef xml:id="ex-1947390461" shape="G" line="2" />
                  <chord xml:id="ex-1553574041" dur="8" stem.dir="up">
                    <artic xml:id="ex-1812726861" artic="stacciss" />
                    <note xml:id="ex-2140697747" oct="4" pname="c">
                      <accid xml:id="ex-1913495638" accid="s" />
                    </note>
                    <note xml:id="ex-1725813982" oct="4" pname="g" />
                    <note xml:id="ex-1841459092" oct="4" pname="b" accid.ges="f" />
                    <note xml:id="ex-1970967523" oct="5" pname="e" />
                  </chord>
                </layer>
              </staff>
              <tempo xml:id="ex-0484835033" place="above" staff="1" tstamp="1">
                <rend xml:id="ex-1069442913" fontweight="bold">Allegro</rend>
              </tempo>
              <dynam xml:id="ex-0283570703" place="below" staff="1"
                startid="#ex-0731379794">ff</dynam>
              <arpeg xml:id="ex-0149852838" plist="#ex-0731379794 #ex-1553574041" />
              <arpeg xml:id="ex-1483377242" plist="#ex-1474174387 #ex-0553655856" />
            </measure>
          </section>
        </score>
      </mdiv>
    </body>
  </music>
</mei>

Verovio information

  • develop
  • command-line

Environment information (as appropriate)

  • OS: MacOS
  • Firefox

Screenshots
Bildschirmfoto 2024-03-07 um 15 12 01

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

No branches or pull requests

1 participant