We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
if I put this in my mei file manually it get's stripped by vertaktoid v3.0.0-rc
Sorry, something went wrong.
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>
No branches or pull requests
If measures are edited to be a several measure rest, the encoding should reflect that, e.g.:
The text was updated successfully, but these errors were encountered: