diff --git a/.buildinfo b/.buildinfo index 856ceb0..71d1d39 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 41b33641d9e5a8debd22d775722a1950 +config: 408e959ed5762ad5884aa531d483b808 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/introduction.rst.txt b/_sources/introduction.rst.txt index 0999312..f7a9b3d 100644 --- a/_sources/introduction.rst.txt +++ b/_sources/introduction.rst.txt @@ -26,18 +26,18 @@ Without full version history If you are only interested in the current version of the corpus, you can download and unpack: -* `wagner_overtures `__ +* `Richard Wagner – Overtures `__ Data Formats ============ -Each piece in this corpus is represented by four files with identical names, each in its own folder. For example, {{ example_full_title }} has the following files: +Each piece in this corpus is represented by four files with identical names, each in its own folder. For example, the “Vorspiel” of *Tristan und Isolde* has the following files: -- ``MS3/{{ example_fname }}.mscx``: Uncompressed MuseScore file including the music and annotation labels. -- ``notes/{{ example_fname }}.tsv``: A table of all note heads contained in the score and their relevant features (not each of them represents an onset, some are tied together) -- ``measures/{{ example_fname }}.tsv``: A table with relevant information about the measures in the score. -- ``harmonies/{{ example_fname }}.tsv``: A list of the included harmony labels (including cadences and phrases) with their positions in the score. +- ``MS3/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.mscx``: Uncompressed MuseScore file including the music and annotation labels. +- ``notes/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv``: A table of all note heads contained in the score and their relevant features (not each of them represents an onset, some are tied together) +- ``measures/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv``: A table with relevant information about the measures in the score. +- ``harmonies/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv``: A list of the included harmony labels (including cadences and phrases) with their positions in the score. Opening Scores -------------- @@ -58,8 +58,8 @@ Since the TSV files contain null values, lists, fractions, and numbers that are import ms3 - labels = ms3.load_tsv('harmonies/{{ example_fname }}.tsv') - notes = ms3.load_tsv('notes/{{ example_fname }}.tsv') + labels = ms3.load_tsv('harmonies/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv') + notes = ms3.load_tsv('notes/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv') How to read ``metadata.tsv`` ============================ diff --git a/analyses.html b/analyses.html index 0bd9e87..048b8d2 100644 --- a/analyses.html +++ b/analyses.html @@ -9,7 +9,7 @@ - Analyses — wagner_overtures v2.1 documentation + Analyses — Richard Wagner – Overtures v2.1 documentation @@ -114,7 +114,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

diff --git a/genindex.html b/genindex.html index 39980c0..50f8766 100644 --- a/genindex.html +++ b/genindex.html @@ -8,7 +8,7 @@ - Index — wagner_overtures v2.1 documentation + Index — Richard Wagner – Overtures v2.1 documentation @@ -111,7 +111,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

diff --git a/index.html b/index.html index b2aa87e..5c3839d 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - annotation_workflow_template — wagner_overtures v2.1 documentation + annotation_workflow_template — Richard Wagner – Overtures v2.1 documentation @@ -113,7 +113,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

diff --git a/introduction.html b/introduction.html index 2568230..46e1c41 100644 --- a/introduction.html +++ b/introduction.html @@ -9,7 +9,7 @@ - How to use — wagner_overtures v2.1 documentation + How to use — Richard Wagner – Overtures v2.1 documentation @@ -114,7 +114,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

@@ -355,18 +355,18 @@

With full version his

Without full version history#

If you are only interested in the current version of the corpus, you can download and unpack:

Data Formats#

-

Each piece in this corpus is represented by four files with identical names, each in its own folder. For example, {{ example_full_title }} has the following files:

+

Each piece in this corpus is represented by four files with identical names, each in its own folder. For example, the “Vorspiel” of Tristan und Isolde has the following files:

    -
  • MS3/{{ example_fname }}.mscx: Uncompressed MuseScore file including the music and annotation labels.

  • -
  • notes/{{ example_fname }}.tsv: A table of all note heads contained in the score and their relevant features (not each of them represents an onset, some are tied together)

  • -
  • measures/{{ example_fname }}.tsv: A table with relevant information about the measures in the score.

  • -
  • harmonies/{{ example_fname }}.tsv: A list of the included harmony labels (including cadences and phrases) with their positions in the score.

  • +
  • MS3/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.mscx: Uncompressed MuseScore file including the music and annotation labels.

  • +
  • notes/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv: A table of all note heads contained in the score and their relevant features (not each of them represents an onset, some are tied together)

  • +
  • measures/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv: A table with relevant information about the measures in the score.

  • +
  • harmonies/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv: A list of the included harmony labels (including cadences and phrases) with their positions in the score.

Opening Scores#

@@ -381,8 +381,8 @@

Loading TSV files in

Since the TSV files contain null values, lists, fractions, and numbers that are to be treated as strings, you may want to use this code to load any TSV files related to this repository (provided you’re doing it in Python). After a quick pip install -U ms3 (requires Python 3.10) you’ll be able to load any TSV like this:

import ms3
 
-labels = ms3.load_tsv('harmonies/{{ example_fname }}.tsv')
-notes = ms3.load_tsv('notes/{{ example_fname }}.tsv')
+labels = ms3.load_tsv('harmonies/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv')
+notes = ms3.load_tsv('notes/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.tsv')
 

diff --git a/notebooks/annotations.html b/notebooks/annotations.html index 4e19e46..ea6d119 100644 --- a/notebooks/annotations.html +++ b/notebooks/annotations.html @@ -9,7 +9,7 @@ - Annotations — wagner_overtures v2.1 documentation + Annotations — Richard Wagner – Overtures v2.1 documentation @@ -114,7 +114,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

@@ -398,7 +398,7 @@

Annotations
Data and software versions
 --------------------------
 
-Data repo 'wagner_overtures' @ be71ebd
+Data repo 'wagner_overtures' @ c9991a3
 dimcat version 0.3.0
 ms3 version 2.2.2
 
diff --git a/notebooks/cadences.html b/notebooks/cadences.html index 14e5050..d0f5c26 100644 --- a/notebooks/cadences.html +++ b/notebooks/cadences.html @@ -9,7 +9,7 @@ - Cadences — wagner_overtures v2.1 documentation + Cadences — Richard Wagner – Overtures v2.1 documentation @@ -113,7 +113,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

@@ -396,7 +396,7 @@

Cadences
Data and software versions
 --------------------------
 
-Data repo 'wagner_overtures' @ be71ebd
+Data repo 'wagner_overtures' @ c9991a3
 dimcat version 0.3.0
 ms3 version 2.2.2
 
@@ -562,46 +562,46 @@

All annotation labels from the selected pieces - +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -641,666 +641,666 @@

All annotation labels from the selected pieceswagner_overtures -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
     mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notemcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_note
corpusWWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia010000.50000005/86/821a.inanainaniinannannannannannanmTrueTrue(0, -3, 1)()00wagner_overturesWWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia010000.50000005/86/821a.inanainaniinannannannannannanmTrueTrue(0, -3, 1)()00
1211/21/22.500000006/821iv6VIainaniv6ivnan6nannannannanmTrueTrue(-4, 0, -1)()-1-41211/21/22.500000006/821iv6VIainaniv6ivnan6nannannannanmTrueTrue(-4, 0, -1)()-1-4
221330.5000005/85/86/821VIII6ainanVVnannannannannannanMTrueTrue(1, 5, 2)()11221330.5000005/85/86/821VIII6ainanVVnannannannannannanMTrueTrue(1, 5, 2)()11
3327/27/22.500000006/821V64(#6b5)/VnanainanV64(#6b5)/VVnan64#6b5VnannanMTrueTrue(-4, 2, 6)(12,)2-43327/27/22.500000006/821V64(#6b5)/VnanainanV64(#6b5)/VVnan64#6b5VnannanMTrueTrue(-4, 2, 6)(12,)2-4
432660.5000005/85/86/821V43(b5)/VnanainanV43(b5)/VVnan43b5VnannanMm7TrueTrue(-4, 0, 2, 6)()2-4432660.5000005/85/86/821V43(b5)/VnanainanV43(b5)/VVnan43b5VnannanMm7TrueTrue(-4, 0, 2, 6)()2-4
54313/213/20.500000006/821V7(#4)nanainanV7(#4)Vnan7#4nannannanMm7TrueTrue(1, 5, 7, -1)()1154313/213/20.500000006/821V7(#4)nanainanV7(#4)Vnan7#4nannannanMm7TrueTrue(1, 5, 7, -1)()11
643775.0000001/81/86/821V7\\nanainanV7Vnan7nannannan\\Mm7TrueTrue(1, 5, 2, -1)()11643775.0000001/81/86/821V7\\nanainanV7Vnan7nannannan\\Mm7TrueTrue(1, 5, 2, -1)()11
75412120.5000005/85/86/821V64nanainanV64Vnan64nannannannanMTrueTrue(2, 1, 5)()1275412120.5000005/85/86/821V64nanainanV64Vnan64nannannannanMTrueTrue(2, 1, 5)()12
86525/225/22.500000006/821V6nanainanV6Vnan6nannannannanMTrueTrue(5, 2, 1)()1586525/225/22.500000006/821V6nanainanV6Vnan6nannannannanMTrueTrue(5, 2, 1)()15
96515150.5000005/85/86/821v6nanainanv6vnan6nannannannanmTrueTrue(-2, 2, 1)()1-296515150.5000005/85/86/821v6nanainanv6vnan6nannannannanmTrueTrue(-2, 2, 1)()1-2
107631/231/22.500000006/821V64(6b5)/VIInanainanV64(6b5)/VIIVnan646b5VIInannanMTrueTrue(-7, 2, -1, 3)()-1-7107631/231/22.500000006/821V64(6b5)/VIInanainanV64(6b5)/VIIVnan646b5VIInannanMTrueTrue(-7, 2, -1, 3)()-1-7
117618180.5000005/85/86/821V43(b5)/VIInanainanV43(b5)/VIIVnan43b5VIInannanMm7TrueTrue(-7, -3, -1, 3)()-1-7117618180.5000005/85/86/821V43(b5)/VIInanainanV43(b5)/VIIVnan43b5VIInannanMm7TrueTrue(-7, -3, -1, 3)()-1-7
128737/237/20.500000006/821V7(#4)/IIInanainanV7(#4)/IIIVnan7#4IIInannanMm7TrueTrue(-2, 2, 4, -4)()-2-2128737/237/20.500000006/821V7(#4)/IIInanainanV7(#4)/IIIVnan7#4IIInannanMm7TrueTrue(-2, 2, 4, -4)()-2-2
138719193.5000001/81/86/821V7/III\\nanainanV7/IIIVnan7nanIIInan\\Mm7TrueTrue(-2, 2, -1, -4)()-2-2138719193.5000001/81/86/821V7/III\\nanainanV7/IIIVnan7nanIIInan\\Mm7TrueTrue(-2, 2, -1, -4)()-2-2
149845/245/20.5000001/41/46/821VII64nanainanVII64VIInan64nannannannanMTrueTrue(-1, -2, 2)()-2-1149845/245/20.5000001/41/46/821VII64nanainanVII64VIInan64nannannannanMTrueTrue(-1, -2, 2)()-2-1
159823232.0000003/83/86/821VII6nanainanVII6VIInan6nannannannanMTrueTrue(2, -1, -2)()-22159823232.0000003/83/86/821VII6nanainanVII6VIInan6nannannannanMTrueTrue(2, -1, -2)()-22
1610925251.5000001/81/86/821vii6nanainanvii6viinan6nannannannanmTrueTrue(-5, -1, -2)()-2-51610925251.5000001/81/86/821vii6nanainanvii6viinan6nannannannanmTrueTrue(-5, -1, -2)()-2-5
1710953/253/21.0000001/21/26/821inanainaniinannannannannannanmTrueTrue(0, -3, 1)()001710953/253/21.0000001/21/26/821inanainaniinannannannannannanmTrueTrue(0, -3, 1)()00
18111055/255/22.500000006/821#viio65(4)nanainan#viio65(4)#viio654nannannano7TrueTrue(-3, -1, -4, 5)()5-318111055/255/22.500000006/821#viio65(4)nanainan#viio65(4)#viio654nannannano7TrueTrue(-3, -1, -4, 5)()5-3
19111030300.5000005/85/86/821V64(6)nanainanV64(6)Vnan646nannannanMTrueTrue(-3, 1, 5)()1-319111030300.5000005/85/86/821V64(6)nanainanV64(6)Vnan646nannannanMTrueTrue(-3, 1, 5)()1-3
diff --git a/notebooks/notes_stats.html b/notebooks/notes_stats.html index ae5736b..83a23db 100644 --- a/notebooks/notes_stats.html +++ b/notebooks/notes_stats.html @@ -9,7 +9,7 @@ - Notes — wagner_overtures v2.1 documentation + Notes — Richard Wagner – Overtures v2.1 documentation @@ -114,7 +114,7 @@ -

wagner_overtures v2.1 documentation

+

Richard Wagner – Overtures v2.1 documentation

@@ -400,7 +400,7 @@

Notes#
Data and software versions
 --------------------------
 
-Data repo 'wagner_overtures' @ be71ebd
+Data repo 'wagner_overtures' @ c9991a3
 dimcat version 0.3.0
 ms3 version 2.2.2
 
@@ -954,9 +954,9 @@

Ambitus
-