You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
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 text was updated successfully, but these errors were encountered: