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

multiRest measures #34

Open
bwbohl opened this issue Jun 9, 2022 · 2 comments
Open

multiRest measures #34

bwbohl opened this issue Jun 9, 2022 · 2 comments

Comments

@bwbohl
Copy link
Member

bwbohl commented Jun 9, 2022

If measures are edited to be a several measure rest, the encoding should reflect that, e.g.:

<measure n="108" label="108–109" xml:id="measure_a6185df6-8671-43fc-8958-c4c14ba6a302" facs="#zone_3e6e381c-90f6-4c15-9cb4-14d81517a79b">
    <staff>
        <layer>
            <multiRest num="2"/>
        </layer>
    </staff>
</measure>
@bwbohl
Copy link
Member Author

bwbohl commented Jun 9, 2022

if I put this in my mei file manually it get's stripped by vertaktoid v3.0.0-rc

@riedde
Copy link

riedde commented Dec 21, 2022

Addition: If the value of the rest is 1 (measure) then another encoding should be used. See also https://music-encoding.org/guidelines/dev/content/cmn.html#cmnRestsMRest

<measure n="108" label="108" xml:id="measure_a6185df6-8671-43fc-8958-c4c14ba6a302" facs="#zone_3e6e381c-90f6-4c15-9cb4-14d81517a79b">
    <staff>
        <layer>
            <mRest/>
        </layer>
    </staff>
</measure>

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

2 participants