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

Keypad fermata attachment #187

Open
th-we opened this issue Sep 14, 2021 · 0 comments
Open

Keypad fermata attachment #187

th-we opened this issue Sep 14, 2021 · 0 comments

Comments

@th-we
Copy link
Member

th-we commented Sep 14, 2021

In the fermata test file, the following issues need to be fixed:

Bar 4

Input:
grafik
Output:
grafik

<staff xml:id="m-49" n="1">
    <layer xml:id="m-50" n="1">
        <note xml:id="m-51" dur="4" dur.ppq="256" oct="4" pname="g" pnum="67" stem.dir="up" tstamp.real="00:00:07.2" vel="0"/>
        <note xml:id="m-53" dur="4" dur.ppq="256" oct="4" pname="g" pnum="67" stem.dir="up" tstamp.real="00:00:07.8" vel="0"/>
        <note xml:id="m-55" dur="4" dur.ppq="256" oct="4" pname="g" pnum="67" stem.dir="up" tstamp.real="00:00:08.4" vel="0"/>
        <rest xml:id="m-57" dur="4" dur.ppq="256" tstamp.real="00:00:09"/>
    </layer>
</staff>
<fermata xml:id="m-52" form="norm" layer="1" shape="curved" staff="1" tstamp="1"/>
<fermata xml:id="m-54" form="norm" layer="1" shape="angular" staff="1" tstamp="2"/>
<fermata xml:id="m-56" form="norm" layer="1" shape="square" staff="1" tstamp="3"/>
<fermata xml:id="m-58" form="norm" layer="1" shape="curved" staff="1" startid="#m-55" tstamp="4"/>
<fermata xml:id="m-59" form="norm" layer="1" shape="angular" staff="1" startid="#m-55" tstamp="4"/>

The fermatas on the rest are mis-attached to the ID of the preceding note, but have have the correct @tstamp. The same issue occurs in bar 6 with the layer 2 fermata.

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