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

Multi-measure rests not currently supported #26

Open
ndickson opened this issue Jul 1, 2017 · 3 comments
Open

Multi-measure rests not currently supported #26

ndickson opened this issue Jul 1, 2017 · 3 comments

Comments

@ndickson
Copy link

ndickson commented Jul 1, 2017

I just tried out the converter to test what it supported, (by the way, thanks so much for developing it!), and it looks like it omits multi-measure rest bars. There were a bunch of other small issues too, but it looks like that was the missing thing that would probably be easiest to add support for.

Adding support for the custom slur object and custom hairpin object would be great too, among other things, but I'm guessing they might be difficult. I've attached the file I was trying to convert as a test. Should I submit other issue reports for other issues with the conversion?

WieniawskiViolinConcerto2_3_Cello_Cellos.txt

@lasconic
Copy link
Contributor

lasconic commented Jul 1, 2017

Sure, it never hurts to document other issues. Thank you.

@ndickson
Copy link
Author

ndickson commented Jul 1, 2017

Cool! I'd offer to help with the code, but I'm way over-committed on side projects and work right now. (It's also been a few years since I've touched Java; not since Oracle took it over and started suing people.)

One caveat I just thought of with the multi-measure rests is that the default display is as a multi-measure rest in a single-staff print, but as separate whole rests in a multi-staff print. Maybe that's automatic in MusicXML, but maybe not.

@ndickson
Copy link
Author

ndickson commented Jul 1, 2017

It looks like a 4-bar multi-measure rest would be specified like:

<attributes>
  <measure-style>
    <multiple-rest>4</multiple-rest>
  </measure-style>
</attributes>

according to: https://usermanuals.musicxml.com/MusicXML/Content/EL-MusicXML-measure-style.htm

In NoteWorthy, it's

|RestMultiBar|NumBars:4|PrintOnce:N|WhenHidden:ShowBars,ShowRests

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