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

Support reading connected notations that span voices and parts from MusicXML #109

Open
otsob opened this issue May 24, 2019 · 0 comments
Open

Comments

@otsob
Copy link
Owner

otsob commented May 24, 2019

In order to handle markings (e.g. slurs) that start in one voice and end in another,
as a user,
I want wmn4j to be able to read such markings from MusicXML.

Acceptance criteria:

  • The beginnings and ends of markings that span parts and voices are read correctly from MusicXML files
  • The continue type for markings is handled correctly.
  • All notes that are affected by the marking are not marked in MusicXML and cannot always be inferred in a reliable way, so they do not need to be considered.
  • Cases where the end of a connected notation cannot be found will not result in anything other than the first note being affected by the connected notation
otsob added a commit that referenced this issue May 24, 2019
Issue #32: Add support for reading markings from MusicXML

Adds support for reading markings (slurs, glissando) from MusicXML.
The implementation only supports markings that occur between notes in the same voice.
Handling of slurs that cross parts and voices is more complex and is to be handled in issue #109
@otsob otsob changed the title Support reading markings that span voices and parts from MusicXML Support reading connected notations that span voices and parts from MusicXML May 24, 2020
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