-
Notifications
You must be signed in to change notification settings - Fork 6
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
Full extraction with ms3 v2.4.0, adding 'chords' facet and metronome marks #9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added metronome marks
Each movement now comes with an invisible metronome mark which naturally indicates the beat unit. The tempi roughly reflect those played by Fazıl Say in his complete recordings. The beat units have been chosen to reflect how one might conduct the music rather than the denominator of the meter (the corresponding value for which can be automatically derived).
Added
chords
facetNot to be confounded with labels or chord annotations, a chord is a notational unit in which all included notes are part of the same notational layer and have the same onset and duration. Every chord has a
chord_id
and every note is part of a chord. These tables are used to convey score information that is not attached to a particular note, such as lyrics, staff text, dynamics and other markup.Changes to the TSV facets
Updated filenames
The TSV files have been renamed and now come with a suffix specifying the data facet that they represent. The three facets are
so, for example, the file
measures/01-1.tsv
has been renamed tomeasures/01-1.measures.tsv
.Added resource descriptors
Each TSV file is now accompanied with a JSON resource descriptor following the frictionless specification for Tabular Data Resources. They can and have be used to validate the tabular data.
These files have the same names as the TSV files they describe but replacing the
.tsv
extension with.resource.json
. For example, the filemeasures/01-1.tsv
has the corresponding descriptormeasures/01-1.resource.json
.These metadata files replace the previous
csv-metadata.json
files (which followed the CSVW standard) that had described the data inadequately.Added column
quarterbeats_all_endings
The
quarterbeats
column (also known asqstamp
) that had already been available does not provide values for first or third endings, expressing the dimensions of a singular playthrough without taking into account any repeats. The newly added columnquarterbeats_all_endings
does not have any empty values, providing continuous positions as if each measure followed the previous one.Renamed index column
The first column of
metadata.tsv
was renamed fromfname
topiece
.Changes to the
reviewed
folderThe
_reviewed.mscx
files compare the current set of annotation labels against those from the previous version (v2.1). They are identical, so no differences are displayed.Wherever the MuseScore parser throws one or several warnings (e.g. because an
annotation label does not match the score very well), these warnings appear in a
.warnings
file. For example, thewarnings for
01-1
can be seenin
reviewed/01-1.warnings
.One goal for future versions of this dataset would be to reduce the number of warnings to the point
of addressing all of them.
Frictionless datapackage
This release is the first one that has a frictionless datapackage attached (below). It consists of
beethoven_sonatas.zip
, a ZIP file containing one TSV file per facet, that corresponds to a concatenation of the TSV files in the respective folder, that isbeethoven_sonatas.expanded.tsv
beethoven_sonatas.measures.tsv
beethoven_sonatas.metadata.tsv
(concatenation of a single file)beethoven_sonatas.notes.tsv
beethoven_sonatas.datapackage.json
, the package descriptor.If one has the frictionless framework installed, one can use the descriptor to validate the package using the command