-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add support for reading attributes from MusicXML files #25
Comments
otsob
added a commit
that referenced
this issue
May 15, 2019
otsob
added a commit
that referenced
this issue
May 15, 2019
Add reading of composition title, composer, an arranger.
otsob
added a commit
that referenced
this issue
May 16, 2019
otsob
added a commit
that referenced
this issue
May 16, 2019
Add reading of part name and abbreviated part name from MusicXml.
otsob
added a commit
that referenced
this issue
May 17, 2019
otsob
added a commit
that referenced
this issue
May 17, 2019
Add reading of * composition title * composer name * arranger name * movement title * part name * abbreviated part name Update tests to check for movement title instead of title in those cases where the title of the score uses the movement title field.
otsob
added a commit
that referenced
this issue
May 17, 2019
Issue #25: Add reading of score and part attributes to MusicXML reader Adds support for reading: Score title Movement title Composer Arranger Part name Abbrebiated part name from MusicXML.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to read attributes (composer name etc) from MusicXML input,
as a user,
I want there to be support for reading the attributes from a MusicXML file.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: