Annotated Mozart Sonatas (v2.0)
收藏资源简介:
Changes to harmonize with other DCML corpora Renamed folder <code>scores</code> to <code>MS3</code> (7549f6a) Extracted facets and metadata with ms3 1.0.1 (9eb9fe3) TSV files now come with the column <code>quarterbeats</code>, which measures in quarter notes each event's position as its distance from the beginning The extracted harmony labels in the folder <code>harmonies</code> are expanded into feature columns by default. Extracted notes now come with the columns <code>name</code> and <code>octave</code>. Column <code>volta</code> (containing first and second endings) removed from pieces that don't have any. <code>metadata.tsv</code> has been enriched with further columns, in particular information about each movement's dimensions,including dimensions upon unfolding repeats (for instance, <code>last_mn</code> has the number of measures, <code>last_mn_unfolded</code> the number of measures when playing all repeats) The folder <code>reviewed</code> contains two files per movement: A copy of the score where all out-of-label notes have been colored in red; additionally, modified labels (w.r.t. v1.0) are shown in these files in a diff-like manner (removed in red, added in green). A copy of the harmonies TSV with six added columns that reflect the coloring of out-of-label notes ("coloring reports") As long as the <code>ms3 review</code> has any complaints, it stores them in the file <code>warnings.log</code>. Currently, it is showing those labels where over 60% of the notes in the segment have been colored in red and probably need revisiting (Pull Requests welcome) Score updated using <code>ms3 update</code> (13dfb6d) Files updated to MuseScore 3.6.2 All labels moved from the chord layer of staff 1 to the Roman Numeral Analysis layer of staff 2. This changes how they are displayed and eliminates the requirement to prepend a full stop to labels starting with a note name. Cadence labels now integrated with harmony labels as per DCML harmony annotation standard 2.3.0 (1c290e8) TSV files are automatically kept up to date using the dcml_corpus_workflow (c203595) Changes to the content Made phrase annotations consistent by adding missing curly brackets. (9f10fc0) Introduced first and second endings at the beginning of <code>K311-2</code> in order to introduce an <code>EC</code> label on the repetition of bar 1. Fixed repeat structure in <em>da capo</em> movements K282-2 and K331-2 for correct unfolding (b7271da..0e9f060) updated labels of K283-3 (f1fe032) corrected scores in a few places (b6aa4f1, 438acb0) Removed <code>mozart_loader.py</code> The functionality of the loader has been superseded by the ms3 parsing library. Once installed (<code>pip install ms3</code>), you'll have several commands on your hands, one of which is <code>ms3 transform</code>. For example, head to the folder with the dataset and type <code>ms3 transform -N</code> to create the concatenated note list. <code>ms3 transform -h</code> will show all options.



