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

KeyComponent : Uninitialized. #85

Closed
p-groarke opened this issue May 2, 2020 · 3 comments · Fixed by #87
Closed

KeyComponent : Uninitialized. #85

p-groarke opened this issue May 2, 2020 · 3 comments · Fixed by #87

Comments

@p-groarke
Copy link
Contributor

Right now, there is no default constructor provided for KeyComponent. This means, if you aren't using cents, it will corrupt the output.

When exporting, in Converter::convertToAlter, the cents won't be equal to 0 and so the generated alter is gibberish.

          <key-step>E</key-step>
          <key-alter>-9223372036854775809</key-alter>
          <key-accidental>flat</key-accidental>
@webern
Copy link
Owner

webern commented May 2, 2020

Oops!

@p-groarke
Copy link
Contributor Author

np

Quick question for you, does mx::api support the <print new-page="yes"> for measures? thx

@webern
Copy link
Owner

webern commented May 2, 2020

Unfortunately I don't think page breaks are implemented in the api. I opened #86 for this.

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

Successfully merging a pull request may close this issue.

2 participants