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

Issue #32: Add support for reading markings from MusicXML #110

Merged
merged 7 commits into from
May 24, 2019
Merged

Conversation

otsob
Copy link
Owner

@otsob otsob commented May 24, 2019

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 added 7 commits May 22, 2019 16:30
Use same methods for reading scores in all tests where
possible.
Do not unnecessarily validate scores that can be expected to
be valid.
Change tie beginning container to have a more
generic name so that it can sensibly be used for
other connections between notes.
Add support for reading markings that span multiple notes within
the same voice in the same part.
Trying to read articulations from other types of nodes
is unnecessary and leads to logging warnings.
@otsob otsob requested a review from MWargelin May 24, 2019 14:33
Copy link
Collaborator

@MWargelin MWargelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

@otsob otsob merged commit 702cd6f into master May 24, 2019
@otsob otsob deleted the issue#32 branch May 24, 2019 20:09
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 this pull request may close these issues.

2 participants