diff --git a/.buildinfo b/.buildinfo index 06ca9b5..f69996e 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: 43acd8a8f9ab2a3d6aace1215956a531 +config: 38b48bac8135c197fd2030b473163df8 tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 51b7457..3c75954 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,6 +1,6 @@ var DOCUMENTATION_OPTIONS = { URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'), - VERSION: 'v2.0', + VERSION: 'v2.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/_static/pygments.css b/_static/pygments.css index 997797f..012e6a0 100644 --- a/_static/pygments.css +++ b/_static/pygments.css @@ -3,77 +3,77 @@ html[data-theme="light"] .highlight td.linenos .normal { color: inherit; backgro html[data-theme="light"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } html[data-theme="light"] .highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } html[data-theme="light"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; } -html[data-theme="light"] .highlight .hll { background-color: #7971292e } -html[data-theme="light"] .highlight { background: #fefefe; color: #545454 } -html[data-theme="light"] .highlight .c { color: #797129 } /* Comment */ -html[data-theme="light"] .highlight .err { color: #d91e18 } /* Error */ -html[data-theme="light"] .highlight .k { color: #7928a1 } /* Keyword */ -html[data-theme="light"] .highlight .l { color: #797129 } /* Literal */ -html[data-theme="light"] .highlight .n { color: #545454 } /* Name */ -html[data-theme="light"] .highlight .o { color: #008000 } /* Operator */ -html[data-theme="light"] .highlight .p { color: #545454 } /* Punctuation */ -html[data-theme="light"] .highlight .ch { color: #797129 } /* Comment.Hashbang */ -html[data-theme="light"] .highlight .cm { color: #797129 } /* Comment.Multiline */ -html[data-theme="light"] .highlight .cp { color: #797129 } /* Comment.Preproc */ -html[data-theme="light"] .highlight .cpf { color: #797129 } /* Comment.PreprocFile */ -html[data-theme="light"] .highlight .c1 { color: #797129 } /* Comment.Single */ -html[data-theme="light"] .highlight .cs { color: #797129 } /* Comment.Special */ -html[data-theme="light"] .highlight .gd { color: #007faa } /* Generic.Deleted */ +html[data-theme="light"] .highlight .hll { background-color: #fae4c2 } +html[data-theme="light"] .highlight { background: #fefefe; color: #080808 } +html[data-theme="light"] .highlight .c { color: #515151 } /* Comment */ +html[data-theme="light"] .highlight .err { color: #a12236 } /* Error */ +html[data-theme="light"] .highlight .k { color: #6730c5 } /* Keyword */ +html[data-theme="light"] .highlight .l { color: #7f4707 } /* Literal */ +html[data-theme="light"] .highlight .n { color: #080808 } /* Name */ +html[data-theme="light"] .highlight .o { color: #00622f } /* Operator */ +html[data-theme="light"] .highlight .p { color: #080808 } /* Punctuation */ +html[data-theme="light"] .highlight .ch { color: #515151 } /* Comment.Hashbang */ +html[data-theme="light"] .highlight .cm { color: #515151 } /* Comment.Multiline */ +html[data-theme="light"] .highlight .cp { color: #515151 } /* Comment.Preproc */ +html[data-theme="light"] .highlight .cpf { color: #515151 } /* Comment.PreprocFile */ +html[data-theme="light"] .highlight .c1 { color: #515151 } /* Comment.Single */ +html[data-theme="light"] .highlight .cs { color: #515151 } /* Comment.Special */ +html[data-theme="light"] .highlight .gd { color: #005b82 } /* Generic.Deleted */ html[data-theme="light"] .highlight .ge { font-style: italic } /* Generic.Emph */ -html[data-theme="light"] .highlight .gh { color: #007faa } /* Generic.Heading */ +html[data-theme="light"] .highlight .gh { color: #005b82 } /* Generic.Heading */ html[data-theme="light"] .highlight .gs { font-weight: bold } /* Generic.Strong */ -html[data-theme="light"] .highlight .gu { color: #007faa } /* Generic.Subheading */ -html[data-theme="light"] .highlight .kc { color: #7928a1 } /* Keyword.Constant */ -html[data-theme="light"] .highlight .kd { color: #7928a1 } /* Keyword.Declaration */ -html[data-theme="light"] .highlight .kn { color: #7928a1 } /* Keyword.Namespace */ -html[data-theme="light"] .highlight .kp { color: #7928a1 } /* Keyword.Pseudo */ -html[data-theme="light"] .highlight .kr { color: #7928a1 } /* Keyword.Reserved */ -html[data-theme="light"] .highlight .kt { color: #797129 } /* Keyword.Type */ -html[data-theme="light"] .highlight .ld { color: #797129 } /* Literal.Date */ -html[data-theme="light"] .highlight .m { color: #797129 } /* Literal.Number */ -html[data-theme="light"] .highlight .s { color: #008000 } /* Literal.String */ -html[data-theme="light"] .highlight .na { color: #797129 } /* Name.Attribute */ -html[data-theme="light"] .highlight .nb { color: #797129 } /* Name.Builtin */ -html[data-theme="light"] .highlight .nc { color: #007faa } /* Name.Class */ -html[data-theme="light"] .highlight .no { color: #007faa } /* Name.Constant */ -html[data-theme="light"] .highlight .nd { color: #797129 } /* Name.Decorator */ -html[data-theme="light"] .highlight .ni { color: #008000 } /* Name.Entity */ -html[data-theme="light"] .highlight .ne { color: #7928a1 } /* Name.Exception */ -html[data-theme="light"] .highlight .nf { color: #007faa } /* Name.Function */ -html[data-theme="light"] .highlight .nl { color: #797129 } /* Name.Label */ -html[data-theme="light"] .highlight .nn { color: #545454 } /* Name.Namespace */ -html[data-theme="light"] .highlight .nx { color: #545454 } /* Name.Other */ -html[data-theme="light"] .highlight .py { color: #007faa } /* Name.Property */ -html[data-theme="light"] .highlight .nt { color: #007faa } /* Name.Tag */ -html[data-theme="light"] .highlight .nv { color: #d91e18 } /* Name.Variable */ -html[data-theme="light"] .highlight .ow { color: #7928a1 } /* Operator.Word */ -html[data-theme="light"] .highlight .pm { color: #545454 } /* Punctuation.Marker */ -html[data-theme="light"] .highlight .w { color: #545454 } /* Text.Whitespace */ -html[data-theme="light"] .highlight .mb { color: #797129 } /* Literal.Number.Bin */ -html[data-theme="light"] .highlight .mf { color: #797129 } /* Literal.Number.Float */ -html[data-theme="light"] .highlight .mh { color: #797129 } /* Literal.Number.Hex */ -html[data-theme="light"] .highlight .mi { color: #797129 } /* Literal.Number.Integer */ -html[data-theme="light"] .highlight .mo { color: #797129 } /* Literal.Number.Oct */ -html[data-theme="light"] .highlight .sa { color: #008000 } /* Literal.String.Affix */ -html[data-theme="light"] .highlight .sb { color: #008000 } /* Literal.String.Backtick */ -html[data-theme="light"] .highlight .sc { color: #008000 } /* Literal.String.Char */ -html[data-theme="light"] .highlight .dl { color: #008000 } /* Literal.String.Delimiter */ -html[data-theme="light"] .highlight .sd { color: #008000 } /* Literal.String.Doc */ -html[data-theme="light"] .highlight .s2 { color: #008000 } /* Literal.String.Double */ -html[data-theme="light"] .highlight .se { color: #008000 } /* Literal.String.Escape */ -html[data-theme="light"] .highlight .sh { color: #008000 } /* Literal.String.Heredoc */ -html[data-theme="light"] .highlight .si { color: #008000 } /* Literal.String.Interpol */ -html[data-theme="light"] .highlight .sx { color: #008000 } /* Literal.String.Other */ -html[data-theme="light"] .highlight .sr { color: #d91e18 } /* Literal.String.Regex */ -html[data-theme="light"] .highlight .s1 { color: #008000 } /* Literal.String.Single */ -html[data-theme="light"] .highlight .ss { color: #007faa } /* Literal.String.Symbol */ -html[data-theme="light"] .highlight .bp { color: #797129 } /* Name.Builtin.Pseudo */ -html[data-theme="light"] .highlight .fm { color: #007faa } /* Name.Function.Magic */ -html[data-theme="light"] .highlight .vc { color: #d91e18 } /* Name.Variable.Class */ -html[data-theme="light"] .highlight .vg { color: #d91e18 } /* Name.Variable.Global */ -html[data-theme="light"] .highlight .vi { color: #d91e18 } /* Name.Variable.Instance */ -html[data-theme="light"] .highlight .vm { color: #797129 } /* Name.Variable.Magic */ -html[data-theme="light"] .highlight .il { color: #797129 } /* Literal.Number.Integer.Long */ +html[data-theme="light"] .highlight .gu { color: #005b82 } /* Generic.Subheading */ +html[data-theme="light"] .highlight .kc { color: #6730c5 } /* Keyword.Constant */ +html[data-theme="light"] .highlight .kd { color: #6730c5 } /* Keyword.Declaration */ +html[data-theme="light"] .highlight .kn { color: #6730c5 } /* Keyword.Namespace */ +html[data-theme="light"] .highlight .kp { color: #6730c5 } /* Keyword.Pseudo */ +html[data-theme="light"] .highlight .kr { color: #6730c5 } /* Keyword.Reserved */ +html[data-theme="light"] .highlight .kt { color: #7f4707 } /* Keyword.Type */ +html[data-theme="light"] .highlight .ld { color: #7f4707 } /* Literal.Date */ +html[data-theme="light"] .highlight .m { color: #7f4707 } /* Literal.Number */ +html[data-theme="light"] .highlight .s { color: #00622f } /* Literal.String */ +html[data-theme="light"] .highlight .na { color: #912583 } /* Name.Attribute */ +html[data-theme="light"] .highlight .nb { color: #7f4707 } /* Name.Builtin */ +html[data-theme="light"] .highlight .nc { color: #005b82 } /* Name.Class */ +html[data-theme="light"] .highlight .no { color: #005b82 } /* Name.Constant */ +html[data-theme="light"] .highlight .nd { color: #7f4707 } /* Name.Decorator */ +html[data-theme="light"] .highlight .ni { color: #00622f } /* Name.Entity */ +html[data-theme="light"] .highlight .ne { color: #6730c5 } /* Name.Exception */ +html[data-theme="light"] .highlight .nf { color: #005b82 } /* Name.Function */ +html[data-theme="light"] .highlight .nl { color: #7f4707 } /* Name.Label */ +html[data-theme="light"] .highlight .nn { color: #080808 } /* Name.Namespace */ +html[data-theme="light"] .highlight .nx { color: #080808 } /* Name.Other */ +html[data-theme="light"] .highlight .py { color: #005b82 } /* Name.Property */ +html[data-theme="light"] .highlight .nt { color: #005b82 } /* Name.Tag */ +html[data-theme="light"] .highlight .nv { color: #a12236 } /* Name.Variable */ +html[data-theme="light"] .highlight .ow { color: #6730c5 } /* Operator.Word */ +html[data-theme="light"] .highlight .pm { color: #080808 } /* Punctuation.Marker */ +html[data-theme="light"] .highlight .w { color: #080808 } /* Text.Whitespace */ +html[data-theme="light"] .highlight .mb { color: #7f4707 } /* Literal.Number.Bin */ +html[data-theme="light"] .highlight .mf { color: #7f4707 } /* Literal.Number.Float */ +html[data-theme="light"] .highlight .mh { color: #7f4707 } /* Literal.Number.Hex */ +html[data-theme="light"] .highlight .mi { color: #7f4707 } /* Literal.Number.Integer */ +html[data-theme="light"] .highlight .mo { color: #7f4707 } /* Literal.Number.Oct */ +html[data-theme="light"] .highlight .sa { color: #00622f } /* Literal.String.Affix */ +html[data-theme="light"] .highlight .sb { color: #00622f } /* Literal.String.Backtick */ +html[data-theme="light"] .highlight .sc { color: #00622f } /* Literal.String.Char */ +html[data-theme="light"] .highlight .dl { color: #00622f } /* Literal.String.Delimiter */ +html[data-theme="light"] .highlight .sd { color: #00622f } /* Literal.String.Doc */ +html[data-theme="light"] .highlight .s2 { color: #00622f } /* Literal.String.Double */ +html[data-theme="light"] .highlight .se { color: #00622f } /* Literal.String.Escape */ +html[data-theme="light"] .highlight .sh { color: #00622f } /* Literal.String.Heredoc */ +html[data-theme="light"] .highlight .si { color: #00622f } /* Literal.String.Interpol */ +html[data-theme="light"] .highlight .sx { color: #00622f } /* Literal.String.Other */ +html[data-theme="light"] .highlight .sr { color: #a12236 } /* Literal.String.Regex */ +html[data-theme="light"] .highlight .s1 { color: #00622f } /* Literal.String.Single */ +html[data-theme="light"] .highlight .ss { color: #005b82 } /* Literal.String.Symbol */ +html[data-theme="light"] .highlight .bp { color: #7f4707 } /* Name.Builtin.Pseudo */ +html[data-theme="light"] .highlight .fm { color: #005b82 } /* Name.Function.Magic */ +html[data-theme="light"] .highlight .vc { color: #a12236 } /* Name.Variable.Class */ +html[data-theme="light"] .highlight .vg { color: #a12236 } /* Name.Variable.Global */ +html[data-theme="light"] .highlight .vi { color: #a12236 } /* Name.Variable.Instance */ +html[data-theme="light"] .highlight .vm { color: #7f4707 } /* Name.Variable.Magic */ +html[data-theme="light"] .highlight .il { color: #7f4707 } /* Literal.Number.Integer.Long */ html[data-theme="dark"] .highlight pre { line-height: 125%; } html[data-theme="dark"] .highlight td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } html[data-theme="dark"] .highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; } diff --git a/analyses.html b/analyses.html index b1c955b..7a07d41 100644 --- a/analyses.html +++ b/analyses.html @@ -9,7 +9,7 @@ - Analyses — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Analyses — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -114,7 +114,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

diff --git a/genindex.html b/genindex.html index 97735cf..ad097c3 100644 --- a/genindex.html +++ b/genindex.html @@ -8,7 +8,7 @@ - Index — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Index — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -111,7 +111,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

diff --git a/index.html b/index.html index eb3664d..6310c1a 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - An Annotated Corpus of Tonal Piano Music from the Long 19th Century — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + An Annotated Corpus of Tonal Piano Music from the Long 19th Century — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -113,7 +113,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -343,46 +343,46 @@

For information on how to obtain and use the dataset, please refer to this documentation page.

diff --git a/introduction.html b/introduction.html index 44240d3..26e96d8 100644 --- a/introduction.html +++ b/introduction.html @@ -9,7 +9,7 @@ - How to use — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + How to use — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -114,7 +114,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

diff --git a/notebooks/annotations.html b/notebooks/annotations.html index 4acae50..3a193db 100644 --- a/notebooks/annotations.html +++ b/notebooks/annotations.html @@ -9,7 +9,7 @@ - Annotations — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Annotations — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -114,7 +114,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -398,9 +398,9 @@

Annotations
Data and software versions
 --------------------------
 
-Data repo 'romantic_piano_corpus' @ 52ef813
+Data repo 'romantic_piano_corpus' @ 8789b86
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -415,42 +415,29 @@

Annotations
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing one of ['measures', 'notes$', 'expanded'].
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 3
+      1 annotated_view = dataset.data.get_view('annotated')
+      2 annotated_view.include('facets', 'measures', 'notes$', 'expanded')
+----> 3 annotated_view.fnames_with_incomplete_facets = False
+      4 dataset.data.set_view(annotated_view)
+      5 dataset.data.parse_tsv(choose='auto')
 
-                               has     active measures           notes        expanded       
-                          metadata       view detected parsed detected parsed detected parsed
-corpus                                                                                       
-beethoven_piano_sonatas        yes  annotated       87     87       87     87       64     64
-chopin_mazurkas                yes  annotated       55     55       55     55       55     55
-debussy_suite_bergamasque      yes  annotated        4      4        4      4        4      4
-dvorak_silhouettes             yes  annotated       12     12       12     12       12     12
-grieg_lyric_pieces             yes  annotated       66     66       66     66       66     66
-liszt_pelerinage               yes  annotated       19     19       19     19       19     19
-medtner_tales                  yes  annotated       19     19       19     19       19     19
-schumann_kinderszenen          yes  annotated       13     13       13     13       13     13
-tchaikovsky_seasons            yes  annotated       12     12       12     12       12     12
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
 
-9/12 facets are excluded from this view.
-
-
-There are 1 orphans that could not be attributed to any of the respective corpus's pieces.
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 287 annotated pieces, 838 parsed dataframes.
-
-
-

DCML harmony labels#

@@ -503,208 +485,6 @@

DCML harmony labels -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnameinterval
beethoven_piano_sonatas01-1[0.0, 9.0)10009.003/42/221...{mTrueTrue(0, -3, 1)()00<NA>NaN
[9.0, 17.0)43998.0002/221...NaNMm7TrueTrue(5, 2, -1, 1)()15<NA>NaN
[17.0, 21.0)6517174.0002/221...NaNmTrueTrue(0, -3, 1)()00<NA>NaN
[21.0, 25.0)7621214.0002/221...NaNoTrueTrue(2, -1, 5)()52<NA>NaN
[25.0, 27.0)8725252.0002/221...NaNmTrueTrue(-3, 1, 0)()0-3<NA>NaN
-

5 rows × 33 columns

-
Concatenated annotation tables contain 57214 rows.
-687 of them are not chords. Their values are: {'{': 646, '}': 32, '|PAC}': 6, '|HC': 2, '|PAC': 1}
-Dataset contains 56527 tokens and 3164 types over 264 documents.
-
-
-

@@ -717,39 +497,6 @@

Presence of phrase annotation symbols per dataset: -
-
corpus                     phraseend
-beethoven_piano_sonatas    }            925
-                           {            918
-                           }{           424
-chopin_mazurkas            }            528
-                           {            520
-                           }{            58
-debussy_suite_bergamasque  {             15
-                           }             15
-                           }{            10
-dvorak_silhouettes         {             93
-                           }             92
-                           }{            77
-grieg_lyric_pieces         }            519
-                           {            515
-                           }{            33
-liszt_pelerinage           }            208
-                           {            205
-                           }{            68
-medtner_tales              }            204
-                           {            203
-                           }{            80
-schumann_kinderszenen      }             83
-                           {             79
-                           }{             2
-tchaikovsky_seasons        {            288
-                           }            288
-                           }{            10
-Name: phraseend, dtype: int64
-
-
-

@@ -761,11 +508,6 @@

Presence of legacy phrase endings -
Series([], dtype: int64)
-
-
-

@@ -785,460 +527,6 @@

A table with the extents of all annotated phrases -
-
Overall number of phrases is 3598
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsduration_qbquarterbeats_all_endingsmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordspecialnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnamephrase_slice                                 
beethoven_piano_sonatas01-1[0.0, 32.0)10032.000000003/42/221f.i{nanfinaninaninannannannannan{mTrueTrue(0, -3, 1)()00nannan
[32.0, 64.0)983232.000000323/43/42/221v{nanfinanvnanvnannannannannan{mTrueTrue(1, -2, 2)()11nannan
[64.0, 72.0)1716648.000000643/43/42/221I6{nanfIIInanI6nanInan6nannannan{MTrueFalse(4, 1, 0)()04nannan
[72.0, 77.0)1918725.000000723/43/42/221I6{nanfIIInanI6nanInan6nannannan{MTrueFalse(4, 1, 0)()04nannan
[77.0, 163.0)21207786.00000077002/221V[V|HC}{nanfIIIVVnanVnannannannanHC}{MTrueFalse(1, 5, 2)()11nannan
[163.0, 192.0)424116329.0000001631/21/22/221viio7/V{nanfIIInanviio7/Vnanviio7nanVnan{o7TrueFalse(6, 3, 0, -3)()66nannan
[192.0, 217.0)504819225.00000019203/42/221{nanfIIInannannannannannannannannan{nanTrueFalse()()nannan
[217.0, 249.0)575521732.000000217002/221V[V|HC}{nanfivVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
[249.0, 321.0)656324972.000000249002/221V[V|HC}{nanfvVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
[321.0, 377.0)838132156.000000321002/221V[V|HC}{nanfiVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
-

@@ -1250,356 +538,6 @@

A table with the chord sequences of all annotated phrases -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnamephrase_sliceinterval
beethoven_piano_sonatas01-1[0.0, 32.0)[0.0, 0.0)10000.003/42/221...{<NA>TrueTrue<NA><NA><NA><NA>NaNNaN
[0.0, 9.0)10009.003/42/221...<NA>mTrueTrue(0, -3, 1)()00NaNNaN
[9.0, 17.0)43998.0002/221...NaNMm7TrueTrue(5, 2, -1, 1)()15NaNNaN
[17.0, 21.0)6517174.0002/221...NaNmTrueTrue(0, -3, 1)()00NaNNaN
[21.0, 25.0)7621214.0002/221...NaNoTrueTrue(2, -1, 5)()52NaNNaN
...........................................................................
tchaikovsky_seasonsop37a12[493.0, 528.0)[495.0, 499.0)1661664954954.0003/421...NaNMFalseFalse(1, 0, 4)()11NaNNaN
[499.0, 501.0)1671674994992.01/41/43/421...NaNGerFalseFalse(6, -4, 0, -3)()66NaNNaN
[501.0, 504.0)1681685015013.0003/421...NaNMFalseFalse(1, 0, 4)()11NaNNaN
[504.0, 504.0)1691695045040.0003/421...}<NA>FalseFalse<NA><NA><NA><NA>NaNNaN
[504.0, 528.0)16916950450424.0003/421...<NA>MFalseFalse(0, 4, 1)()00NaNNaN
-

64883 rows × 33 columns

-
@@ -1636,95 +574,6 @@

A table with the chord sequences of all annotated phrases -
Filtered out the 53 phrases incorporating more than one time signature.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
#time signatures#phrases
013545
1252
231
-
-

@@ -1740,481 +589,6 @@

Local keys per phrase -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   n_local_keyslocal_keysmcmnquarterbeatsduration_qbquarterbeats_all_endingsmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordspecialnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnamephrase_slice                                   
beethoven_piano_sonatas01-1[0.0, 32.0)1('i',)10032.000000003/42/221f.i{nanfinaninaninannannannannan{mTrueTrue(0, -3, 1)()00nannan
[32.0, 64.0)2('i', 'III')983232.000000323/43/42/221v{nanfinanvnanvnannannannannan{mTrueTrue(1, -2, 2)()11nannan
[64.0, 72.0)1('III',)1716648.000000643/43/42/221I6{nanfIIInanI6nanInan6nannannan{MTrueFalse(4, 1, 0)()04nannan
[72.0, 77.0)1('III',)1918725.000000723/43/42/221I6{nanfIIInanI6nanInan6nannannan{MTrueFalse(4, 1, 0)()04nannan
[77.0, 163.0)1('III',)21207786.00000077002/221V[V|HC}{nanfIIIVVnanVnannannannanHC}{MTrueFalse(1, 5, 2)()11nannan
[163.0, 192.0)1('III',)424116329.0000001631/21/22/221viio7/V{nanfIIInanviio7/Vnanviio7nanVnan{o7TrueFalse(6, 3, 0, -3)()66nannan
[192.0, 217.0)2('III', 'iv')504819225.00000019203/42/221{nanfIIInannannannannannannannannan{nanTrueFalse()()nannan
[217.0, 249.0)2('iv', 'v')575521732.000000217002/221V[V|HC}{nanfivVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
[249.0, 321.0)4('v', 'iv', 'III', 'i')656324972.000000249002/221V[V|HC}{nanfvVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
[321.0, 377.0)1('i',)838132156.000000321002/221V[V|HC}{nanfiVVnanVnannannannanHC}{MTrueTrue(1, 5, 2)()11nannan
-

Number of unique local keys per phrase#

@@ -2226,64 +600,6 @@

Number of unique local keys per phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases
unique keys
12943
2581
353
412
67
51
81
-

@@ -2297,238 +613,6 @@

The most frequent keys for non-modulating phrases -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases%
local_keys
I14150.480802
i8670.294597
III1220.041454
V1050.035678
v580.019708
vi570.019368
IV540.018349
VI510.017329
iii460.015630
VII250.008495
bVI200.006796
iv160.005437
#V130.004417
bIII130.004417
vi/V100.003398
#iii80.002718
#II60.002039
bII60.002039
ii60.002039
bvi50.001699
#VII40.001359
iv/iv40.001359
bV40.001359
#iv30.001019
vii30.001019
ii/VI30.001019
bVII20.000680
bI20.000680
bIV20.000680
bII/V20.000680
II20.000680
bii10.000340
bi10.000340
V/V10.000340
#III10.000340
V/VII10.000340
#I10.000340
#vii10.000340
IV/IV10.000340
iii/bVI10.000340
-

@@ -2541,94 +625,6 @@

Most frequent modulations within one phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
modulations
(I, V)460.070229
(i, III)410.062595
(III, i)410.062595
(V, I)380.058015
(i, I)230.035115
.........
(ii, iii)10.001527
(v/v, i)10.001527
(I, v)10.001527
(i, #VI, III/#VI)10.001527
(iii/bVI, I)10.001527
-

221 rows × 2 columns

-

@@ -2646,287 +642,6 @@

Key areas -
Overall number of key segments is 1481
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordspecialnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalendlocalkey_fifths
corpusfnamelocalkey_slice                                  
beethoven_piano_sonatas01-1[0.0, 41.0)100041.00000003/42/221f.i{nanfinaninaninannannannannan{mTrueTrue(0, -3, 1)()00nannan0
[41.0, 209.0)12114141168.000000002/221III.IVM2ii7(2)fIIInanIVM2nanIVM2nannannannanMM7TrueFalse(4, -1, 3, 0)()-14nannan-3
[209.0, 247.0)555320920938.000000002/221iv.viio65/Vnanfivnanviio65/Vnanviio65nanVnannano7TrueTrue(3, 0, -3, 6)()63nannan-1
[247.0, 276.0)646224724729.0000001/21/22/221v.It6nanfvnanIt6Itviio6b3VnannanItTrueTrue(-4, 0, 6)()6-4nannan1
[276.0, 284.0)71692762768.0000003/43/42/221iv.iio64nanfivnaniio64naniio64nannannannanoTrueTrue(-4, 2, -1)()2-4nannan-1
-

Durational distribution of local keys#

@@ -2938,11 +653,6 @@

Durational distribution of local keys -
86 keys overall including hierarchical such as 'III/v'.
-
-
-

Distribution of local keys for piece in major and in minor#

@@ -2984,32 +674,6 @@

Distribution of local keys for piece in major and in minor -

@@ -3032,32 +696,6 @@

Distribution of intervals between localkey tonic and global tonic -

@@ -3074,48 +712,6 @@

Overall -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
duration_qbfraction
localkey_is_minor
False56496.5061.8
True34872.7538.2
-
@@ -3148,32 +744,6 @@

By dataset -

@@ -3186,356 +756,6 @@

Tone profiles for all major and minor local keys -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...nominal_durationscalartiedtpcmidinameoctavechord_idvoltatremolo
corpusfnamelocalkey_sliceinterval
beethoven_piano_sonatas01-1[0.0, 41.0)[0.0, 1.0)10001.003/42/211...1/41<NA>060C440<NA>NaN
[1.0, 2.0)21111.0002/211...1/41<NA>-165F441<NA>NaN
[2.0, 3.0)21221.01/41/42/211...1/41<NA>-468Ab442<NA>NaN
[3.0, 4.0)21331.01/21/22/211...1/41<NA>072C553<NA>NaN
[4.0, 5.0)21441.03/43/42/211...1/41<NA>-177F554<NA>NaN
...........................................................................
tchaikovsky_seasonsop37a12[442.0, 528.0)[525.0, 526.0)1761765255251.0003/421...1/41<NA>072C551071<NA>NaN
[525.0, 526.0)1761765255251.0003/421...1/41<NA>-375Eb551071<NA>NaN
[525.0, 526.0)1761765255251.0003/411...1/41<NA>-480Ab551070<NA>NaN
[525.0, 526.0)1761765255251.0003/411...1/41<NA>084C661070<NA>NaN
[525.0, 526.0)1761765255251.0003/411...1/41<NA>-492Ab661070<NA>NaN
-

434329 rows × 22 columns

-
@@ -3581,32 +801,6 @@

Tone profiles for all major and minor local keys -

@@ -3626,32 +820,6 @@

Unigrams -
@@ -3700,32 +868,6 @@

Unigrams -

@@ -3769,358 +901,6 @@

Whole dataset -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
localkey_is_minorcorpusfnamelocalkey_slice
Falsebeethoven_piano_sonatas01-1[41.0, 209.0)12114141168.0002/221...NaNMM7TrueFalse(4, -1, 3, 0)()-14NaNNaN
[284.0, 307.0)737128428423.03/43/42/221...NaNoTrueFalse(-4, 2, -1)()2-4NaNNaN
01-2[0.0, 48.0)100048.001/23/421...{MFalseFalse(1, 5, 2)()11NaNNaN
[61.0, 91.5)2221616130.5003/421...NaNMm7FalseFalse(1, 5, 2, -1)()11NaNNaN
[91.5, 183.0)3231183/2183/291.51/81/83/421...{Mm7FalseFalse(1, 5, 2, -1)()11NaNNaN
...........................................................................
Truetchaikovsky_seasonsop37a11[155.0, 166.0)393915515511.03/43/44/421...NaNMFalseTrue(1, 5, 2)()11NaNNaN
[171.0, 180.0)43431711719.03/43/44/421...NaN%7FalseTrue(-4, 0, 2, -1)()2-4NaNNaN
[224.0, 232.0)57572242248.0004/421...NaNMFalseTrue(1, 0, -3)()11NaNNaN
op37a12[303.0, 309.0)1021023033036.0003/421...NaNMFalseTrue(1, 3, 2)()11NaNNaN
[399.0, 442.0)13413439939943.0003/421...NaNMm7FalseTrue(1, 3, 2, -1)()11NaNNaN
-

1481 rows × 33 columns

-

@@ -4231,62 +944,6 @@

Whole dataset -
|   k | major_chord   |   major_% | minor_chord   |   minor_% |
-|----:|:--------------|----------:|:--------------|----------:|
-|   1 | I             |     14.76 | i             |     12.7  |
-|   2 | V7            |      7.37 | V             |      6.66 |
-|   3 | V             |      6.11 | V7            |      5.59 |
-|   4 | I6            |      4.98 | i6            |      4.29 |
-|   5 | IV            |      2.77 | iv            |      2.23 |
-|   6 | V(64)         |      2.01 | V(64)         |      2.19 |
-|   7 | V43           |      1.91 | V6            |      1.68 |
-|   8 | V2            |      1.84 | VI            |      1.46 |
-|   9 | V6            |      1.8  | V43           |      1.43 |
-|  10 | vi            |      1.7  | iv6           |      1.39 |
-|  11 | ii6           |      1.54 | I             |      1.1  |
-|  12 | ii            |      1.54 | V65           |      1.09 |
-|  13 | V65           |      1.51 | i64           |      1.08 |
-|  14 | IV6           |      1.32 | V2            |      1.01 |
-|  15 | I64           |      1.26 | #viio43       |      0.98 |
-|  16 | V7(9)         |      1.02 | III           |      0.98 |
-|  17 | viio6         |      0.97 | bII           |      0.76 |
-|  18 | V7/V          |      0.92 | V64           |      0.74 |
-|  19 | ii7           |      0.8  | viio7/V       |      0.72 |
-|  20 | V7/IV         |      0.66 | V7/III        |      0.72 |
-|  21 | V7(6)         |      0.57 | #viio7        |      0.71 |
-|  22 | ii65          |      0.54 | #viio6        |      0.7  |
-|  23 | V64           |      0.53 | iv7           |      0.7  |
-|  24 | viio          |      0.5  | v             |      0.69 |
-|  25 | i             |      0.5  | ii%7          |      0.68 |
-|  26 | vi6           |      0.49 | V7/V          |      0.65 |
-|  27 | iii           |      0.49 | bII6          |      0.65 |
-|  28 | vi7           |      0.45 | #viio2        |      0.62 |
-|  29 | V65/V         |      0.45 | iv64          |      0.62 |
-|  30 | V7(4)         |      0.42 | V7/iv         |      0.6  |
-|  31 | I(9)          |      0.4  | ii%65         |      0.59 |
-|  32 | viio7/V       |      0.39 | VI6           |      0.59 |
-|  33 | V(4)          |      0.39 | iio6          |      0.58 |
-|  34 | V/vi          |      0.37 | #viio65       |      0.56 |
-|  35 | viio7         |      0.35 | ii%43         |      0.54 |
-|  36 | V2/V          |      0.34 | Ger6          |      0.49 |
-|  37 | viio43        |      0.33 | V7(6)         |      0.46 |
-|  38 | iii6          |      0.32 | V7(9)         |      0.44 |
-|  39 | iv            |      0.32 | v6            |      0.43 |
-|  40 | I(4)          |      0.31 | IV            |      0.39 |
-|  41 | V2/IV         |      0.31 | #viio         |      0.39 |
-|  42 | V7/ii         |      0.31 | i(9)          |      0.38 |
-|  43 | V43/V         |      0.3  | V(4)          |      0.38 |
-|  44 | V7/vi         |      0.3  | V(6)          |      0.37 |
-|  45 | IVM7          |      0.3  | V/iv          |      0.36 |
-|  46 | V(6)          |      0.28 | V/V           |      0.35 |
-|  47 | IV64          |      0.27 | ii%2          |      0.34 |
-|  48 | I/V           |      0.27 | V/III         |      0.34 |
-|  49 | iv6           |      0.26 | I/III         |      0.3  |
-|  50 | viio2         |      0.25 | III6          |      0.3  |
-
-
-

@@ -4304,23 +961,6 @@

Per corpus -
localkey_is_minor  corpus                   chord   
-False              beethoven_piano_sonatas  I           2208
-                                            V           1178
-                                            I6          1122
-                                            V7          1027
-                                            V6           466
-                                                        ... 
-True               tchaikovsky_seasons      i(4)/v         1
-                                            i/v            1
-                                            ii64           1
-                                            v6/iv          1
-                                            ii%65(2)       1
-Name: count, Length: 6711, dtype: int64
-
-
-
@@ -4330,136 +970,6 @@

Per corpus -
beethoven_piano_sonatas MAJOR unigrams (839 types, 15130 tokens)
-chord
-I     2208
-V     1178
-I6    1122
-V7    1027
-V6     466
-chopin_mazurkas MAJOR unigrams (460 types, 5257 tokens)
-chord
-I       954
-V7      656
-V       251
-IV      183
-V7/V    133
-debussy_suite_bergamasque MAJOR unigrams (94 types, 335 tokens)
-chord
-I         24
-V7        21
-iii       19
-IV6       12
-V7(+2)    12
-dvorak_silhouettes MAJOR unigrams (140 types, 1067 tokens)
-chord
-I     254
-I6    103
-V7     89
-V      79
-IV     46
-grieg_lyric_pieces MAJOR unigrams (659 types, 4882 tokens)
-chord
-I     566
-V7    264
-V     224
-IV    127
-vi    116
-liszt_pelerinage MAJOR unigrams (552 types, 3455 tokens)
-chord
-I     501
-V7    250
-V     155
-I6    109
-IV    108
-medtner_tales MAJOR unigrams (606 types, 2639 tokens)
-chord
-I     255
-V7    137
-V     126
-I6     82
-IV     66
-schumann_kinderszenen MAJOR unigrams (114 types, 714 tokens)
-chord
-I      106
-I6      69
-V       65
-V7      50
-V43     30
-tchaikovsky_seasons MAJOR unigrams (194 types, 1734 tokens)
-chord
-I      330
-V7     100
-I6      75
-V       69
-V43     54
-beethoven_piano_sonatas MINOR unigrams (498 types, 6379 tokens)
-chord
-i        857
-V        584
-V7       389
-i6       350
-V(64)    260
-chopin_mazurkas MINOR unigrams (388 types, 3700 tokens)
-chord
-i       511
-V7      339
-V       249
-III      82
-V7/V     77
-debussy_suite_bergamasque MINOR unigrams (228 types, 678 tokens)
-chord
-i         57
-III       23
-V7/III    19
-VI        17
-i6        16
-dvorak_silhouettes MINOR unigrams (69 types, 459 tokens)
-chord
-i     101
-V7     50
-V      42
-i6     34
-iv     20
-grieg_lyric_pieces MINOR unigrams (506 types, 3259 tokens)
-chord
-i     380
-V     211
-V7    110
-i6     82
-iv     58
-liszt_pelerinage MINOR unigrams (322 types, 1581 tokens)
-chord
-i        159
-i6       100
-V         99
-V7        60
-V(64)     44
-medtner_tales MINOR unigrams (867 types, 3803 tokens)
-chord
-i     350
-i6    176
-V     140
-V7    111
-iv     73
-schumann_kinderszenen MINOR unigrams (50 types, 197 tokens)
-chord
-i        45
-V7       15
-V        13
-V(64)    11
-V6       10
-tchaikovsky_seasons MINOR unigrams (125 types, 1258 tokens)
-chord
-i      247
-V7     110
-i6      87
-V       72
-V65     53
-
-
-

@@ -4499,23 +1002,6 @@

Per piece -
localkey_is_minor  fname    chord 
-False              01-1     V7        11
-                            I6         8
-                            I          7
-                            ii6        5
-                            V          5
-                                      ..
-True               op71n07  ii%65      3
-                            VIM43      2
-                            ii%7       2
-                            V(964)     2
-                            #viio2     1
-Name: count, Length: 16025, dtype: int64
-
-
-

@@ -4554,23 +1035,6 @@

Whole dataset -
localkey_is_minor  from    to       
-False              V7      I            1248
-                   V       I             582
-                   I       V             445
-                           V7            404
-                   V2      I6            344
-                                        ... 
-True               V65/iv  V6/iv           1
-                           IV              1
-                           #viio7/iv       1
-                   V65/ii  v64             1
-                   vo7     i               1
-Name: count, Length: 14950, dtype: int64
-
-
-
@@ -4648,23 +1062,6 @@

Per corpus -
localkey_is_minor  corpus                   from      to      
-False              beethoven_piano_sonatas  V7        I           525
-                                            V         I           318
-                                            V2        I6          238
-                                            I         V           228
-                                            V(64)     V7          212
-                                                                 ... 
-True               tchaikovsky_seasons      V7(2)     V7            1
-                                            V2/bII    ii%65(2)      1
-                                            ii%43     V             1
-                                            V7        viio43/V      1
-                                            ii%65(2)  ii%65         1
-Name: count, Length: 19095, dtype: int64
-
-
-
@@ -4674,136 +1071,6 @@

Per corpus -
beethoven_piano_sonatas MAJOR bigrams (3481 transition types, 14884 tokens)
-from   to
-V7     I     525
-V      I     318
-V2     I6    238
-I      V     228
-V(64)  V7    212
-chopin_mazurkas MAJOR bigrams (1393 transition types, 5136 tokens)
-from  to
-V7    I     336
-I     IV     96
-      V7     92
-      V      70
-IV    I      67
-debussy_suite_bergamasque MAJOR bigrams (221 transition types, 327 tokens)
-from    to   
-I       iii      8
-V7      I        6
-iii     bIII6    5
-iii6    V7       5
-vii%65  iii6     4
-dvorak_silhouettes MAJOR bigrams (347 transition types, 1013 tokens)
-from  to
-V7    I     64
-I     V7    45
-V     I     37
-V2    I6    29
-I     I6    21
-grieg_lyric_pieces MAJOR bigrams (1735 transition types, 4755 tokens)
-from   to
-V7     I     102
-I      V      39
-V      I      37
-V7(9)  I      31
-I      V7     30
-liszt_pelerinage MAJOR bigrams (1471 transition types, 3323 tokens)
-from  to
-V7    I     97
-V     I     47
-I     V     44
-      V7    42
-I(9)  I     41
-medtner_tales MAJOR bigrams (1430 transition types, 2592 tokens)
-from  to
-V7    I     54
-V     I     46
-I     V     31
-      IV    24
-      V7    19
-schumann_kinderszenen MAJOR bigrams (256 transition types, 676 tokens)
-from  to 
-V7    I      26
-I     I6     20
-V     I      17
-V65   I      16
-I     V43    15
-tchaikovsky_seasons MAJOR bigrams (532 transition types, 1619 tokens)
-from    to
-V7      I     38
-V       I     29
-V2      I6    25
-I(6#4)  I     22
-V65     I     22
-beethoven_piano_sonatas MINOR bigrams (1785 transition types, 6227 tokens)
-from   to
-V      i     200
-V7     i     160
-V(64)  V     109
-i      V      94
-V(64)  V7     92
-chopin_mazurkas MINOR bigrams (1129 transition types, 3625 tokens)
-from  to     
-V7    i          173
-i     V7          57
-V     V7          47
-      i           41
-bII   V43/bII     32
-debussy_suite_bergamasque MINOR bigrams (477 transition types, 675 tokens)
-from    to    
-i(2)    i         8
-i       i(2)      8
-V7/III  III       6
-III     V7/III    6
-i43     V7/VII    5
-dvorak_silhouettes MINOR bigrams (170 transition types, 427 tokens)
-from  to 
-V7    i      35
-V     i      18
-i     V7     16
-i6    V64     9
-      iv      8
-grieg_lyric_pieces MINOR bigrams (1218 transition types, 3178 tokens)
-from  to
-V     i     65
-V7    i     59
-i     V     31
-      V7    27
-V(4)  V     20
-liszt_pelerinage MINOR bigrams (812 transition types, 1515 tokens)
-from  to
-V     i     36
-i     V     27
-V7    i     21
-V6    i     19
-i     i6    19
-medtner_tales MINOR bigrams (2252 transition types, 3725 tokens)
-from  to  
-V7    i       56
-i     i6      44
-i6    i       36
-V     i       31
-i     ii%7    20
-schumann_kinderszenen MINOR bigrams (76 transition types, 175 tokens)
-from   to
-V7     i     11
-i      V6    10
-V      i      9
-i      iv     8
-V(64)  V7     7
-tchaikovsky_seasons MINOR bigrams (310 transition types, 1174 tokens)
-from  to
-V7    i     58
-V65   i     38
-V     i     24
-i     V7    23
-      VI    22
-
-
-

@@ -4835,689 +1102,6 @@

Per corpus -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
beethoven_piano_sonataschopin_mazurkasdebussy_suite_bergamasquedvorak_silhouettes...liszt_pelerinagemedtner_talesschumann_kinderszenentchaikovsky_seasons
frequencytofractionfrequencytofractionfrequencytofractionfrequency...fractionfrequencytofractionfrequencytofractionfrequencytofraction
I14.6V11.018.1IV11.07.2iii38.123.8...9.89.7V12.714.8I623.019.0I(6#4)8.6
V76.8I51.812.5I51.86.3I30.08.3...40.15.2I39.47.0I55.35.8I38.8
V7.8I27.34.8V723.21.2IV75.07.4...30.74.8I36.89.1I29.34.0I43.3
I67.4I19.11.3I23.92.7vi6411.19.7...21.83.1ii15.99.7V21.74.3I12.5
IV2.6I617.13.5I36.63.0iii40.04.3...34.62.5I612.33.2ii718.21.0IV640.0
V432.9I36.40.3I55.60.9V733.31.1...21.10.6I28.64.2V2(9)26.73.1I39.6
V22.9I654.20.7I650.01.8iii66.73.0...27.30.9I643.51.4I6100.02.0I675.8
V63.1I24.80.5IV628.01.2IV650.00.7...40.00.8I31.80.7V780.02.8I40.0
vi1.5ii610.31.4IV6(11)8.21.2I625.01.9...16.71.6ii6512.51.3ii637.51.3bVI+17.4
ii62.6V(64)24.41.3V739.40.9viio666.70.5...14.30.6ii7(9)17.61.4V(64)40.00.5V(64)33.3
ii1.6V79.81.4V718.93.0I+20.01.4...18.61.4V714.71.8viio630.82.1V717.6
V652.2I52.90.9I43.81.5iii6440.00.8...42.40.4I40.02.7I84.22.3I56.4
IV61.7iii615.20.9I18.83.6vi716.70.7...10.80.9vi216.71.4viio220.01.0I53.3
I641.4I21.00.9viio7(4)25.00.9IV(+6)33.30.2...31.71.2IVM712.51.0V(4)28.61.8V725.8
viio61.8I33.90.1I50.01.8IV6433.32.7...100.00.4I45.50.6I6100.00.1I100.0
ii70.2I641.70.6V735.52.7viio637.50.7...22.62.0V721.61.4V30.00.3V7(4)80.0
V7/IV0.5IV37.71.2IV45.90.3ii65(2)100.00.6...23.50.9IV12.51.3IV66.70.2viio43100.0
ii650.5V65/V18.60.6I36.72.7ii4322.20.3...33.30.8I618.21.1V25.00.5I+688.9
V640.5I37.50.5v15.41.2I(72)100.00.1...66.70.2I50.01.4V64(6)40.00.8I57.1
vi60.6V629.30.5ii720.80.6IV650.00.7...27.30.5Ger6(b9)/IV16.70.6V/V100.00.3iii40.0
iii0.3V4317.80.9#viio(b3)/iii11.45.7bIII627.80.4...60.00.1vi7(9)66.71.0vi657.10.3iii633.3
V7(4)0.3V792.20.2V770.00.6V7100.00.3...72.20.7V731.60.4V7100.00.6V760.0
V/V0.3V31.90.1V100.00.3V7100.00.4...100.00.3V257.10.6V100.00.2V7(+b9)66.7
ii20.2V620.00.1ii2(9)28.60.9vii%733.30.2...33.30.2ii4350.00.1ii65100.00.5V622.2
ii640.2V725.70.2V6550.01.2ii4350.00.1...100.00.1V(6)33.30.6V65100.00.4viio240.0
#viio7/vi0.3vi66.70.2vi27.30.3IV6100.00.2...37.50.1#viio2/vi50.00.1vi100.00.3vi80.0
-

26 rows × 27 columns

-

@@ -5525,305 +1109,6 @@

Per corpus -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
beethoven_piano_sonataschopin_mazurkasdebussy_suite_bergamasquedvorak_silhouettes...liszt_pelerinagemedtner_talesschumann_kinderszenentchaikovsky_seasons
frequencytofractionfrequencytofractionfrequencytofractionfrequency...fractionfrequencytofractionfrequencytofractionfrequencytofraction
i13.4V12.113.8V712.38.4i(2)14.822.0...19.39.2i613.722.8V631.219.6V712.0
V9.2i34.66.7V719.21.3V722.29.2...40.03.7i23.06.6i75.05.7i38.1
V76.1i41.69.2i52.01.2i25.010.9...35.62.9i50.97.6i73.38.7i54.2
i65.5i18.81.6i35.02.4iv12.57.4...10.64.6i20.64.6#viio6533.36.9i12.9
iv3.2i612.61.6i28.82.2i13.34.4...15.81.9V8.54.6V(64)50.01.7iio20.0
VI1.5V18.30.8III20.72.5VI6417.62.2...28.61.8ii%77.60.5V/III100.02.5iv6537.5
V651.8i53.40.7i56.00.4V43(2)33.30.7...46.20.3i25.01.5i100.04.2i71.7
#viio431.8i631.30.3i44.40.1iv100.00.2...18.20.4I618.84.1i662.51.0i54.5
V7/V0.1V71.42.1V728.60.1ii%43/V100.00.9...100.00.5V10.50.5V100.00.1V(4)100.0
iv640.4#viio745.81.3i31.90.9vii%2/III33.30.2...33.30.6III(#2)/iv12.50.5#viio7100.00.4i60.0
-

10 rows × 27 columns

-

@@ -5834,12 +1119,6 @@

Per piece -
-
(('beethoven_piano_sonatas', '23-2', Interval(190.0, 194.0, closed='left')),): DataFrame has only one row, cannot compute bigram.
-Group '(True, '23-2')' will be missing from the processed data.
-
-
-
-
-
localkey_is_minor  fname    from     to    
-False              01-1     V(64)    V7        4
-                            viio7/V  V(64)     3
-                            ii6(2)   ii6       3
-                            V65/V    V         3
-                            V7(+b9)  V7        3
-                                              ..
-True               op71n07  V(964)   ii%65     2
-                            VIM43    ii%7      2
-                            ii%65    VIM43     2
-                            ii%7     V(964)    2
-                            ii%65    #viio2    1
-Name: count, Length: 27217, dtype: int64
-
-
-

diff --git a/notebooks/cadences.html b/notebooks/cadences.html index 80cf89b..215da5d 100644 --- a/notebooks/cadences.html +++ b/notebooks/cadences.html @@ -9,7 +9,7 @@ - Cadences — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Cadences — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -113,7 +113,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -396,9 +396,9 @@

Cadences
Data and software versions
 --------------------------
 
-Data repo 'romantic_piano_corpus' @ 52ef813
+Data repo 'romantic_piano_corpus' @ 8789b86
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -413,42 +413,29 @@

Cadences
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing 'expanded'.
-
-                               has     active expanded       
-                          metadata       view detected parsed
-corpus                                                       
-beethoven_piano_sonatas        yes  annotated       64     64
-chopin_mazurkas                yes  annotated       55     55
-debussy_suite_bergamasque      yes  annotated        4      4
-dvorak_silhouettes             yes  annotated       12     12
-grieg_lyric_pieces             yes  annotated       66     66
-liszt_pelerinage               yes  annotated       19     19
-medtner_tales                  yes  annotated       19     19
-schumann_kinderszenen          yes  annotated       13     13
-tchaikovsky_seasons            yes  annotated       12     12
-
-11/12 facets are excluded from this view.
-
-
-There are 1 orphans that could not be attributed to any of the respective corpus's pieces.
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 3
+      1 annotated_view = dataset.data.get_view('annotated')
+      2 annotated_view.include('facets', 'expanded')
+----> 3 annotated_view.fnames_with_incomplete_facets = False
+      4 dataset.data.set_view(annotated_view)
+      5 dataset.data.parse_tsv(choose='auto')
+
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
+
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 264 annotated pieces, 264 parsed dataframes.
-
-
-

Metadata#

@@ -461,284 +448,6 @@

Metadata -
Concatenated 'metadata.tsv' files cover 264 of the 264 scores.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
pieceTimeSigKeySiglast_mclast_mnlength_qblast_mc_unfoldedlast_mn_unfoldedlength_qb_unfoldedvolta_mcsall_notes_qbn_onsetsn_onset_positionsguitar_chord_countform_label_countlabel_countannotated_keyharmony_versionannotatorsreviewers
corpus
beethoven_piano_sonatas01-11: 2/21: -4154152608.0308.0304.01216.01476.00167998500241f2.3.0Lars & Ya-Chuan (2.2.0), John Heilig (2.3.0)AN
chopin_mazurkasBI105-2op30-21: 3/41: 26564193.065.064.0193.0711.0081027400116b2.3.0Wendelin Bitzan (1.0.0), Adrian Nagel (2.2.0),...JH, AN, DK
debussy_suite_bergamasquel075-01_suite_prelude1: 4/41: -18989356.089.089.0356.01533.67172187000274F2.3.0Adrian Nagel (2.1.1), Amelia Brey (2.3.0)AB, AN
dvorak_silhouettesop08n011: 6/81: 4, 7: -5, 49: 45452156.554.052.0156.5658.759572880080c#2.3.0Daniel Grote (2.1.1), Hanné Becker (2.3.0)Johannes Hentschel (2.1.1), AN
grieg_lyric_piecesop12n011: 2/41: -3232346.023.023.046.0135.502681560043Eb2.3.0Adrian Nagel (2.1.1), John Heilig (2.30)Adrian Nagel
liszt_pelerinage160.01_Chapelle_de_Guillaume_Tell1: 4/41: 09797388.097.097.0388.01902.422879106900174C2.3.0Adrian Nagel (2.1.1), Amelia Brey (2.3.0)Johannes Hentschel (1-33 & 82-97), AB, AN
medtner_talesop08n011: 4/81: -38181162.081.081.0162.0603.00148152800213c2.3.0Wendelin Bitzan (2.2.0), John Heilig (2.3.0)Adrian Nagel, DK
schumann_kinderszenenn011: 2/41: 1222244.044.044.088.0134.332411410044G2.3.0Tal Soker (2.1.1), John Heilig (2.3.0)AN, JHei, JH
tchaikovsky_seasonsop37a011: 3/41: 3, 29: 1, 63: 3103103309.0103.0103.0309.01058.17153782900313A2.3.0Adrian Nagel (2.1.1), John Heilig (2.3.0)Johannes Hentschel, AN
-

@@ -752,820 +461,6 @@

All annotation labels from the selected pieces -
57455 hand-annotated harmony labels:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelalt_labelglobalkeylocalkeypedalchordspecialnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpuspiecei                                 
beethoven_piano_sonatas01-1010009.00000003/42/221f.i{nanfinaninaninannannannannan{mTrueTrue(0, -3, 1)()00nan
143998.000000002/221V65nanfinanV65nanVnan65nannannannanMm7TrueTrue(5, 2, -1, 1)()15nan
26517174.000000002/221inanfinaninaninannannannannannanmTrueTrue(0, -3, 1)()00nan
37621214.000000002/221#viio6nanfinan#viio6nan#viio6nannannannanoTrueTrue(2, -1, 5)()52nan
48725252.000000002/221i6nanfinani6naninan6nannannannanmTrueTrue(-3, 1, 0)()0-3nan
58727272.0000001/21/22/221iio6nanfinaniio6naniio6nannannannanoTrueTrue(-1, -4, 2)()2-1nan
69829291.000000002/221V(4)}nanfinanV(4)nanVnannan4nannan}MTrueTrue(1, 0, 2)()11nan
79830302.0000001/41/42/221V|HCnanfinanVnanVnannannannanHCnanMTrueTrue(1, 5, 2)()11nan
89832329.0000003/43/42/221v{nanfinanvnanvnannannannannan{mTrueTrue(1, -2, 2)()11nan
9121141414.000000002/221III.IVM2ii7(2)fIIInanIVM2nanIVM2nannannannanMM7TrueFalse(4, -1, 3, 0)()-14nan
10131245454.000000002/221ii7nanfIIInanii7naniinan7nannannannanmm7TrueFalse(2, -1, 3, 0)()22nan
11141349494.000000002/221V43nanfIIInanV43nanVnan43nannannannanMm7TrueFalse(2, -1, 1, 5)()12nan
12151453534.000000002/221InanfIIInanInanInannannannannannanMTrueFalse(0, 4, 1)()00nan
13161557571.000000002/221ii6(2)nanfIIInanii6(2)naniinan62nannannanmTrueFalse(-1, 3, 4)()2-1nan
14161558581.0000001/41/42/221ii6nanfIIInanii6naniinan6nannannannanmTrueFalse(-1, 3, 2)()2-1nan
15161559592.0000001/21/22/221V65/VnanfIIInanV65/VnanVnan65nanVnannanMm7TrueFalse(6, 3, 0, 2)()26nan
16171661613.000000002/221V|HC}nanfIIInanVnanVnannannannanHC}MTrueFalse(1, 5, 2)()11nan
17171664641.0000003/43/42/221I6{nanfIIInanI6nanInan6nannannan{MTrueFalse(4, 1, 0)()04nan
18181765651.000000002/221ii6(2)nanfIIInanii6(2)naniinan62nannannanmTrueFalse(-1, 3, 4)()2-1nan
19181766661.0000001/41/42/221ii6nanfIIInanii6naniinan6nannannannanmTrueFalse(-1, 3, 2)()2-1nan
-

Filtering out pieces without cadence annotations#

@@ -1577,11 +472,6 @@

Filtering out pieces without cadence annotations -
Before: 264 pieces; after removing those without cadence labels: 258
-
-
-

@@ -1595,22 +485,6 @@

Show corpora containing pieces with cadence annotations -
-
9 corpora with 258 pieces containing cadence annotations:
-
-
-
{'beethoven_piano_sonatas': '64 pieces',
- 'chopin_mazurkas': '50 pieces',
- 'debussy_suite_bergamasque': '4 pieces',
- 'dvorak_silhouettes': '12 pieces',
- 'grieg_lyric_pieces': '65 pieces',
- 'liszt_pelerinage': '19 pieces',
- 'medtner_tales': '19 pieces',
- 'schumann_kinderszenen': '13 pieces',
- 'tchaikovsky_seasons': '12 pieces'}
-
-
-

@@ -1624,304 +498,6 @@

All annotation labels from the selected pieces -
56656 hand-annotated harmony labels:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   localkeypedalchordspecialnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnameinterval                    
beethoven_piano_sonatas01-1[0.0, 9.0)inaninaninannannannannan{mTrueTrue(0, -3, 1)()00nan
[9.0, 17.0)inanV65nanVnan65nannannannanMm7TrueTrue(5, 2, -1, 1)()15nan
[17.0, 21.0)inaninaninannannannannannanmTrueTrue(0, -3, 1)()00nan
[21.0, 25.0)inan#viio6nan#viio6nannannannanoTrueTrue(2, -1, 5)()52nan
[25.0, 27.0)inani6naninan6nannannannanmTrueTrue(-3, 1, 0)()0-3nan
[27.0, 29.0)inaniio6naniio6nannannannanoTrueTrue(-1, -4, 2)()2-1nan
[29.0, 30.0)inanV(4)nanVnannan4nannan}MTrueTrue(1, 0, 2)()11nan
[30.0, 32.0)inanVnanVnannannannanHCnanMTrueTrue(1, 5, 2)()11nan
[32.0, 41.0)inanvnanvnannannannannan{mTrueTrue(1, -2, 2)()11nan
[41.0, 45.0)IIInanIVM2nanIVM2nannannannanMM7TrueFalse(4, -1, 3, 0)()-14nan
-

@@ -1935,200 +511,6 @@

Metadata -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TimeSigKeySiglast_mclast_mnlength_qblast_mc_unfoldedlast_mn_unfoldedlength_qb_unfoldedvolta_mcsall_notes_qb...typesettertextpdfscore integritycommentsstaff_3_ambitusstaff_3_instrumentPDFstaff_4_ambitusstaff_4_instrument
datasetpiece
beethoven_piano_sonatas01-11: 2/21: -4154152608.0308.0304.01216.01476.00...NaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
01-21: 3/41: -16261183.0124.0122.0366.0526.17...NaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
01-31: 3/41: -4, 43: -17773219.0196.0186.0558.0565.50...NaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
01-41: 2/21: -4199196790.0392.0390.01560.0[[[57, 58], [59, 60, 61]]]2326.83...NaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
02-11: 2/41: 3, 127: 0, 230: 3342336679.5672.0664.01336.0[[[115, 116, 117, 118], [119, 120, 121, 122, 1...1695.75...NaNNaNNaNNaNNaNNaNNaNNaNNaNNaN
-

5 rows × 69 columns

-
-
-
-

@@ -2209,71 +545,6 @@

Overall -
3024 cadence labels.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
cadence
PAC13110.433532
HC9220.304894
IAC6480.214286
PC610.020172
EC510.016865
DC310.010251
-
@@ -2281,32 +552,6 @@

Overall -

@@ -2320,32 +565,6 @@

Per dataset -
@@ -2356,32 +575,6 @@

Per dataset -

@@ -2408,58 +601,6 @@

Number of cadences per phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases%
n_cadences
128390.796130
06610.185362
2650.018228
310.000280
-
@@ -2473,32 +614,6 @@

Number of cadences per phrase -

@@ -2509,113 +624,6 @@

Combinations of cadence types for phrases with more than one cadence -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
cadences
(HC, PAC)240.363636
(EC, PAC)90.136364
(PAC, HC)60.090909
(EC, HC)60.090909
(DC, PAC)50.075758
(IAC, PAC)40.060606
(EC, IAC)30.045455
(PC, PAC)20.030303
(DC, IAC)10.015152
(IAC, EC)10.015152
(HC, DC)10.015152
(DC, HC)10.015152
(EC, DC, PAC)10.015152
(HC, PC)10.015152
(IAC, HC)10.015152
-

@@ -2654,32 +662,6 @@

Positioning of cadences within phrases -

@@ -2698,11 +680,6 @@

Cadence ultima -
Ultima harmony missing for 9 cadence labels.
-
-
-

Ultimae as Roman numeral#

@@ -2736,32 +713,6 @@

Ultimae as Roman numeral -
@@ -2797,32 +748,6 @@

Ultimae bass note as scale degree -

@@ -2874,97 +799,6 @@

PACs with ultima I/i -
-
Progressions for 1293 cadences:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
chord progressions
(V, V7, I, ii6(2), ii6, V7, I)120.009281
(I, V7, I)110.008507
(i, VM7, i, V7, V7(#2), V7, i)80.006187
(I, V43, I, V6, I, V43, I, V7, I)60.004640
(i6, i, #viio6, VI6, V6, vo6, IV6, #viio2, V(6), #viio64, i)60.004640
.........
(V7, I6, viio6, I, ii6, I6, ii, viio, I, viio6, I6, ii6, viio7/V, V, I6, viio6, I, ii6, I6, ii, viio, I, viio6, I6, ii6, V(64), V7, I)10.000773
(I, V43, V2, I6, I, V(64)/V, V7/V, V, V2, I6, I, V6, V, I, ii6, V, I, V43, V2, I6, I, V(64)/V, V7/V, V, V2, I6, I, V6, I, ii6, V7(9), V7, I)10.000773
(V, V2, I6, V43, I, ii6, V(64), V7, I)10.000773
(I, V7, I, V7, I, V7, I, V7, I, V7, I)10.000773
(V65(b9)/ii, ii, V65(b9), I, ii6, viio7/V, V7(9), V7, I(9), I)10.000773
-

996 rows × 2 columns

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
numeral progressions
(I, V, V, I)150.011601
(I, V, I)130.010054
(V, V, I, ii, ii, V, I)120.009281
(I, V, I, V, I, V, I, V, I)90.006961
(i, V, i)80.006187
.........
(I, I, V, I, V, V, I, V, I, IV, V, V, I)10.000773
(I, V, I, V, I, I, V, V, V, I, V, I, V, I, ii, ii, vii, I, ii, ii, vii, I, ii, ii, V, V, I)10.000773
(I, V, I, V, I, V, #vii, ii, V, V, I)10.000773
(V, V, V, V, V, V, V, V, V, #vii, vi, ii, V, V, I)10.000773
(V, ii, V, I, ii, vii, V, V, I, I)10.000773
-

924 rows × 2 columns

-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
(I, V, I)430.033256
(i, V, i, V, i)190.014695
(I, V, I, V, I)160.012374
(I, V, I, V, I, V, I, V, I)130.010054
(V, I, ii, V, I)120.009281
.........
(I, V, iv, ii, V, I, V, iv, ii, V, i)10.000773
(i, iv, bII, V, I, IV, ii, V, I)10.000773
(I, IV, ii, V, vi, I, IV, ii, V, I)10.000773
(I, V, IV, V, IV, iv, V, iv, V, iv, V, iv, V, i, V, bII, V, bIII, vii, V, I)10.000773
(V, ii, V, I, ii, vii, V, I)10.000773
-

805 rows × 2 columns

-
@@ -3166,97 +829,6 @@

PACs ending on scale degree 1 -
Progressions for 1191 cadences:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
bass progressions
(1, 5, 1)200.016793
(5, 5, 1, 4, 4, 5, 1)120.010076
(1, 5, 1, 5, 5, 5, 1)80.006717
(1, 5, 5, 1)80.006717
(1, 4, 1, 4, 5, 5, 1)60.005038
.........
(1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1)10.000840
(1, 6, 4, 5, 3, 4, 5, 5, 1)10.000840
(3, 4, 3, 7, 1, 1, 5, 4, 3, 2, 1, 7, 1, 4, 4, 3, 4, 4, 3, 4, 4, 5, 5, 1)10.000840
(1, 2, 1, 7, 1, 1, 4, 5, 5, 1)10.000840
(#1, 2, 7, 1, 4, #4, 5, 5, 1, 1)10.000840
-

846 rows × 2 columns

-
@@ -3420,32 +909,6 @@

Chordal roots for the 3 last stages -

@@ -3457,32 +920,6 @@

Complete chords for the last four stages in major -
-

@@ -3493,32 +930,6 @@

Bass degrees for the last 6 stages. -

@@ -3533,32 +944,6 @@

Bass degrees without accidentals -

@@ -3572,35 +957,6 @@

HCs ending on V -
Progressions for 880 cadences:
-
-
-
diff --git a/notebooks/notes_stats.html b/notebooks/notes_stats.html index df265bb..42370e3 100644 --- a/notebooks/notes_stats.html +++ b/notebooks/notes_stats.html @@ -9,7 +9,7 @@ - Notes — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Notes — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -114,7 +114,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -400,9 +400,9 @@

Notes#
Data and software versions
 --------------------------
 
-Data repo 'romantic_piano_corpus' @ 52ef813
+Data repo 'romantic_piano_corpus' @ 8789b86
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -417,42 +417,29 @@

Notes#
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing one of ['measures', 'notes$', 'expanded'].
-
-                               has     active measures           notes        expanded       
-                          metadata       view detected parsed detected parsed detected parsed
-corpus                                                                                       
-beethoven_piano_sonatas        yes  annotated       87     87       87     87       64     64
-chopin_mazurkas                yes  annotated       55     55       55     55       55     55
-debussy_suite_bergamasque      yes  annotated        4      4        4      4        4      4
-dvorak_silhouettes             yes  annotated       12     12       12     12       12     12
-grieg_lyric_pieces             yes  annotated       66     66       66     66       66     66
-liszt_pelerinage               yes  annotated       19     19       19     19       19     19
-medtner_tales                  yes  annotated       19     19       19     19       19     19
-schumann_kinderszenen          yes  annotated       13     13       13     13       13     13
-tchaikovsky_seasons            yes  annotated       12     12       12     12       12     12
-
-9/12 facets are excluded from this view.
-
-
-There are 1 orphans that could not be attributed to any of the respective corpus's pieces.
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 4
+      2     annotated_view = dataset.data.get_view('annotated')
+      3     annotated_view.include('facets', 'measures', 'notes$', 'expanded')
+----> 4     annotated_view.fnames_with_incomplete_facets = False
+      5     dataset.data.set_view(annotated_view)
+      6 dataset.data.parse_tsv(choose='auto')
+
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
+
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 287 annotated pieces, 838 parsed dataframes.
-
-
-

Metadata#

@@ -464,284 +451,6 @@

Metadata -
Concatenated 'metadata.tsv' files cover 287 of the 287 scores.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
pieceTimeSigKeySiglast_mclast_mnlength_qblast_mc_unfoldedlast_mn_unfoldedlength_qb_unfoldedvolta_mcsall_notes_qbn_onsetsn_onset_positionsguitar_chord_countform_label_countlabel_countannotated_keyharmony_versionannotatorsreviewers
corpus
beethoven_piano_sonatas01-11: 2/21: -4154152608.0308.0304.01216.01476.00167998500241f2.3.0Lars & Ya-Chuan (2.2.0), John Heilig (2.3.0)AN
chopin_mazurkasBI105-2op30-21: 3/41: 26564193.065.064.0193.0711.0081027400116b2.3.0Wendelin Bitzan (1.0.0), Adrian Nagel (2.2.0),...JH, AN, DK
debussy_suite_bergamasquel075-01_suite_prelude1: 4/41: -18989356.089.089.0356.01533.67172187000274F2.3.0Adrian Nagel (2.1.1), Amelia Brey (2.3.0)AB, AN
dvorak_silhouettesop08n011: 6/81: 4, 7: -5, 49: 45452156.554.052.0156.5658.759572880080c#2.3.0Daniel Grote (2.1.1), Hanné Becker (2.3.0)Johannes Hentschel (2.1.1), AN
grieg_lyric_piecesop12n011: 2/41: -3232346.023.023.046.0135.502681560043Eb2.3.0Adrian Nagel (2.1.1), John Heilig (2.30)Adrian Nagel
liszt_pelerinage160.01_Chapelle_de_Guillaume_Tell1: 4/41: 09797388.097.097.0388.01902.422879106900174C2.3.0Adrian Nagel (2.1.1), Amelia Brey (2.3.0)Johannes Hentschel (1-33 & 82-97), AB, AN
medtner_talesop08n011: 4/81: -38181162.081.081.0162.0603.00148152800213c2.3.0Wendelin Bitzan (2.2.0), John Heilig (2.3.0)Adrian Nagel, DK
schumann_kinderszenenn011: 2/41: 1222244.044.044.088.0134.332411410044G2.3.0Tal Soker (2.1.1), John Heilig (2.3.0)AN, JHei, JH
tchaikovsky_seasonsop37a011: 3/41: 3, 29: 1, 63: 3103103309.0103.0103.0309.01058.17153782900313A2.3.0Adrian Nagel (2.1.1), John Heilig (2.3.0)Johannes Hentschel, AN
-

Compute chronological order

@@ -1135,52 +548,6 @@

Ambitus -
-

@@ -1193,89 +560,6 @@

Tonal Pitch Classes (TPC) -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
datasettpc
0Beethoven Sonatas-10
1Beethoven Sonatas-9
2Beethoven Sonatas-9
3Beethoven Sonatas-9
4Beethoven Sonatas-9
.........
27284Tchaikovsky Seasons14
27285Tchaikovsky Seasons14
27286Tchaikovsky Seasons14
27287Tchaikovsky Seasons14
27288Tchaikovsky Seasons15
-

428617 rows × 2 columns

-

As violin plot#

@@ -1311,32 +595,6 @@

As violin plot -

@@ -1363,32 +621,6 @@

As bar plots -
@@ -1412,32 +644,6 @@

As bar plots -

@@ -1464,32 +670,6 @@

As scatter plots -

@@ -1522,61 +697,6 @@

Notes and staves -
Distribution of notes over staves:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
staff
12594350.530659
22260760.462425
323970.004903
49840.002013
-

diff --git a/notebooks/overview.html b/notebooks/overview.html index a2d0f32..0515831 100644 --- a/notebooks/overview.html +++ b/notebooks/overview.html @@ -9,7 +9,7 @@ - Overview — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Overview — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -114,7 +114,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -402,9 +402,9 @@

Overview
Data and software versions
 --------------------------
 
-Data repo 'romantic_piano_corpus' @ 52ef813
+Data repo 'romantic_piano_corpus' @ 8789b86
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -419,42 +419,29 @@

Overview
-
[annotated|all|default]
-All corpora
------------
-View: This view is called 'annotated'. It 
-	- excludes pieces that are not contained in the metadata,
-	- filters out file extensions requiring conversion (such as .xml),
-	- excludes review files and folders, and
-	- includes only facets containing one of ['measures', 'notes$', 'expanded'].
-
-                               has     active measures           notes        expanded       
-                          metadata       view detected parsed detected parsed detected parsed
-corpus                                                                                       
-beethoven_piano_sonatas        yes  annotated       87     87       87     87       64     64
-chopin_mazurkas                yes  annotated       55     55       55     55       55     55
-debussy_suite_bergamasque      yes  annotated        4      4        4      4        4      4
-dvorak_silhouettes             yes  annotated       12     12       12     12       12     12
-grieg_lyric_pieces             yes  annotated       66     66       66     66       66     66
-liszt_pelerinage               yes  annotated       19     19       19     19       19     19
-medtner_tales                  yes  annotated       19     19       19     19       19     19
-schumann_kinderszenen          yes  annotated       13     13       13     13       13     13
-tchaikovsky_seasons            yes  annotated       12     12       12     12       12     12
-
-9/12 facets are excluded from this view.
-
-
-There are 1 orphans that could not be attributed to any of the respective corpus's pieces.
+
---------------------------------------------------------------------------
+DeprecationWarning                        Traceback (most recent call last)
+Cell In[5], line 4
+      2     annotated_view = dataset.data.get_view('annotated')
+      3     annotated_view.include('facets', 'measures', 'notes$', 'expanded')
+----> 4     annotated_view.fnames_with_incomplete_facets = False
+      5     dataset.data.set_view(annotated_view)
+      6 dataset.data.parse_tsv(choose='auto')
+
+File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value)
+    122 @fnames_with_incomplete_facets.setter
+    123 def fnames_with_incomplete_facets(self, value):
+--> 124     raise DeprecationWarning(
+    125         "'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in "
+    126         "ms3 v2."
+    127     )
+
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 287 annotated pieces, 838 parsed dataframes.
-
-
-
@@ -496,11 +478,6 @@

Composition dates -
Composition dates range from 1793 ('beethoven_piano_sonatas', '01-1') to 1925 ('medtner_tales', 'op48n01').
-
-
-

Mean composition years per corpus#

@@ -531,52 +508,6 @@

Mean composition years per corpus -
-

@@ -606,32 +537,6 @@

Composition years histogram -

@@ -667,210 +572,6 @@

Overview -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
absoluteper pieceper measure
piecesmeasureslengthnoteslabelspiecesmeasureslengthnoteslabelslengthnoteslabels
Beethoven Sonatas871527545980.75219226219621.0175.57528.512519.84252.443.0114.351.44
Chopin Mazurkas55508914605.255720191271.092.53265.551040.02165.95NaNNaNNaN
Debussy Suite Bergamasque44211616.00821010131.0105.25404.002052.50253.25NaNNaNNaN
Dvořák Silhouettes126741852.501064915391.056.17154.38887.42128.25NaNNaNNaN
Grieg Lyric Pieces66541416485.256577482311.082.03249.78996.58124.71NaNNaNNaN
Liszt Années1926259709.255953450681.0138.16511.013133.37266.74NaNNaNNaN
Medtner Tales1924646598.004292965081.0129.68347.262259.42342.53NaNNaNNaN
R Schumann Kinderszenen13392934.0052239481.030.1571.85401.7772.92NaNNaNNaN
Tchaikovsky Seasons1212503919.501875130591.0104.17326.621562.58254.92NaNNaNNaN
sum28733604101700.5048749757455NaNNaNNaNNaNNaNNaNNaNNaN
-
@@ -882,198 +583,6 @@

Measures -
33600 measures over 287 files.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsduration_qbkeysigtimesigact_durmc_offsetnumbering_offsetdont_countbarlinebreaksrepeatsnextmarkersjump_bwdjump_fwdplay_untilquarterbeats_all_endingsvolta
corpusfnameinterval
beethoven_piano_sonatas01-1[0.0, 1.0)1001.0-42/21/43/4<NA>1NaN<NA>firstMeasure(2,)NaNNaNNaNNaNNaN<NA>
[1.0, 5.0)2114.0-42/210<NA><NA>NaN<NA>NaN(3,)NaNNaNNaNNaNNaN<NA>
[5.0, 9.0)3254.0-42/210<NA><NA>NaN<NA>NaN(4,)NaNNaNNaNNaNNaN<NA>
[9.0, 13.0)4394.0-42/210<NA><NA>NaN<NA>NaN(5,)NaNNaNNaNNaNNaN<NA>
[13.0, 17.0)54134.0-42/210<NA><NA>NaN<NA>NaN(6,)NaNNaNNaNNaNNaN<NA>
-

@@ -1145,208 +619,6 @@

Harmony labels -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notevoltapedalend
corpusfnameinterval
beethoven_piano_sonatas01-1[0.0, 9.0)10009.003/42/221...{mTrueTrue(0, -3, 1)()00<NA>NaN
[9.0, 17.0)43998.0002/221...NaNMm7TrueTrue(5, 2, -1, 1)()15<NA>NaN
[17.0, 21.0)6517174.0002/221...NaNmTrueTrue(0, -3, 1)()00<NA>NaN
[21.0, 25.0)7621214.0002/221...NaNoTrueTrue(2, -1, 5)()52<NA>NaN
[25.0, 27.0)8725252.0002/221...NaNmTrueTrue(-3, 1, 0)()0-3<NA>NaN
-

5 rows × 33 columns

-
Concatenated annotation tables contains 57214 rows.
-687 of them are not chords. Their values are: {'{': 646, '}': 32, '|PAC}': 6, '|HC': 2, '|PAC': 1}
-Dataset contains 56527 tokens and 3164 types over 264 documents.
-
-
-

diff --git a/notebooks/scale_degrees.html b/notebooks/scale_degrees.html index 90442ec..73ea5f5 100644 --- a/notebooks/scale_degrees.html +++ b/notebooks/scale_degrees.html @@ -9,7 +9,7 @@ - Annotations — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Annotations — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -112,7 +112,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -384,13 +384,12 @@

Annotations 2 print_heading("Data and software versions") 3 print(f"Data repo '{get_repo_name(repo)}' @ {repo.commit().hexsha[:7]}") -File ~/.local/lib/python3.10/site-packages/git/repo/base.py:214, in Repo.__init__(self, path, odbt, search_parent_directories, expand_vars) - 212 if epath is not None: - 213 if not os.path.exists(epath): ---> 214 raise NoSuchPathError(epath) - 216 ## Walk up the path to find the `.git` dir. - 217 # - 218 curpath = epath +File ~/.local/lib/python3.10/site-packages/git/repo/base.py:236, in Repo.__init__(self, path, odbt, search_parent_directories, expand_vars) + 234 if epath is not None: + 235 if not os.path.exists(epath): +--> 236 raise NoSuchPathError(epath) + 238 # Walk up the path to find the `.git` dir. + 239 curpath = epath NoSuchPathError: /home/hentsche/tmp/all_subcorpora diff --git a/repo_readme.html b/repo_readme.html index 1076c06..cd71688 100644 --- a/repo_readme.html +++ b/repo_readme.html @@ -9,7 +9,7 @@ - An Annotated Corpus of Tonal Piano Music from the Long 19th Century — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + An Annotated Corpus of Tonal Piano Music from the Long 19th Century — An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -112,7 +112,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

@@ -321,46 +321,46 @@

For information on how to obtain and use the dataset, please refer to this documentation page.

diff --git a/reports/notebooks/annotations.err.log b/reports/notebooks/annotations.err.log new file mode 100644 index 0000000..f26c563 --- /dev/null +++ b/reports/notebooks/annotations.err.log @@ -0,0 +1,46 @@ +Traceback (most recent call last): + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution + executenb( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1314, in execute + return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped + return loop.run_until_complete(inner) + File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete + return future.result() + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 709, in async_execute + await self.async_execute_cell( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1062, in async_execute_cell + await self._check_raise_for_error(cell, cell_index, exec_reply) + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 918, in _check_raise_for_error + raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) +nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: +------------------ +annotated_view = dataset.data.get_view('annotated') +annotated_view.include('facets', 'measures', 'notes$', 'expanded') +annotated_view.fnames_with_incomplete_facets = False +dataset.data.set_view(annotated_view) +dataset.data.parse_tsv(choose='auto') +dataset.get_indices() +dataset.data +------------------ + + +--------------------------------------------------------------------------- +DeprecationWarning Traceback (most recent call last) +Cell In[5], line 3 + 1 annotated_view = dataset.data.get_view('annotated') + 2 annotated_view.include('facets', 'measures', 'notes$', 'expanded') +----> 3 annotated_view.fnames_with_incomplete_facets = False + 4 dataset.data.set_view(annotated_view) + 5 dataset.data.parse_tsv(choose='auto') + +File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value) + 122 @fnames_with_incomplete_facets.setter + 123 def fnames_with_incomplete_facets(self, value): +--> 124 raise DeprecationWarning( + 125 "'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in " + 126 "ms3 v2." + 127 ) + +DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in ms3 v2. + diff --git a/reports/notebooks/cadences.err.log b/reports/notebooks/cadences.err.log new file mode 100644 index 0000000..0caad40 --- /dev/null +++ b/reports/notebooks/cadences.err.log @@ -0,0 +1,46 @@ +Traceback (most recent call last): + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution + executenb( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1314, in execute + return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped + return loop.run_until_complete(inner) + File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete + return future.result() + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 709, in async_execute + await self.async_execute_cell( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1062, in async_execute_cell + await self._check_raise_for_error(cell, cell_index, exec_reply) + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 918, in _check_raise_for_error + raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) +nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: +------------------ +annotated_view = dataset.data.get_view('annotated') +annotated_view.include('facets', 'expanded') +annotated_view.fnames_with_incomplete_facets = False +dataset.data.set_view(annotated_view) +dataset.data.parse_tsv(choose='auto') +dataset.get_indices() +dataset.data +------------------ + + +--------------------------------------------------------------------------- +DeprecationWarning Traceback (most recent call last) +Cell In[5], line 3 + 1 annotated_view = dataset.data.get_view('annotated') + 2 annotated_view.include('facets', 'expanded') +----> 3 annotated_view.fnames_with_incomplete_facets = False + 4 dataset.data.set_view(annotated_view) + 5 dataset.data.parse_tsv(choose='auto') + +File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value) + 122 @fnames_with_incomplete_facets.setter + 123 def fnames_with_incomplete_facets(self, value): +--> 124 raise DeprecationWarning( + 125 "'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in " + 126 "ms3 v2." + 127 ) + +DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in ms3 v2. + diff --git a/reports/notebooks/notes_stats.err.log b/reports/notebooks/notes_stats.err.log new file mode 100644 index 0000000..57da7dd --- /dev/null +++ b/reports/notebooks/notes_stats.err.log @@ -0,0 +1,47 @@ +Traceback (most recent call last): + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution + executenb( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1314, in execute + return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped + return loop.run_until_complete(inner) + File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete + return future.result() + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 709, in async_execute + await self.async_execute_cell( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1062, in async_execute_cell + await self._check_raise_for_error(cell, cell_index, exec_reply) + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 918, in _check_raise_for_error + raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) +nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: +------------------ +if ANNOTATED_ONLY: + annotated_view = dataset.data.get_view('annotated') + annotated_view.include('facets', 'measures', 'notes$', 'expanded') + annotated_view.fnames_with_incomplete_facets = False + dataset.data.set_view(annotated_view) +dataset.data.parse_tsv(choose='auto') +dataset.get_indices() +dataset.data +------------------ + + +--------------------------------------------------------------------------- +DeprecationWarning Traceback (most recent call last) +Cell In[5], line 4 + 2 annotated_view = dataset.data.get_view('annotated') + 3 annotated_view.include('facets', 'measures', 'notes$', 'expanded') +----> 4 annotated_view.fnames_with_incomplete_facets = False + 5 dataset.data.set_view(annotated_view) + 6 dataset.data.parse_tsv(choose='auto') + +File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value) + 122 @fnames_with_incomplete_facets.setter + 123 def fnames_with_incomplete_facets(self, value): +--> 124 raise DeprecationWarning( + 125 "'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in " + 126 "ms3 v2." + 127 ) + +DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in ms3 v2. + diff --git a/reports/notebooks/overview.err.log b/reports/notebooks/overview.err.log new file mode 100644 index 0000000..57da7dd --- /dev/null +++ b/reports/notebooks/overview.err.log @@ -0,0 +1,47 @@ +Traceback (most recent call last): + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution + executenb( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1314, in execute + return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped + return loop.run_until_complete(inner) + File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete + return future.result() + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 709, in async_execute + await self.async_execute_cell( + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1062, in async_execute_cell + await self._check_raise_for_error(cell, cell_index, exec_reply) + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 918, in _check_raise_for_error + raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) +nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: +------------------ +if ANNOTATED_ONLY: + annotated_view = dataset.data.get_view('annotated') + annotated_view.include('facets', 'measures', 'notes$', 'expanded') + annotated_view.fnames_with_incomplete_facets = False + dataset.data.set_view(annotated_view) +dataset.data.parse_tsv(choose='auto') +dataset.get_indices() +dataset.data +------------------ + + +--------------------------------------------------------------------------- +DeprecationWarning Traceback (most recent call last) +Cell In[5], line 4 + 2 annotated_view = dataset.data.get_view('annotated') + 3 annotated_view.include('facets', 'measures', 'notes$', 'expanded') +----> 4 annotated_view.fnames_with_incomplete_facets = False + 5 dataset.data.set_view(annotated_view) + 6 dataset.data.parse_tsv(choose='auto') + +File ~/.local/lib/python3.10/site-packages/ms3/view.py:124, in View.fnames_with_incomplete_facets(self, value) + 122 @fnames_with_incomplete_facets.setter + 123 def fnames_with_incomplete_facets(self, value): +--> 124 raise DeprecationWarning( + 125 "'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in " + 126 "ms3 v2." + 127 ) + +DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to 'pieces_with_incomplete_facets' in ms3 v2. + diff --git a/reports/notebooks/scale_degrees.err.log b/reports/notebooks/scale_degrees.err.log index 17d4b48..4f3c986 100644 --- a/reports/notebooks/scale_degrees.err.log +++ b/reports/notebooks/scale_degrees.err.log @@ -1,19 +1,17 @@ Traceback (most recent call last): File "/home/runner/.local/lib/python3.10/site-packages/jupyter_cache/executors/utils.py", line 58, in single_nb_execution executenb( - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1204, in execute + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1314, in execute return NotebookClient(nb=nb, resources=resources, km=km, **kwargs).execute() - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/util.py", line 84, in wrapped - return just_run(coro(*args, **kwargs)) - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/util.py", line 62, in just_run - return loop.run_until_complete(coro) + File "/home/runner/.local/lib/python3.10/site-packages/jupyter_core/utils/__init__.py", line 165, in wrapped + return loop.run_until_complete(inner) File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete return future.result() - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 663, in async_execute + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 709, in async_execute await self.async_execute_cell( - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 965, in async_execute_cell + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 1062, in async_execute_cell await self._check_raise_for_error(cell, cell_index, exec_reply) - File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 862, in _check_raise_for_error + File "/home/runner/.local/lib/python3.10/site-packages/nbclient/client.py", line 918, in _check_raise_for_error raise CellExecutionError.from_cell_and_msg(cell, exec_reply_content) nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell: ------------------ @@ -24,6 +22,7 @@ print(f"dimcat version {dc.__version__}") print(f"ms3 version {ms3.__version__}") ------------------ + --------------------------------------------------------------------------- NoSuchPathError Traceback (most recent call last) Cell In[3], line 1 @@ -31,14 +30,12 @@ Cell In[3], line 1  2 print_heading("Data and software versions")  3 print(f"Data repo '{get_repo_name(repo)}' @ {repo.commit().hexsha[:7]}") -File ~/.local/lib/python3.10/site-packages/git/repo/base.py:214, in Repo.__init__(self, path, odbt, search_parent_directories, expand_vars) - 212 if epath is not None: - 213 if not os.path.exists(epath): ---> 214 raise NoSuchPathError(epath) - 216 ## Walk up the path to find the `.git` dir. - 217 # - 218 curpath = epath +File ~/.local/lib/python3.10/site-packages/git/repo/base.py:236, in Repo.__init__(self, path, odbt, search_parent_directories, expand_vars) + 234 if epath is not None: + 235 if not os.path.exists(epath): +--> 236 raise NoSuchPathError(epath) + 238 # Walk up the path to find the `.git` dir. + 239 curpath = epath NoSuchPathError: /home/hentsche/tmp/all_subcorpora -NoSuchPathError: /home/hentsche/tmp/all_subcorpora diff --git a/search.html b/search.html index e0c1b4c..130d563 100644 --- a/search.html +++ b/search.html @@ -7,7 +7,7 @@ - Search - An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation + Search - An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation @@ -113,7 +113,7 @@ -

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.0 documentation

+

An Annotated Corpus of Tonal Piano Music from the Long 19th Century v2.1 documentation

diff --git a/searchindex.js b/searchindex.js index 75bfefb..bef5efb 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["analyses", "index", "introduction", "notebooks/annotations", "notebooks/cadences", "notebooks/notes_stats", "notebooks/overview", "notebooks/scale_degrees", "repo_readme"], "filenames": ["analyses.rst", "index.rst", "introduction.rst", "notebooks/annotations.md", "notebooks/cadences.md", "notebooks/notes_stats.md", "notebooks/overview.md", "notebooks/scale_degrees.md", "repo_readme.md"], "titles": ["Analyses", "An Annotated Corpus of Tonal Piano Music from the Long 19th Century", "How to use", "Annotations", "Cadences", "Notes", "Overview", "Annotations", "An Annotated Corpus of Tonal Piano Music from the Long 19th Century"], "terms": {"The": [0, 1, 2, 5, 8], "follow": [0, 1, 2, 8], "notebook": [0, 3, 4, 5, 6, 7], "contain": [0, 1, 2, 3, 5, 6, 7, 8], "coupl": 0, "standard": [0, 1, 8], "analysi": [0, 3, 4, 6, 7], "have": [0, 1, 2, 5, 8], "been": [0, 1, 2, 8], "render": [0, 1, 2, 8], "displai": [0, 1, 2, 3, 6, 7, 8], "static": 0, "homepag": 0, "overview": 0, "composit": 0, "date": [0, 1, 2, 8], "dimens": 0, "note": [0, 1, 2, 3, 6, 7, 8], "metadata": [0, 3, 6, 7], "ambitu": 0, "tonal": 0, "pitch": 0, "class": 0, "tpc": [0, 3], "annot": [0, 2, 5, 6], "dcml": [0, 1, 8], "harmoni": [0, 1, 2, 4, 8], "label": [0, 1, 2, 5, 8], "phrase": [0, 1, 2, 8], "kei": [0, 1, 2, 4, 5, 6, 8], "area": 0, "bigram": 0, "cadenc": [0, 1, 2, 3, 8], "all": [0, 5, 6, 7], "from": [0, 3, 5, 6, 7], "select": [0, 3, 6, 7], "piec": [0, 1, 2, 5, 6, 8], "overal": 0, "per": 0, "dataset": [0, 1, 2, 5, 6, 8], "ultima": 0, "chord": [0, 1, 2, 6, 7, 8], "progress": [0, 3, 7], "thi": [1, 2, 3, 4, 5, 6, 7, 8], "i": [1, 2, 3, 5, 6, 7, 8], "repositori": [1, 2, 8], "origin": [1, 8], "initi": [1, 8], "serv": [1, 8], "welcom": [1, 8], "page": [1, 2, 8], "both": [1, 8], "github": [1, 2, 8], "repo": [1, 3, 4, 5, 6, 7, 8], "dcmlab": [1, 2, 8], "romantic_piano_corpu": [1, 2, 3, 4, 5, 6, 8], "correspond": [1, 8], "document": [1, 3, 6, 7, 8], "http": [1, 2, 8], "io": [1, 8], "For": [1, 2, 3, 7, 8], "obtain": [1, 8], "us": [1, 3, 4, 8], "pleas": [1, 2, 8], "refer": [1, 8], "ha": [1, 2, 3, 4, 5, 6, 8], "creat": [1, 2, 8], "within": [1, 2, 7, 8], "emploi": [1, 8], "public": [1, 8], "cover": [1, 3, 4, 5, 6, 7, 8], "corpora": [1, 3, 5, 6, 8], "doi": [1, 8], "link": [1, 4, 8], "alwai": [1, 8], "point": [1, 8], "latest": [1, 2, 8], "respect": [1, 3, 4, 5, 6, 8], "ludwig": [1, 8], "van": [1, 8], "beethoven": [1, 2, 5, 6, 8], "sonata": [1, 2, 5, 6, 8], "fr\u00e9d\u00e9ric": [1, 8], "chopin": [1, 6, 8], "mazurka": [1, 6, 8], "claud": [1, 8], "debussi": [1, 6, 8], "suit": [1, 6, 8], "bergamasqu": [1, 6, 8], "anton\u00edn": [1, 8], "dvo\u0159\u00e1k": [1, 6, 8], "silhouett": [1, 6, 8], "franz": [1, 8], "liszt": [1, 6, 8], "ann\u00e9": [1, 6, 8], "de": [1, 8], "p\u00e8lerinag": [1, 8], "nikolai": [1, 8], "medtner": [1, 6, 8], "tale": [1, 6, 8], "robert": [1, 8], "schumann": [1, 6, 8], "kinderszenen": [1, 6, 8], "pyotr": [1, 8], "tchaikovski": [1, 5, 6, 8], "season": [1, 5, 6, 8], "edvard": [1, 8], "grieg": [1, 6, 8], "lyric": [1, 6, 8], "see": [1, 3, 7, 8], "releas": [1, 2, 8], "meta": [1, 8], "includ": [1, 2, 3, 4, 5, 6, 7, 8], "9": [1, 3, 4, 5, 6, 8], "independ": [1, 6, 8], "submodul": [1, 2, 8], "more": [1, 3, 8], "detail": [1, 8], "click": [1, 8], "control": [1, 2, 8], "via": [1, 2, 8], "git": [1, 2, 3, 4, 5, 6, 7, 8], "In": [1, 2, 7, 8], "order": [1, 2, 5, 8], "download": [1, 2, 8], "revis": [1, 2, 8], "thei": [1, 2, 8], "gone": [1, 2, 8], "through": [1, 2, 8], "need": [1, 2, 3, 7, 8], "instal": [1, 2, 8], "your": [1, 2, 8], "machin": [1, 2, 8], "Then": [1, 2, 8], "you": [1, 2, 8], "can": [1, 2, 8], "clone": [1, 2, 8], "command": [1, 2, 8], "recurs": [1, 2, 8], "j8": [1, 2, 8], "com": [1, 2, 8], "If": [1, 2, 8], "ar": [1, 2, 3, 4, 5, 6, 7, 8], "onli": [1, 2, 3, 4, 5, 6, 8], "interest": [1, 2, 8], "current": [1, 2, 4, 8], "unpack": [1, 8], "zip": [1, 2, 3, 4, 5, 6, 7, 8], "individu": [1, 2, 8], "grieg_lyrical_piec": [1, 8], "each": [1, 2, 3, 8], "repres": [1, 2, 8], "four": [1, 2, 8], "ident": [1, 2, 8], "name": [1, 2, 3, 4, 5, 6, 7, 8], "its": [1, 2, 8], "own": [1, 2, 8], "folder": [1, 2, 3, 4, 5, 6, 8], "exampl": [1, 2, 8], "first": [1, 2, 8], "movement": [1, 2, 8], "op": [1, 2, 8], "2": [1, 2, 3, 4, 5, 6, 7, 8], "1": [1, 2, 3, 5, 6, 7, 8], "ms3": [1, 2, 3, 4, 5, 6, 7, 8], "01": [1, 2, 3, 4, 5, 6, 8], "mscx": [1, 2, 8], "uncompress": [1, 2, 8], "musescor": [1, 2, 8], "A": [1, 2, 4, 5, 8], "tabl": [1, 2, 6, 7, 8], "head": [1, 2, 3, 4, 5, 6, 7, 8], "relev": [1, 2, 3, 8], "featur": [1, 2, 4, 6, 8], "them": [1, 2, 3, 6, 7, 8], "onset": [1, 2, 8], "some": [1, 2, 8], "ti": [1, 2, 3, 5, 8], "togeth": [1, 2, 8], "measur": [1, 2, 3, 5, 8], "about": [1, 2, 8], "list": [1, 2, 3, 4, 5, 6, 7, 8], "posit": [1, 2, 3, 8], "after": [1, 2, 3, 4, 7, 8], "navig": [1, 2, 8], "local": [1, 2, 6, 8], "copi": [1, 2, 3, 6, 7, 8], "free": [1, 2, 8], "sourc": [1, 2, 4, 8], "editor": [1, 2, 8], "edit": [1, 2, 8], "test": [1, 2, 8], "3": [1, 2, 3, 5, 6, 7, 8], "6": [1, 2, 3, 5, 6, 7, 8], "4": [1, 2, 3, 4, 5, 6, 7, 8], "sinc": [1, 2, 8], "preliminari": [1, 2, 8], "correctli": [1, 2, 8], "tab": [1, 2, 8], "separ": [1, 2, 8], "valu": [1, 2, 3, 4, 5, 6, 7, 8], "like": [1, 2, 8], "comma": [1, 2, 8], "csv": [1, 2, 8], "most": [1, 2, 7, 8], "modern": [1, 2, 8], "text": [1, 2, 3, 4, 5, 7, 8], "howev": [1, 2, 8], "column": [1, 2, 3, 4, 5, 6, 7, 8], "might": [1, 2, 8], "want": [1, 2, 8], "addon": [1, 2, 8], "favourit": [1, 2, 8], "when": [1, 2, 8], "excel": [1, 2, 8], "annoi": [1, 2, 8], "interpret": [1, 2, 8], "fraction": [1, 2, 3, 5, 6, 7, 8], "circumv": [1, 2, 8], "altern": [1, 2, 8], "libreoffic": [1, 2, 8], "calc": [1, 2, 8], "other": [1, 2, 3, 7, 8], "than": [1, 2, 3, 5, 8], "everi": [1, 2, 8], "program": [1, 2, 8], "languag": [1, 2, 8], "null": [1, 2, 8], "number": [1, 2, 7, 8], "treat": [1, 2, 3, 7, 8], "string": [1, 2, 8], "mai": [1, 2, 8], "code": [1, 2, 8], "ani": [1, 2, 3, 4, 5, 6, 8], "relat": [1, 2, 8], "provid": [1, 2, 8], "re": [1, 2, 8], "do": [1, 2, 5, 8], "quick": [1, 2, 8], "pip": [1, 2, 8], "u": [1, 2, 4, 8], "requir": [1, 2, 3, 4, 5, 6, 8], "10": [1, 2, 3, 4, 5, 6, 7, 8], "ll": [1, 2, 8], "abl": [1, 2, 8], "import": [1, 2, 3, 4, 5, 6, 7, 8], "load_tsv": [1, 2, 8], "section": [1, 2, 6, 8], "explain": [1, 2, 8], "mean": [1, 2, 3, 4, 7, 8], "content": [1, 8], "fname": [1, 2, 3, 4, 6, 8], "extens": [1, 2, 3, 4, 5, 6, 8], "referenc": [1, 2, 8], "rel_path": [1, 2, 8], "rel": [1, 2, 6, 8], "path": [1, 2, 3, 4, 5, 6, 7, 8], "subdirectori": [1, 2, 8], "where": [1, 2, 8], "locat": [1, 2, 8], "last_mn": [1, 2, 4, 5, 6, 8], "last": [1, 2, 7, 8], "last_mn_unfold": [1, 2, 4, 5, 8], "plai": [1, 2, 8], "repeat": [1, 2, 6, 8], "length_qb": [1, 2, 4, 5, 6, 8], "length": [1, 2, 3, 4, 6, 7, 8], "quarter": [1, 2, 3, 5, 7, 8], "length_qb_unfold": [1, 2, 4, 5, 8], "volta_mc": [1, 2, 4, 5, 8], "count": [1, 2, 3, 4, 5, 6, 8], "second": [1, 2, 8], "end": [1, 2, 8], "all_notes_qb": [1, 2, 4, 5, 8], "sum": [1, 2, 3, 4, 5, 6, 7, 8], "up": [1, 2, 4, 7, 8], "durat": [1, 2, 5, 8], "n_onset": [1, 2, 4, 5, 8], "n_onset_posit": [1, 2, 4, 5, 8], "uniqu": [1, 2, 4, 6, 7, 8], "slice": [1, 2, 3, 7, 8], "compos": [1, 2, 8], "worktitl": [1, 2, 8], "work": [1, 2, 3, 4, 5, 6, 8], "titl": [1, 2, 4, 7, 8], "composed_start": [1, 2, 6, 8], "earliest": [1, 2, 8], "composed_end": [1, 2, 4, 6, 8], "worknumb": [1, 2, 8], "catalogu": [1, 2, 8], "": [1, 2, 3, 4, 5, 6, 7, 8], "movementnumb": [1, 2, 8], "movementtitl": [1, 2, 8], "label_count": [1, 2, 4, 5, 6, 7, 8], "keysig": [1, 2, 4, 5, 6, 8], "signatur": [1, 2, 3, 6, 8], "neg": [1, 2, 8], "flat": [1, 2, 5, 8], "sharp": [1, 2, 8], "timesig": [1, 2, 3, 4, 5, 6, 8], "time": [1, 2, 3, 5, 6, 7, 8], "url": [1, 2, 8], "typesett": [1, 2, 4, 8], "creator": [1, 2, 8], "review": [1, 2, 3, 4, 5, 6, 8], "These": [1, 2, 8], "map": [1, 2, 3, 4, 5, 6, 7, 8], "between": [1, 2, 5, 8], "multipl": [1, 2, 8], "wikidata": [1, 2, 8], "item": [1, 2, 3, 4, 5, 6, 7, 8], "viaf": [1, 2, 8], "virtual": [1, 2, 8], "intern": [1, 2, 8], "author": [1, 2, 8], "entri": [1, 2, 8], "musicbrainz": [1, 2, 8], "imslp": [1, 2, 8], "wiki": [1, 2, 8], "librari": [1, 2, 8], "project": [1, 2, 8], "made": [1, 2, 8], "chang": [1, 2, 3, 4, 6, 7, 8], "updat": [1, 2, 4, 5, 7, 8], "accordingli": [1, 2, 8], "extract": [1, 2, 8], "m": [1, 2, 3, 4, 6, 8], "n": [1, 2, 3, 4, 5, 6, 7, 8], "x": [1, 2, 3, 4, 5, 6, 7, 8], "d": [1, 2, 3, 5, 7, 8], "expand": [1, 2, 3, 4, 5, 6, 7, 8], "addit": [1, 2, 8], "out": [1, 2, 3, 5, 6, 8], "color": [1, 2, 3, 4, 5, 6, 7, 8], "red": [1, 2, 8], "By": [1, 2, 8], "ad": [1, 2, 7, 8], "flag": [1, 2, 8], "c": [1, 2, 4, 5, 8], "addition": [1, 2, 8], "compar": [1, 2, 8], "potenti": [1, 2, 8], "modifi": [1, 2, 8], "ones": [1, 2, 3, 7, 8], "present": [1, 2, 8], "reflect": [1, 2, 8], "comparison": [1, 2, 8], "remark": [1, 2, 8], "etc": [1, 2, 8], "issu": [1, 2, 8], "feel": [1, 2, 8], "fork": [1, 2, 8], "submit": [1, 2, 8], "pull": [1, 2, 8], "request": [1, 2, 8], "creativ": [1, 2, 8], "common": [1, 2, 8], "attribut": [1, 2, 3, 4, 5, 6, 8], "noncommerci": [1, 2, 8], "sharealik": [1, 2, 8], "0": [1, 2, 3, 4, 5, 6, 7, 8], "cc": [1, 2, 8], "BY": [1, 2, 8], "nc": [1, 2, 8], "sa": [1, 2, 8], "file_nam": [1, 8], "152": [1, 4, 5, 8], "241": [1, 4, 5, 8], "61": [1, 3, 4, 8], "200": [1, 3, 8], "73": [1, 3, 4, 8], "132": [1, 3, 8], "196": [1, 4, 8], "355": [1, 8], "02": [1, 3, 4, 6, 8], "336": [1, 3, 4, 8], "479": [1, 8], "80": [1, 3, 4, 5, 8], "244": [1, 8], "68": [1, 3, 5, 6, 8], "124": [1, 4, 6, 8], "187": [1, 8], "339": [1, 3, 8], "03": [1, 5, 6, 8], "257": [1, 8], "487": [1, 8], "82": [1, 3, 4, 5, 6, 8], "233": [1, 8], "127": [1, 3, 4, 8], "198": [1, 8], "312": [1, 3, 8], "793": [1, 8], "04": [1, 8], "362": [1, 8], "90": [1, 8], "150": [1, 8], "186": [1, 4, 8], "05": [1, 8], "284": [1, 3, 8], "310": [1, 3, 8], "112": [1, 8], "252": [1, 6, 8], "122": [1, 3, 4, 8], "313": [1, 4, 5, 8], "06": [1, 8], "202": [1, 8], "338": [1, 8], "170": [1, 3, 8], "236": [1, 8], "308": [1, 4, 5, 8], "07": [1, 8], "344": [1, 3, 8], "527": [1, 8], "87": [1, 3, 5, 6, 8], "218": [1, 7, 8], "86": [1, 3, 8], "92": [1, 3, 5, 6, 8], "113": [1, 8], "266": [1, 6, 8], "08": [1, 3, 8], "503": [1, 8], "143": [1, 8], "210": [1, 3, 8], "365": [1, 8], "09": [1, 3, 8], "161": [1, 8], "351": [1, 6, 8], "178": [1, 8], "235": [1, 3, 8], "131": [1, 3, 8], "262": [1, 8], "330": [1, 3, 8], "254": [1, 3, 6, 8], "318": [1, 3, 8], "11": [1, 3, 4, 6, 8], "199": [1, 4, 8], "77": [1, 3, 4, 5, 6, 8], "46": [1, 3, 4, 5, 8], "12": [1, 3, 4, 5, 6, 7, 8], "219": [1, 4, 8], "95": [1, 6, 8], "75": [1, 3, 4, 5, 6, 8], "13": [1, 3, 4, 5, 6, 8], "88": [1, 3, 4, 5, 8], "147": [1, 3, 8], "26": [1, 3, 6, 8], "285": [1, 8], "14": [1, 3, 4, 5, 6, 7, 8], "69": [1, 3, 4, 8], "60": [1, 3, 4, 5, 8], "201": [1, 8], "15": [1, 3, 4, 5, 6, 8], "462": [1, 8], "103": [1, 3, 4, 5, 8], "94": [1, 3, 8], "16": [1, 3, 4, 6, 8], "325": [1, 3, 8], "303": [1, 3, 8], "119": [1, 3, 4, 8], "275": [1, 8], "703": [1, 8], "17": [1, 3, 4, 5, 6, 8], "228": [1, 3, 8], "352": [1, 8], "223": [1, 8], "399": [1, 3, 8], "460": [1, 3, 8], "18": [1, 3, 4, 5, 6, 8], "253": [1, 6, 8], "269": [1, 8], "169": [1, 3, 8], "273": [1, 8], "333": [1, 8], "410": [1, 8], "19": [1, 3, 4, 5, 6, 8], "110": [1, 3, 8], "193": [1, 4, 5, 8], "164": [1, 3, 8], "384": [1, 8], "20": [1, 3, 4, 5, 7, 8], "286": [1, 8], "120": [1, 4, 8], "21": [1, 3, 4, 6, 8], "302": [1, 8], "616": [1, 8], "28": [1, 3, 8], "543": [1, 3, 8], "739": [1, 8], "23": [1, 3, 4, 5, 8], "434": [1, 8], "97": [1, 3, 4, 5, 8], "220": [1, 3, 8], "361": [1, 8], "395": [1, 8], "24": [1, 3, 4, 5, 8], "105": [1, 3, 6, 8], "183": [1, 3, 4, 8], "317": [1, 8], "255": [1, 3, 8], "537": [1, 8], "42": [1, 3, 4, 5, 6, 8], "30": [1, 3, 4, 5, 6, 8], "99": [1, 3, 8], "177": [1, 3, 8], "320": [1, 8], "203": [1, 3, 8], "656": [1, 3, 8], "31": [1, 3, 4, 8], "116": [1, 3, 4, 5, 8], "158": [1, 8], "212": [1, 3, 7, 8], "644": [1, 8], "32": [1, 3, 4, 6, 8], "157": [1, 3, 8], "576": [1, 8], "869": [1, 8], "bi105": [1, 4, 5, 8], "2op30": [1, 4, 5, 8], "64": [1, 3, 4, 5, 6, 8], "3op30": [1, 8], "159": [1, 3, 8], "4op30": [1, 8], "139": [1, 8], "bi115": [1, 8], "1op33": [1, 8], "48": [1, 3, 5, 8], "2op33": [1, 8], "135": [1, 4, 5, 8], "3op33": [1, 8], "4op33": [1, 8], "224": [1, 3, 8], "374": [1, 8], "bi122op41": [1, 8], "bi126": [1, 8], "1op41": [1, 8], "74": [1, 3, 6, 8], "151": [1, 3, 8], "3op41": [1, 8], "4op41": [1, 8], "78": [1, 3, 6, 8], "bi134": [1, 8], "bi140": [1, 8], "247": [1, 3, 8], "213": [1, 4, 5, 7, 8], "bi145": [1, 8], "1op50": [1, 8], "104": [1, 6, 8], "216": [1, 3, 7, 8], "2op50": [1, 8], "3op50": [1, 8], "192": [1, 3, 8], "309": [1, 3, 4, 5, 8], "bi153": [1, 8], "1op56": [1, 8], "204": [1, 3, 8], "444": [1, 8], "2op56": [1, 8], "84": [1, 3, 5, 6, 8], "156": [1, 4, 5, 8], "3op56": [1, 8], "481": [1, 8], "bi157": [1, 8], "1op59": [1, 8], "130": [1, 8], "2op59": [1, 8], "111": [1, 3, 8], "209": [1, 3, 8], "3op59": [1, 8], "154": [1, 4, 5, 6, 8], "358": [1, 8], "bi16": [1, 8], "50": [1, 3, 4, 5, 6, 7, 8], "47": [1, 3, 8], "bi162": [1, 8], "1op63": [1, 8], "102": [1, 3, 8], "2op63": [1, 8], "56": [1, 3, 6, 8], "3op63": [1, 8], "76": [1, 3, 8], "123": [1, 8], "bi163op67": [1, 8], "118": [1, 3, 4, 8], "bi167op67": [1, 8], "bi168op68": [1, 8], "40": [1, 3, 8], "bi18op68": [1, 8], "bi34op68": [1, 8], "109": [1, 3, 8], "bi38op68": [1, 8], "72": [1, 3, 5, 6, 8], "bi60": [1, 8], "1op06": [1, 8], "2op06": [1, 8], "3op06": [1, 8], "145": [1, 8], "4op06": [1, 8], "67": [1, 3, 4, 5, 8], "bi61": [1, 8], "1op07": [1, 8], "2op07": [1, 8], "114": [1, 3, 8], "3op07": [1, 8], "205": [1, 3, 8], "4op07": [1, 8], "44": [1, 3, 4, 5, 6, 8], "5op07": [1, 8], "5": [1, 3, 4, 5, 6, 7, 8], "38": [1, 3, 6, 8], "bi71": [1, 8], "bi73": [1, 8], "bi77": [1, 8], "1op17": [1, 8], "2op17": [1, 8], "171": [1, 3, 8], "3op17": [1, 8], "81": [1, 3, 4, 5, 6, 8], "214": [1, 7, 8], "4op17": [1, 8], "226": [1, 8], "bi85": [1, 8], "57": [1, 3, 4, 6, 8], "91": [1, 3, 5, 8], "bi89": [1, 8], "1op24": [1, 8], "2op24": [1, 8], "3op24": [1, 8], "43": [1, 3, 4, 5, 6, 8], "65": [1, 3, 4, 5, 8], "4op24": [1, 8], "146": [1, 8], "294": [1, 8], "bi93": [1, 8], "1op67": [1, 8], "2op67": [1, 8], "l075": [1, 4, 5, 8], "01_suite_prelud": [1, 4, 5, 8], "89": [1, 3, 4, 5, 8], "274": [1, 4, 5, 8], "02_suite_menuet": [1, 8], "305": [1, 8], "03_suite_clair": [1, 8], "04_suite_passepi": [1, 8], "op08n01": [1, 4, 5, 8], "52": [1, 3, 4, 5, 8], "op08n02": [1, 8], "op08n03": [1, 8], "238": [1, 3, 8], "op08n04": [1, 8], "59": [1, 3, 4, 8], "136": [1, 8], "op08n05": [1, 8], "op08n06": [1, 8], "op08n07": [1, 8], "167": [1, 3, 8], "op08n08": [1, 8], "100": [1, 3, 4, 7, 8], "op08n09": [1, 8], "op08n10": [1, 8], "58": [1, 3, 4, 6, 8], "op08n11": [1, 8], "op08n12": [1, 8], "op12n01": [1, 4, 5, 8], "op12n02": [1, 8], "79": [1, 3, 8], "125": [1, 3, 8], "op12n03": [1, 8], "op12n04": [1, 8], "op12n05": [1, 8], "op12n06": [1, 8], "126": [1, 3, 8], "op12n07": [1, 8], "op12n08": [1, 8], "op38n01": [1, 8], "141": [1, 3, 4, 5, 8], "op38n02": [1, 8], "41": [1, 3, 4, 8], "op38n03": [1, 8], "op38n04": [1, 8], "36": [1, 3, 5, 8], "66": [1, 3, 4, 5, 6, 8], "op38n05": [1, 8], "70": [1, 3, 8], "op38n06": [1, 8], "op38n07": [1, 8], "53": [1, 3, 4, 6, 8], "55": [1, 3, 4, 5, 6, 8], "op38n08": [1, 8], "op43n01": [1, 8], "op43n02": [1, 8], "98": [1, 3, 8], "op43n03": [1, 8], "35": [1, 3, 6, 8], "op43n04": [1, 8], "op43n05": [1, 8], "op43n06": [1, 8], "op47n01": [1, 8], "184": [1, 8], "op47n02": [1, 8], "op47n03": [1, 8], "106": [1, 3, 8], "93": [1, 3, 5, 8], "op47n04": [1, 8], "op47n05": [1, 8], "op47n06": [1, 8], "83": [1, 3, 4, 8], "op47n07": [1, 8], "134": [1, 3, 4, 5, 8], "op54n01": [1, 8], "op54n02": [1, 8], "op54n03": [1, 8], "194": [1, 3, 8], "267": [1, 8], "op54n04": [1, 8], "63": [1, 3, 4, 5, 8], "op54n05": [1, 8], "op54n06": [1, 8], "op57n01": [1, 8], "op57n02": [1, 8], "op57n03": [1, 8], "op57n04": [1, 8], "op57n05": [1, 8], "op57n06": [1, 8], "op62n01": [1, 8], "op62n02": [1, 8], "163": [1, 3, 8], "op62n03": [1, 8], "op62n04": [1, 8], "op62n05": [1, 8], "62": [1, 3, 4, 6, 8], "45": [1, 3, 4, 8], "op62n06": [1, 8], "173": [1, 3, 8], "op65n01": [1, 8], "op65n02": [1, 8], "128": [1, 6, 8], "op65n03": [1, 8], "op65n04": [1, 8], "71": [1, 3, 6, 8], "op65n05": [1, 8], "op65n06": [1, 8], "179": [1, 8], "222": [1, 8], "op68n01": [1, 8], "op68n02": [1, 8], "op68n03": [1, 8], "op68n04": [1, 8], "85": [1, 6, 8], "op68n05": [1, 8], "op68n06": [1, 8], "op71n01": [1, 8], "180": [1, 3, 8], "op71n02": [1, 8], "54": [1, 3, 4, 5, 8], "107": [1, 8], "op71n03": [1, 8], "op71n04": [1, 8], "op71n05": [1, 8], "155": [1, 3, 8], "op71n06": [1, 8], "133": [1, 3, 8], "op71n07": [1, 3, 8], "160": [1, 3, 4, 5, 8], "01_chapelle_de_guillaume_tel": [1, 4, 5, 8], "174": [1, 4, 5, 8], "02_au_lac_de_wallenstadt": [1, 8], "03_pastoral": [1, 8], "04_au_bord_dune_sourc": [1, 8], "465": [1, 8], "05_orag": [1, 8], "307": [1, 3, 8], "06_vallee_dobermann": [1, 8], "631": [1, 8], "07_eglogu": [1, 8], "117": [1, 4, 8], "08_le_mal_du_pays_": [1, 8], "heimweh": [1, 8], "09_les_cloches_de_geneve_": [1, 8], "nocturn": [1, 8], "188": [1, 8], "01_sposalizio": [1, 8], "237": [1, 8], "02_il_pensieroso": [1, 8], "03_canzonetta_del_salvator_rosa": [1, 8], "04_sonetto_47_del_petrarca": [1, 8], "153": [1, 3, 8], "05_sonetto_104_del_petrarca": [1, 8], "121": [1, 4, 8], "06_sonetto_123_del_petrarca": [1, 8], "149": [1, 8], "07_apres_une_lecture_du_dant": [1, 8], "373": [1, 8], "162": [1, 4, 5, 8], "01_gondoliera": [1, 8], "02_canzon": [1, 8], "03_tarantella_da_guillaume_louis_cottrau": [1, 8], "_presto_e_canzone_napolitana": [1, 8], "716": [1, 8], "op14n01": [1, 8], "265": [1, 6, 8], "op26n01": [1, 8], "op26n02": [1, 8], "166": [1, 3, 8], "op26n03": [1, 8], "op26n04": [1, 8], "300": [1, 5, 8], "op34n01": [1, 8], "669": [1, 8], "op34n02": [1, 8], "195": [1, 8], "op34n03": [1, 8], "144": [1, 8], "408": [1, 8], "op34n04": [1, 8], "323": [1, 8], "op35n01": [1, 8], "272": [1, 8], "op35n02": [1, 8], "422": [1, 8], "op35n03": [1, 8], "op35n04": [1, 8], "345": [1, 8], "op42n01": [1, 8], "op42n02": [1, 8], "op42n03": [1, 8], "182": [1, 8], "552": [1, 3, 8], "op48n01": [1, 6, 8], "553": [1, 8], "1020": [1, 8], "op48n02": [1, 8], "n01": [1, 4, 5, 8], "22": [1, 3, 4, 5, 8], "n02": [1, 8], "n03": [1, 8], "n04": [1, 8], "n05": [1, 8], "n06": [1, 8], "n07": [1, 8], "n08": [1, 8], "n09": [1, 8], "n10": [1, 8], "n11": [1, 8], "140": [1, 3, 8], "n12": [1, 8], "n13": [1, 8], "25": [1, 3, 4, 6, 8], "49": [1, 3, 4, 5, 8], "op37a01": [1, 4, 5, 8], "op37a02": [1, 8], "278": [1, 8], "op37a03": [1, 8], "op37a04": [1, 8], "op37a05": [1, 8], "op37a06": [1, 8], "263": [1, 8], "op37a07": [1, 8], "op37a08": [1, 8], "514": [1, 8], "op37a09": [1, 8], "368": [1, 8], "op37a10": [1, 8], "op37a11": [1, 3, 8], "168": [1, 3, 8], "op37a12": [1, 3, 8], "176": [1, 3, 8], "261": [1, 8], "analys": 1, "avail": 2, "8": [2, 3, 4, 5, 6], "fetch": 2, "parallel": 2, "corpu": [2, 4, 5, 7], "beethoven_piano_sonata": [2, 3, 4, 5, 6], "chopin_mazurka": [2, 3, 4, 5, 6], "debussy_suite_bergamasqu": [2, 3, 4, 5, 6], "dvorak_silhouett": [2, 3, 4, 5, 6], "liszt_pelerinag": [2, 3, 4, 5, 6], "medtner_tal": [2, 3, 4, 5, 6], "schumann_kinderszenen": [2, 3, 4, 5, 6], "tchaikovsky_season": [2, 3, 4, 5, 6], "grieg_lyric_piec": [2, 3, 4, 5, 6], "music": 2, "an": [2, 4, 5], "f": [2, 3, 4, 5, 6, 7], "form": [2, 3, 4], "o": [3, 4, 5, 6, 7], "collect": [3, 4, 5, 6, 7], "defaultdict": [3, 4, 5, 6, 7], "counter": [3, 4, 5, 6, 7], "dimcat": [3, 4, 5, 6, 7], "dc": [3, 4, 5, 6, 7], "panda": [3, 4, 5, 6, 7], "pd": [3, 4, 5, 6, 7], "plotli": [3, 4, 5, 6, 7], "express": [3, 4, 5, 6, 7], "px": [3, 4, 5, 6, 7], "graph_object": [3, 4, 5, 6, 7], "go": [3, 4, 5, 6, 7], "util": [3, 4, 5, 6, 7], "std_layout": [3, 4, 5, 6, 7], "cadence_color": [3, 4, 5, 6, 7], "corpus_color_scal": [3, 5, 6, 7], "type_color": [3, 6, 7], "chronological_corpus_ord": [3, 5, 7], "color_background": [3, 4, 5, 6, 7], "corpus_mean_composition_year": [3, 6, 7], "get_corpus_display_nam": [3, 5, 6, 7], "get_repo_nam": [3, 4, 5, 6, 7], "resolve_dir": [3, 4, 5, 6, 7], "value_count_df": [3, 4, 5, 6, 7], "print_head": [3, 4, 5, 6, 7], "corpus_path": [3, 4, 5, 6, 7], "abspath": [3, 4, 5, 6], "join": [3, 4, 5, 6, 7], "set": [3, 4, 5, 6, 7], "print": [3, 4, 5, 6, 7], "r": [3, 4, 5, 6, 7], "home": [3, 4, 5, 6, 7], "runner": [3, 4, 5, 6], "workflow_deploy": [3, 4, 5, 6], "data": [3, 4, 5, 6, 7], "softwar": [3, 4, 5, 6, 7], "version": [3, 4, 5, 6, 7], "commit": [3, 4, 5, 6, 7], "hexsha": [3, 4, 5, 6, 7], "7": [3, 4, 5, 6, 7], "__version__": [3, 4, 5, 6, 7], "52ef813": [3, 4, 5, 6], "load": [3, 4, 5, 6, 7], "directori": [3, 4, 5, 6, 7], "parse_tsv": [3, 4, 5, 6, 7], "fals": [3, 4, 5, 6, 7], "1mannot": [3, 4, 5, 6], "0m": [3, 4, 5, 6], "default": [3, 4, 5, 6], "view": [3, 4, 5, 6], "call": [3, 4, 5, 6, 7], "It": [3, 4, 5, 6, 7], "exclud": [3, 4, 5, 6], "filter": [3, 5, 6], "file": [3, 4, 5, 6, 7], "convers": [3, 4, 5, 6], "xml": [3, 4, 5, 6], "facet": [3, 4, 5, 6], "activ": [3, 4, 5, 6], "detect": [3, 4, 5, 6], "pars": [3, 4, 5, 6], "ye": [3, 4, 5, 6], "There": [3, 4, 5, 6], "orphan": [3, 4, 5, 6], "could": [3, 4, 5, 6], "287": [3, 5, 6], "838": [3, 5, 6], "datafram": [3, 4, 5, 6, 7], "all_metadata": [3, 4, 5, 6, 7], "assert": [3, 4, 6, 7], "len": [3, 4, 5, 6, 7], "No": [3, 4, 6, 7], "count_piec": [3, 4, 5, 6, 7], "score": [3, 4, 5, 6, 7], "mean_composition_year": [3, 4, 6, 7], "chronological_ord": [3, 4, 5, 6, 7], "index": [3, 4, 5, 6, 7], "to_list": [3, 4, 6, 7], "corpus_color": [3, 5, 6, 7], "dict": [3, 4, 5, 6, 7], "corpus_nam": [3, 5, 6, 7], "corp": [3, 4, 5, 6, 7], "chronological_corpus_nam": [3, 5, 6, 7], "corpus_name_color": [3, 5, 6, 7], "try": [3, 5, 6, 7], "all_annot": [3, 6, 7], "get_facet": [3, 4, 6, 7], "except": [3, 5, 6, 7], "n_annot": [3, 6, 7], "includes_annot": [3, 6, 7], "concaten": [3, 4, 5, 6, 7], "shape": [3, 6, 7], "row": [3, 4, 5, 6, 7], "no_chord": [3, 6, 7], "root": [3, 6, 7], "isna": [3, 4, 6, 7], "Their": [3, 6, 7], "value_count": [3, 4, 6, 7], "dropna": [3, 6, 7], "to_dict": [3, 6, 7], "all_chord": [3, 6, 7], "token": [3, 6, 7], "type": [3, 6, 7], "over": [3, 5, 6, 7], "groupbi": [3, 4, 5, 6, 7], "level": [3, 4, 5, 6, 7], "get_level_valu": [3, 5, 6, 7], "els": [3, 4, 6, 7], "mc": [3, 4, 5, 6], "mn": [3, 4, 5, 6], "quarterbeat": [3, 4, 5, 6], "quarterbeats_all_end": [3, 4, 5, 6], "duration_qb": [3, 4, 5, 6, 7], "mc_onset": [3, 4, 5, 6], "mn_onset": [3, 4, 5, 6], "staff": [3, 4, 5, 6], "voic": [3, 4, 5, 6], "phraseend": [3, 4, 6], "chord_typ": [3, 4, 6, 7], "globalkey_is_minor": [3, 4, 6, 7], "localkey_is_minor": [3, 4, 6, 7], "chord_ton": [3, 4, 6], "added_ton": [3, 4, 6], "bass_not": [3, 4, 6, 7], "volta": [3, 4, 5, 6], "pedalend": [3, 4, 6], "true": [3, 4, 5, 6, 7], "lt": [3, 5, 6], "na": [3, 4, 5, 6], "gt": [3, 5, 6], "nan": [3, 4, 5, 6], "mm7": [3, 4, 6], "27": [3, 4, 6], "33": [3, 4, 5, 6], "57214": [3, 6], "687": [3, 6], "646": [3, 6], "pac": [3, 6], "hc": [3, 6], "56527": [3, 6], "3164": [3, 6], "264": [3, 4, 6], "925": 3, "918": 3, "424": 3, "528": [3, 4, 5, 6], "520": 3, "519": 3, "515": 3, "208": 3, "288": [3, 4, 5], "dtype": [3, 4, 5, 6], "int64": [3, 6], "size": [3, 4, 6], "seri": [3, 4, 5], "start": 3, "phrase_slic": 3, "phrase_seg": [3, 4], "phraseslic": [3, 4], "process_data": [3, 4, 7], "get_slice_info": [3, 4, 7], "style": [3, 4, 7], "appli": [3, 4, 6, 7], "subset": [3, 4, 7], "3598": 3, "nbsp": [3, 4], "alt_label": [3, 4], "globalkei": [3, 4], "pedal": [3, 4], "special": [3, 4], "numer": [3, 7], "figbass": [3, 4, 7], "relativeroot": [3, 4, 7], "000000": [3, 4], "v": [3, 7], "i6": [3, 4], "iii": [3, 4, 7], "29": [3, 4, 5], "viio7": [3, 4], "vii": [3, 4], "o7": 3, "217": [3, 7], "249": [3, 6], "iv": [3, 4], "321": 3, "377": 3, "493": 3, "495": 3, "499": 3, "501": 3, "ger": [3, 7], "504": 3, "64883": 3, "phrase2timesig": 3, "n_timesignatures_per_phras": 3, "uniform_timesig": 3, "lambda": [3, 4, 5, 7], "l": [3, 4, 7], "more_than_on": 3, "incorpor": 3, "n_timesig": 3, "reset_index": [3, 4, 5, 6, 7], "renam": [3, 4, 6, 7], "uniform_timesig_phras": 3, "loc": [3, 4, 7], "timesig_in_quarterbeat": 3, "exact_measure_length": 3, "concat": [3, 4, 5, 6, 7], "duration_measur": 3, "axi": [3, 4, 6, 7], "fig": [3, 4, 5, 6, 7], "histogram": 3, "log_i": [3, 7], "bin": 3, "color_discrete_sequ": [3, 5, 7], "update_trac": [3, 4, 5, 6], "xbin": [3, 6], "update_layout": [3, 4, 5, 6, 7], "update_xax": [3, 5], "dtick": [3, 5], "gridcolor": [3, 5, 6, 7], "lightgrei": [3, 5, 6, 7], "update_yax": [3, 4, 5, 6, 7], "show": [3, 5, 6, 7], "3545": 3, "local_keys_per_phras": [3, 4], "tupl": [3, 4], "n_local_keys_per_phras": [3, 4], "phrases_with_kei": [3, 4], "n_local_kei": [3, 4], "local_kei": [3, 4], "count_n_kei": 3, "to_fram": [3, 4, 7], "inplac": [3, 4, 7], "2943": 3, "581": 3, "unique_key_selector": 3, "phrases_with_unique_kei": 3, "t": [3, 4, 5, 6, 7], "1415": 3, "480802": 3, "867": 3, "294597": 3, "041454": 3, "035678": 3, "019708": 3, "vi": [3, 4], "019368": 3, "018349": 3, "51": [3, 4, 6], "017329": 3, "015630": 3, "008495": 3, "bvi": 3, "006796": 3, "005437": 3, "004417": 3, "biii": [3, 4], "003398": 3, "002718": 3, "ii": [3, 4], "002039": 3, "bii": [3, 4], "001699": 3, "001359": 3, "bv": 3, "001019": 3, "bvii": 3, "000680": 3, "bi": 3, "biv": 3, "000340": 3, "two_keys_selector": 3, "070229": 3, "062595": 3, "058015": 3, "035115": 3, "001527": 3, "221": 3, "roman_numeral2fifth": [3, 7], "transform": [3, 4, 7], "resolve_all_relative_numer": [3, 7], "replace_boolean_mode_by_str": [3, 7], "keys_seg": [3, 7], "localkeyslic": [3, 7], "localkey_fifth": [3, 7], "1481": [3, 4, 5], "localkey_slic": 3, "ivm2": [3, 4], "ii7": [3, 4], "viio65": 3, "276": 3, "it6": 3, "b3": 3, "iio64": 3, "given": [3, 7], "key_dur": [3, 7], "sort_valu": [3, 4, 7], "ascend": [3, 7], "hierarch": [3, 7], "keys_resolv": [3, 7], "key_resolved_dur": [3, 7], "resolv": [3, 7], "36636": 3, "708333": 3, "24808": 3, "3466": 3, "3421": 3, "666667": 3, "3358": 3, "object": [3, 4], "globalkey_mod": [3, 7], "pie_data": [3, 7], "pie": [3, 4, 7], "facet_col": [3, 4, 5, 7], "localkey_fifths_dur": [3, 7], "bar_data": [3, 4, 5, 6, 7], "fifths2iv": [3, 7], "bar": [3, 4, 6, 7], "y": [3, 4, 5, 6, 7], "localkey_mod": [3, 7], "barmod": [3, 4, 7], "group": [3, 4, 5, 7], "interval": [3, 7], "distanc": [3, 7], "total": [3, 7], "mode": [3, 5, 6, 7], "to_numer": [3, 6, 7], "maj_min_ratio": [3, 7], "round": [3, 4, 5, 6, 7], "56496": 3, "34872": 3, "segment_duration_per_dataset": [3, 7], "norm_segment_duration_per_dataset": [3, 7], "maj_min_ratio_per_dataset": [3, 7], "astyp": [3, 4, 5, 7], "str": [3, 4, 7], "category_ord": [3, 4, 5, 7], "notes_by_kei": 3, "nominal_dur": [3, 5], "scalar": [3, 5], "midi": [3, 5], "octav": [3, 5], "chord_id": [3, 5], "tremolo": [3, 5], "c4": [3, 5], "f4": [3, 5], "ab4": [3, 5], "c5": [3, 5], "f5": [3, 5], "442": 3, "525": 3, "526": [3, 4], "1071": 3, "eb5": 3, "ab5": 3, "1070": 3, "c6": [3, 5], "ab6": 3, "434329": 3, "col": [3, 7], "notes_joined_with_kei": 3, "notes_by_keys_transpos": 3, "transpose_notes_to_localkei": 3, "mode_tpc": 3, "drop": 3, "sd": [3, 4, 7], "fifths2sd": [3, 4, 7], "duration_pct": 3, "group_kei": [3, 4, 7], "001": 3, "sd_order": 3, "b1": 3, "b2": 3, "b4": 3, "b5": 3, "b6": 3, "b7": 3, "xaxi": 3, "tickmod": [3, 5], "arrai": [3, 5], "tickval": [3, 5], "ticktext": [3, 5], "legend": [3, 4, 7], "yanchor": 3, "top": [3, 7], "xanchor": [3, 7], "right": [3, 7], "normal": [3, 5], "transpos": 3, "scale": 3, "degre": 3, "comput": [3, 5, 7], "statist": [3, 7], "occurr": [3, 5, 7], "becaus": [3, 5, 7], "To": [3, 7], "aim": [3, 7], "contigu": [3, 7], "which": [3, 6, 7], "is_minor": [3, 7], "root_dur": [3, 7], "sort": [3, 7], "stack": [3, 7], "relative_root": [3, 7], "relativeroot_resolv": [3, 7], "resolve_relative_kei": [3, 7], "has_rel": [3, 7], "notna": [3, 4, 7], "islow": [3, 7], "chord_type_frequ": [3, 7], "replace_rar": [3, 7], "map_dict": [3, 7], "500": [3, 5, 7], "type_reduc": [3, 7], "is_speci": [3, 7], "isin": [3, 7], "fr": [3, 7], "root_ord": [3, 7], "color_discrete_map": [3, 4, 5, 6, 7], "differ": [3, 7], "secondari": [3, 7], "width": [3, 4, 5, 6, 7], "1000": [3, 5, 7], "height": [3, 4, 5, 7], "400": [3, 7], "orient": [3, 7], "h": [3, 7], "reduc": [3, 5, 7], "iloc": [3, 4, 5, 6, 7], "itertupl": [3, 4, 7], "none": [3, 4, 5, 7], "paper": [3, 7], "cite": [3, 7], "below": [3, 7], "distinct": [3, 7], "dim_or_aug": [3, 7], "startswith": [3, 7], "complet": [3, 7], "On": [3, 7], "diminish": [3, 7], "augment": [3, 7], "50000000000017": 3, "91369": 3, "25000000001": 3, "0036828582920402663": 3, "mode_slic": [3, 7], "modegroup": [3, 7], "39": 3, "232": 3, "chordsymbolunigram": [3, 7], "once_per_group": [3, 7], "group2panda": [3, 7], "group_of_series2seri": [3, 7], "get": [3, 7], "as_panda": [3, 7], "5198": 3, "v7": [3, 4], "2594": 3, "2151": 3, "1752": 3, "975": 3, "viio43": 3, "b64": 3, "iio6": [3, 4], "3770": 3, "k": [3, 4, 7], "ug": [3, 7], "iter": [3, 7], "to_str": [3, 7], "2007": 3, "35213": 3, "708": 3, "v43": [3, 4], "671": 3, "v2": [3, 4], "648": [3, 4], "v6": [3, 4], "634": 3, "600": [3, 5], "ii6": [3, 4], "v65": [3, 4], "532": 3, "iv6": [3, 4], "464": 3, "i64": 3, "443": 3, "359": 3, "viio6": [3, 4], "343": 3, "281": 3, "231": 3, "1763": 3, "21314": 3, "2707": 3, "1419": 3, "1192": 3, "914": 3, "476": 3, "466": 3, "304": [3, 4, 5], "297": 3, "234": 3, "230": [3, 4], "v64": 3, "ugs_dict": [3, 7], "lower": [3, 5, 6, 7], "ugs_df": [3, 7], "_": [3, 4, 5, 7], "to_markdown": 3, "major_chord": 3, "major_": 3, "minor_chord": 3, "minor_": 3, "37": [3, 6], "ii65": 3, "iv7": 3, "viio": [3, 4], "vi6": [3, 4], "bii6": 3, "vi7": 3, "viio2": [3, 4], "iv64": 3, "34": [3, 4], "ger6": 3, "iii6": 3, "ivm7": 3, "corpus_wise_unigram": 3, "pipelin": 3, "corpusgroup": [3, 4], "2208": 3, "1178": 3, "1122": 3, "1027": 3, "ii64": 3, "6711": 3, "839": 3, "15130": 3, "5257": 3, "954": 3, "251": 3, "335": 3, "1067": 3, "659": 3, "4882": 3, "566": 3, "3455": 3, "250": 3, "108": 3, "606": 3, "2639": 3, "137": 3, "714": 3, "1734": 3, "498": 3, "6379": 3, "857": 3, "584": 3, "389": 3, "350": 3, "260": 3, "388": [3, 4, 5], "3700": 3, "511": [3, 6], "678": 3, "459": 3, "101": 3, "506": 3, "3259": 3, "380": 3, "211": 3, "322": 3, "1581": 3, "3803": 3, "197": 3, "1258": 3, "types_shared_between_corpora": 3, "intersect": 3, "revers": [3, 4], "n_type": 3, "occur": 3, "descend": 3, "frequenc": 3, "ncount": 3, "ii2": 3, "piece_wise_unigram": 3, "piecegroup": 3, "vim43": 3, "964": 3, "16025": 3, "types_shared_between_piec": 3, "chordsymbolbigram": 3, "1248": 3, "582": 3, "445": 3, "404": [3, 6], "vo7": 3, "14950": 3, "transit": 3, "8374": 3, "34325": 3, "311": 3, "292": 3, "248": 3, "165": [3, 6], "6576": 3, "20721": 3, "575": 3, "425": 3, "148": [3, 6], "corpus_wise_bigram": 3, "19095": 3, "3481": 3, "14884": 3, "1393": 3, "5136": 3, "96": [3, 5], "327": 3, "biii6": 3, "347": [3, 6], "1013": [3, 6], "1735": 3, "4755": 3, "1471": 3, "3323": 3, "1430": 3, "2592": [3, 6], "256": 3, "676": 3, "1619": 3, "1785": 3, "6227": 3, "1129": 3, "3625": 3, "477": 3, "675": 3, "i43": 3, "427": 3, "1218": 3, "3178": 3, "812": 3, "1515": 3, "2252": 3, "3725": 3, "175": [3, 6], "1174": 3, "normalized_corpus_unigram": 3, "transitions_from_shared_typ": 3, "bg": 3, "transitions_normalized_per_from": 3, "most_frequent_transition_per_from": 3, "nth": [3, 4, 5], "most_frequent_transition_per_shar": 3, "unigram_frequency_of_shar": 3, "combin": 3, "vi64": 3, "iii64": 3, "vi2": 3, "ii43": 3, "b9": [3, 4], "iio": 3, "iv65": 3, "piece_wise_bigram": 3, "190": 3, "close": 3, "left": [3, 4], "cannot": 3, "miss": [3, 4], "process": 3, "27217": 3, "tsv": [4, 5], "last_mc": [4, 5], "last_mc_unfold": [4, 5], "guitar_chord_count": [4, 5], "form_label_count": [4, 5], "annotated_kei": [4, 5], "harmony_vers": [4, 5], "608": [4, 5], "1216": [4, 5], "1476": [4, 5], "00": [4, 5, 6], "1679": [4, 5], "985": [4, 5], "lar": [4, 5], "amp": [4, 5], "ya": [4, 5], "chuan": [4, 5], "john": [4, 5], "heilig": [4, 5], "711": [4, 5], "810": [4, 5], "b": [4, 5, 7], "wendelin": [4, 5], "bitzan": [4, 5], "adrian": [4, 5], "nagel": [4, 5], "jh": [4, 5], "dk": [4, 5], "356": [4, 5], "1533": [4, 5], "1721": [4, 5], "870": [4, 5], "amelia": [4, 5], "brei": [4, 5], "ab": [4, 5], "658": [4, 5], "957": [4, 5], "daniel": [4, 5], "grote": [4, 5], "hann\u00e9": [4, 5], "becker": [4, 5], "johann": [4, 5], "hentschel": [4, 5], "268": [4, 5], "eb": [4, 5], "1902": [4, 5], "2879": [4, 5], "1069": [4, 5], "603": [4, 5], "g": [4, 5], "tal": [4, 5], "soker": [4, 5], "jhei": [4, 5], "1058": [4, 5], "1537": [4, 5], "829": [4, 5], "all_label": 4, "hand": 4, "57455": [4, 6], "localkei": 4, "hascad": 4, "hascadenceannotationsfilt": 4, "indic": 4, "found": 4, "befor": 4, "remov": 4, "those": 4, "258": 4, "grouped_by_corpu": 4, "ix": 4, "56656": 4, "interv": [4, 6], "dataset_metadata": 4, "hascadence_metadata": 4, "pdf": 4, "integr": 4, "comment": 4, "staff_3_ambitu": 4, "staff_3_instru": 4, "staff_4_ambitu": 4, "staff_4_instru": 4, "366": 4, "558": 4, "565": 4, "790": 4, "392": [4, 6], "390": 4, "1560": 4, "2326": 4, "342": [4, 6], "679": 4, "672": 4, "664": 4, "1336": 4, "115": 4, "1695": 4, "int": [4, 5, 6], "year": 4, "perfect": 4, "authent": 4, "iac": 4, "imperfect": 4, "half": 4, "decept": 4, "ec": 4, "evad": 4, "pc": 4, "plagal": 4, "3024": 4, "1311": 4, "433532": 4, "922": 4, "304894": 4, "214286": 4, "020172": 4, "016865": 4, "010251": 4, "cadence_count_per_dataset": 4, "cadence_fraction_per_dataset": 4, "facet_col_wrap": [4, 5], "2000": 4, "for_each_annot": [4, 5], "split": [4, 5], "segment": 4, "phrase_gpb": 4, "phrases_with_cad": 4, "nuniqu": 4, "n_cadenc": 4, "e": [4, 5], "isnul": [4, 7], "2839": 4, "796130": 4, "661": 4, "185362": 4, "018228": 4, "000280": 4, "n_cad": 4, "800": 4, "363636": 4, "136364": 4, "090909": 4, "075758": 4, "060606": 4, "045455": 4, "030303": 4, "015152": 4, "df_row": 4, "y_posit": 4, "df": [4, 7], "descript": 4, "append": [4, 7], "start_po": 4, "cadence_x": 4, "cadence_typ": 4, "phrase_ix": 4, "marker": [4, 5, 6], "scatter": 4, "hover_nam": 4, "3000": [4, 7], "marker_s": 4, "autorang": 4, "cadence_selector": 4, "missing_chord_selector": 4, "cadence_with_missing_chord_selector": 4, "expand_dcml": 4, "expand_label": 4, "propag": 4, "skip_check": 4, "def": [4, 5, 7], "highlight": 4, "ffffb3": 4, "return": [4, 5, 7], "background": 4, "cadence_count": 4, "ultima_root": 4, "minor": [4, 5], "facet_row": 4, "1500": [4, 7], "textposit": 4, "insid": 4, "textinfo": 4, "percent": 4, "ultima_bass": 4, "fifth": [4, 7], "remove_immediate_dupl": 4, "get_progress": 4, "last_row": 4, "as_seri": 4, "remove_dupl": 4, "nonloc": 4, "variabl": 4, "isinst": 4, "continu": 4, "fillna": [4, 7], "method": 4, "bfill": 4, "lead": 4, "cadence_group": 4, "shift": [4, 7], "cumsum": 4, "last_r": 4, "typ": 4, "feat": 4, "chord_progress": 4, "1293": 4, "009281": 4, "008507": 4, "vm7": 4, "006187": 4, "004640": 4, "vo6": 4, "viio64": 4, "000773": 4, "996": [4, 6], "numeral_progress": 4, "011601": 4, "010054": 4, "006961": 4, "924": 4, "numeral_prog_no_dup": 4, "033256": 4, "014695": 4, "012374": 4, "805": 4, "w": 4, "regardless": 4, "actual": 4, "bass_progress": 4, "bass_prog": 4, "1191": 4, "016793": 4, "010076": 4, "006717": 4, "005038": 4, "000840": 4, "846": 4, "bass_prog_no_dup": 4, "028547": 4, "024349": 4, "013434": 4, "011755": 4, "768": 4, "make_sankei": 4, "node_po": 4, "margin": [4, 7], "pad": 4, "auto": 4, "kwarg": 4, "unique_label": 4, "color_step": 4, "unique_color": 4, "hsv": 4, "enumer": 4, "figur": [4, 7], "sankei": 4, "arrang": 4, "snap": 4, "node": 4, "thick": 4, "line": [4, 5, 7], "black": [4, 5], "rang": [4, 5, 6], "target": 4, "progressions2graph_data": 4, "cut_at_stag": 4, "stage_nod": 4, "edge_weight": 4, "node_count": 4, "previous_nod": 4, "break": [4, 6, 7], "current_nod": 4, "graph_data2sankei": 4, "node2label": 4, "plot_progress": 4, "pac_major": 4, "remove_sd_accident": 4, "bass_prog_no_acc_no_dup": 4, "880": 4, "annotated_onli": [5, 6], "getenv": [5, 6, 7], "one": [5, 6], "chronolog": 5, "all_not": [5, 6], "get_all_pars": 5, "forc": 5, "488892": 5, "weight_not": 5, "nl": 5, "group_col": 5, "precis": 5, "summed_dur": 5, "shortest_dur": 5, "min": [5, 6], "shortest": 5, "result": 5, "simpl": 5, "trick": 5, "also": 5, "rational": 5, "smallest": [5, 7], "slightli": 5, "larger": 5, "wa": 5, "exactli": 5, "would": 5, "down": 5, "repeat_notes_according_to_weight": 5, "9999999": 5, "weight": 5, "counts_reflecting_weight": 5, "extend": 5, "grouped_not": 5, "weighted_midi": 5, "13639": 5, "13640": 5, "13641": 5, "13642": 5, "13643": 5, "623526": 5, "yaxi": 5, "c0": 5, "c1": 5, "c2": 5, "c3": 5, "c7": 5, "box": 5, "distribut": [5, 6], "spanmod": 5, "hard": 5, "beyond": 5, "outlier": 5, "showlegend": 5, "weighted_tpc": 5, "27284": 5, "27285": 5, "27286": 5, "27287": 5, "27288": 5, "428617": 5, "dbb": 5, "bbb": 5, "gb": 5, "zerolinecolor": 5, "zerolin": 5, "x_valu": 5, "max": [5, 6], "x_name": 5, "fifths2nam": 5, "grei": 5, "tick": 5, "outsid": 5, "tickcolor": 5, "showgrid": 5, "scatter_data": 5, "facet_col_spac": 5, "visibl": 5, "match": 5, "showticklabel": 5, "no_accident": 5, "with_accident": 5, "entir": 5, "without": 5, "accident": 5, "199470": 5, "75073438467": 5, "323946": 5, "72040343913": 5, "6157517214126025": 5, "259435": 5, "530659": 5, "226076": 5, "462425": 5, "2397": 5, "004903": 5, "984": 5, "002013": 5, "give": 6, "gener": 6, "all_measur": 6, "reli": 6, "valid_composed_start": 6, "error": 6, "coerc": 6, "valid_composed_end": 6, "idxmin": 6, "idxmax": 6, "1793": 6, "1925": 6, "summari": 6, "act_dur": 6, "hist_data": 6, "decad": 6, "corpus_metadata": 6, "n_piec": 6, "absolute_numb": 6, "absolut": 6, "from_dict": 6, "sum_row": 6, "div": 6, "complete_summari": 6, "15275": 6, "45980": 6, "219226": 6, "21962": 6, "2519": 6, "5089": 6, "14605": 6, "57201": 6, "9127": 6, "1040": 6, "421": 6, "1616": 6, "8210": 6, "2052": 6, "674": 6, "1852": 6, "10649": 6, "1539": 6, "887": 6, "5414": 6, "16485": 6, "65774": 6, "8231": 6, "2625": 6, "9709": 6, "59534": 6, "5068": 6, "138": 6, "3133": 6, "2464": 6, "6598": 6, "42929": 6, "6508": 6, "129": 6, "2259": 6, "934": 6, "5223": 6, "948": 6, "401": 6, "1250": 6, "3919": 6, "18751": 6, "3059": 6, "326": 6, "1562": 6, "33604": 6, "101700": 6, "487497": 6, "33600": 6, "mc_offset": 6, "numbering_offset": 6, "dont_count": 6, "barlin": 6, "next": 6, "jump_bwd": 6, "jump_fwd": 6, "play_until": 6, "firstmeasur": 6, "11344": 6, "6990": 6, "5726": 6, "4033": 6, "1503": 6, "382": 6, "283": 6, "symbol": 6, "semant": 6, "set_opt": 7, "max_row": 7, "max_column": 7, "hentsch": 7, "tmp": 7, "all_subcorpora": 7, "nosuchpatherror": 7, "traceback": 7, "recent": 7, "cell": 7, "lib": 7, "python3": 7, "site": 7, "packag": 7, "base": 7, "py": 7, "__init__": 7, "self": 7, "odbt": 7, "search_parent_directori": 7, "expand_var": 7, "epath": 7, "exist": 7, "rais": 7, "walk": 7, "find": 7, "dir": 7, "curpath": 7, "chords_by_localkei": 7, "droplevel": 7, "sd_progress": 7, "chords_by_localkey_minor": 7, "chords_by_localkey_major": 7, "make_sunburst": 7, "in_scal": 7, "sd_prog": 7, "parent": 7, "sunburst": 7, "branchvalu": 7, "sd2prog": 7, "scad": 7, "prog_count": 7, "prog": 7, "cnt": 7, "most_common": 7, "ev": 7, "cain": 7, "seth": 7, "eno": 7, "noam": 7, "abel": 7, "awan": 7, "enoch": 7, "azura": 7, "tip": 7, "sex": 7, "dai": 7, "total_bil": 7, "localkey_major_no_repeat": 7, "segment_by_adjacency_group": 7, "safe_interv": 7, "prepare_sunburst_data": 7, "chord_data": 7, "following_figbass": 7, "column2nam": 7, "bass": 7, "subsequ": 7, "rectangular_sunburst": 7, "readm": 8}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"analys": 0, "content": [0, 2], "readm": 1, "an": [1, 8], "annot": [1, 3, 4, 7, 8], "corpu": [1, 3, 6, 8], "tonal": [1, 5, 8], "piano": [1, 8], "music": [1, 8], "from": [1, 2, 4, 8], "long": [1, 8], "19th": [1, 8], "centuri": [1, 8], "version": [1, 2, 8], "histori": [1, 2, 8], "get": [1, 2, 8], "data": [1, 2, 8], "With": [1, 2, 8], "full": [1, 2, 8], "without": [1, 2, 4, 8], "format": [1, 2, 8], "open": [1, 2, 8], "score": [1, 2, 8], "tsv": [1, 2, 8], "file": [1, 2, 8], "spreadsheet": [1, 2, 8], "load": [1, 2, 8], "python": [1, 2, 8], "how": [1, 2, 8], "read": [1, 2, 8], "metadata": [1, 2, 4, 5, 8], "inform": [1, 2, 8], "composit": [1, 2, 6, 8], "identifi": [1, 2, 8], "gener": [1, 2, 8], "all": [1, 2, 3, 4, 8], "question": [1, 2, 8], "suggest": [1, 2, 8], "correct": [1, 2, 8], "bug": [1, 2, 8], "report": [1, 2, 8], "licens": [1, 2, 8], "overview": [1, 6, 8], "beethoven_piano_sonata": [1, 8], "chopin_mazurka": [1, 8], "debussy_suite_bergamasqu": [1, 8], "dvorak_silhouett": [1, 8], "grieg_lyric_piec": [1, 8], "liszt_pelerinag": [1, 8], "medtner_tal": [1, 8], "schumann_kinderszenen": [1, 8], "tchaikovsky_season": [1, 8], "further": 1, "us": 2, "dcml": [3, 7], "harmoni": [3, 6, 7], "label": [3, 4, 6, 7], "phrase": [3, 4], "presenc": 3, "symbol": 3, "per": [3, 4, 6], "dataset": [3, 4, 7], "legaci": 3, "end": [3, 4], "A": 3, "tabl": 3, "extent": 3, "chord": [3, 4], "sequenc": 3, "local": [3, 7], "kei": [3, 7], "number": [3, 4], "uniqu": 3, "The": 3, "most": 3, "frequent": 3, "non": 3, "modul": 3, "within": [3, 4], "one": [3, 4], "area": [3, 7], "durat": [3, 7], "distribut": [3, 7], "piec": [3, 4, 7], "major": [3, 4, 7], "minor": [3, 7], "interv": [3, 7], "between": [3, 7], "localkei": [3, 7], "tonic": [3, 7], "global": [3, 7], "ratio": [3, 7], "segment": [3, 7], "aggreg": [3, 7], "overal": [3, 4, 7], "By": [3, 7], "tone": 3, "profil": 3, "unigram": [3, 7], "whole": [3, 7], "bigram": 3, "cadenc": 4, "select": 4, "filter": 4, "out": 4, "show": 4, "corpora": 4, "contain": 4, "combin": 4, "type": 4, "more": 4, "than": 4, "posit": 4, "ultima": 4, "roman": 4, "numer": 4, "bass": 4, "note": [4, 5], "scale": [4, 7], "degre": [4, 7], "progress": 4, "pac": 4, "i": 4, "1": 4, "chordal": 4, "root": 4, "3": 4, "last": 4, "stage": 4, "complet": 4, "four": 4, "6": 4, "accident": 4, "hc": 4, "v": 4, "ambitu": 5, "pitch": 5, "class": 5, "tpc": 5, "As": 5, "violin": 5, "plot": 5, "bar": 5, "scatter": 5, "stave": 5, "date": 6, "mean": 6, "year": 6, "histogram": 6, "dimens": 6, "measur": 6}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"Analyses": [[0, "analyses"]], "Contents:": [[0, null]], "README": [[1, "readme"]], "An Annotated Corpus of Tonal Piano Music from the Long 19th Century": [[1, "an-annotated-corpus-of-tonal-piano-music-from-the-long-19th-century"], [8, "an-annotated-corpus-of-tonal-piano-music-from-the-long-19th-century"]], "Version history": [[1, "version-history"], [8, "version-history"]], "Getting the data": [[1, "getting-the-data"], [2, "getting-the-data"], [8, "getting-the-data"]], "With full version history": [[1, "with-full-version-history"], [2, "with-full-version-history"], [8, "with-full-version-history"]], "Without full version history": [[1, "without-full-version-history"], [2, "without-full-version-history"], [8, "without-full-version-history"]], "Data Formats": [[1, "data-formats"], [2, "data-formats"], [8, "data-formats"]], "Opening Scores": [[1, "opening-scores"], [2, "opening-scores"], [8, "opening-scores"]], "Opening TSV files in a spreadsheet": [[1, "opening-tsv-files-in-a-spreadsheet"], [2, "opening-tsv-files-in-a-spreadsheet"], [8, "opening-tsv-files-in-a-spreadsheet"]], "Loading TSV files in Python": [[1, "loading-tsv-files-in-python"], [2, "loading-tsv-files-in-python"], [8, "loading-tsv-files-in-python"]], "How to read metadata.tsv": [[1, "how-to-read-metadata-tsv"], [2, "how-to-read-metadata-tsv"], [8, "how-to-read-metadata-tsv"]], "File information": [[1, "file-information"], [2, "file-information"], [8, "file-information"]], "Composition information": [[1, "composition-information"], [2, "composition-information"], [8, "composition-information"]], "Score information": [[1, "score-information"], [2, "score-information"], [8, "score-information"]], "Identifiers": [[1, "identifiers"], [2, "identifiers"], [8, "identifiers"]], "Generating all TSV files from the scores": [[1, "generating-all-tsv-files-from-the-scores"], [2, "generating-all-tsv-files-from-the-scores"], [8, "generating-all-tsv-files-from-the-scores"]], "Questions, Suggestions, Corrections, Bug Reports": [[1, "questions-suggestions-corrections-bug-reports"], [2, "questions-suggestions-corrections-bug-reports"], [8, "questions-suggestions-corrections-bug-reports"]], "License": [[1, "license"], [2, "license"], [8, "license"]], "Overview": [[1, "overview"], [6, "overview"], [6, "id1"], [8, "overview"]], "beethoven_piano_sonatas": [[1, "beethoven-piano-sonatas"], [8, "beethoven-piano-sonatas"]], "chopin_mazurkas": [[1, "chopin-mazurkas"], [8, "chopin-mazurkas"]], "debussy_suite_bergamasque": [[1, "debussy-suite-bergamasque"], [8, "debussy-suite-bergamasque"]], "dvorak_silhouettes": [[1, "dvorak-silhouettes"], [8, "dvorak-silhouettes"]], "grieg_lyric_pieces": [[1, "grieg-lyric-pieces"], [8, "grieg-lyric-pieces"]], "liszt_pelerinage": [[1, "liszt-pelerinage"], [8, "liszt-pelerinage"]], "medtner_tales": [[1, "medtner-tales"], [8, "medtner-tales"]], "schumann_kinderszenen": [[1, "schumann-kinderszenen"], [8, "schumann-kinderszenen"]], "tchaikovsky_seasons": [[1, "tchaikovsky-seasons"], [8, "tchaikovsky-seasons"]], "Further information:": [[1, null]], "How to use": [[2, "how-to-use"]], "Contents": [[2, "contents"]], "Annotations": [[3, "annotations"], [7, "annotations"]], "DCML harmony labels": [[3, "dcml-harmony-labels"], [7, "dcml-harmony-labels"]], "Phrases": [[3, "phrases"]], "Presence of phrase annotation symbols per dataset:": [[3, "presence-of-phrase-annotation-symbols-per-dataset"]], "Presence of legacy phrase endings": [[3, "presence-of-legacy-phrase-endings"]], "A table with the extents of all annotated phrases": [[3, "a-table-with-the-extents-of-all-annotated-phrases"]], "A table with the chord sequences of all annotated phrases": [[3, "a-table-with-the-chord-sequences-of-all-annotated-phrases"]], "Local keys per phrase": [[3, "local-keys-per-phrase"]], "Number of unique local keys per phrase": [[3, "number-of-unique-local-keys-per-phrase"]], "The most frequent keys for non-modulating phrases": [[3, "the-most-frequent-keys-for-non-modulating-phrases"]], "Most frequent modulations within one phrase": [[3, "most-frequent-modulations-within-one-phrase"]], "Key areas": [[3, "key-areas"], [7, "key-areas"]], "Durational distribution of local keys": [[3, "durational-distribution-of-local-keys"], [7, "durational-distribution-of-local-keys"]], "Distribution of local keys for piece in major and in minor": [[3, "distribution-of-local-keys-for-piece-in-major-and-in-minor"], [7, "distribution-of-local-keys-for-piece-in-major-and-in-minor"]], "Distribution of intervals between localkey tonic and global tonic": [[3, "distribution-of-intervals-between-localkey-tonic-and-global-tonic"], [7, "distribution-of-intervals-between-localkey-tonic-and-global-tonic"]], "Ratio between major and minor key segments by aggregated durations": [[3, "ratio-between-major-and-minor-key-segments-by-aggregated-durations"], [7, "ratio-between-major-and-minor-key-segments-by-aggregated-durations"]], "Overall": [[3, "overall"], [4, "overall"], [7, "overall"]], "By dataset": [[3, "by-dataset"], [7, "by-dataset"]], "Tone profiles for all major and minor local keys": [[3, "tone-profiles-for-all-major-and-minor-local-keys"]], "Harmony labels": [[3, "harmony-labels"], [6, "harmony-labels"], [7, "harmony-labels"]], "Unigrams": [[3, "unigrams"], [7, "unigrams"]], "Whole dataset": [[3, "whole-dataset"], [3, "id1"], [7, "whole-dataset"]], "Per corpus": [[3, "per-corpus"], [3, "id2"]], "Per piece": [[3, "per-piece"], [3, "id3"]], "Bigrams": [[3, "bigrams"]], "Cadences": [[4, "cadences"]], "Metadata": [[4, "metadata"], [4, "id2"], [5, "metadata"]], "All annotation labels from the selected pieces": [[4, "all-annotation-labels-from-the-selected-pieces"], [4, "id1"]], "Filtering out pieces without cadence annotations": [[4, "filtering-out-pieces-without-cadence-annotations"]], "Show corpora containing pieces with cadence annotations": [[4, "show-corpora-containing-pieces-with-cadence-annotations"]], "Per dataset": [[4, "per-dataset"]], "Per phrase": [[4, "per-phrase"]], "Number of cadences per phrase": [[4, "number-of-cadences-per-phrase"]], "Combinations of cadence types for phrases with more than one cadence": [[4, "combinations-of-cadence-types-for-phrases-with-more-than-one-cadence"]], "Positioning of cadences within phrases": [[4, "positioning-of-cadences-within-phrases"]], "Cadence ultima": [[4, "cadence-ultima"]], "Ultimae as Roman numeral": [[4, "ultimae-as-roman-numeral"]], "Ultimae bass note as scale degree": [[4, "ultimae-bass-note-as-scale-degree"]], "Chord progressions": [[4, "chord-progressions"]], "PACs with ultima I/i": [[4, "pacs-with-ultima-i-i"]], "PACs ending on scale degree 1": [[4, "pacs-ending-on-scale-degree-1"]], "Chordal roots for the 3 last stages": [[4, "chordal-roots-for-the-3-last-stages"]], "Complete chords for the last four stages in major": [[4, "complete-chords-for-the-last-four-stages-in-major"]], "Bass degrees for the last 6 stages.": [[4, "bass-degrees-for-the-last-6-stages"]], "Bass degrees without accidentals": [[4, "bass-degrees-without-accidentals"]], "HCs ending on V": [[4, "hcs-ending-on-v"]], "Notes": [[5, "notes"]], "Ambitus": [[5, "ambitus"]], "Tonal Pitch Classes (TPC)": [[5, "tonal-pitch-classes-tpc"]], "As violin plot": [[5, "as-violin-plot"]], "As bar plots": [[5, "as-bar-plots"]], "As scatter plots": [[5, "as-scatter-plots"]], "Notes and staves": [[5, "notes-and-staves"]], "Composition dates": [[6, "composition-dates"]], "Mean composition years per corpus": [[6, "mean-composition-years-per-corpus"]], "Composition years histogram": [[6, "composition-years-histogram"]], "Dimensions": [[6, "dimensions"]], "Measures": [[6, "measures"]], "Scale degrees": [[7, "scale-degrees"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["analyses", "index", "introduction", "notebooks/annotations", "notebooks/cadences", "notebooks/notes_stats", "notebooks/overview", "notebooks/scale_degrees", "repo_readme"], "filenames": ["analyses.rst", "index.rst", "introduction.rst", "notebooks/annotations.md", "notebooks/cadences.md", "notebooks/notes_stats.md", "notebooks/overview.md", "notebooks/scale_degrees.md", "repo_readme.md"], "titles": ["Analyses", "An Annotated Corpus of Tonal Piano Music from the Long 19th Century", "How to use", "Annotations", "Cadences", "Notes", "Overview", "Annotations", "An Annotated Corpus of Tonal Piano Music from the Long 19th Century"], "terms": {"The": [0, 1, 2, 5, 8], "follow": [0, 1, 2, 8], "notebook": [0, 3, 4, 5, 6, 7], "contain": [0, 1, 2, 3, 6, 7, 8], "coupl": 0, "standard": [0, 1, 8], "analysi": [0, 3, 4, 6, 7], "have": [0, 1, 2, 5, 8], "been": [0, 1, 2, 8], "render": [0, 1, 2, 8], "displai": [0, 1, 2, 3, 6, 7, 8], "static": 0, "homepag": 0, "overview": 0, "composit": 0, "date": [0, 1, 2, 8], "dimens": 0, "note": [0, 1, 2, 3, 6, 7, 8], "metadata": [0, 3, 6, 7], "ambitu": 0, "tonal": 0, "pitch": 0, "class": 0, "tpc": [0, 3], "annot": [0, 2, 5, 6], "dcml": [0, 1, 8], "harmoni": [0, 1, 2, 4, 8], "label": [0, 1, 2, 5, 8], "phrase": [0, 1, 2, 8], "kei": [0, 1, 2, 4, 5, 6, 8], "area": 0, "bigram": 0, "cadenc": [0, 1, 2, 8], "all": [0, 6, 7], "from": [0, 3, 5, 6, 7], "select": [0, 3, 6, 7], "piec": [0, 1, 2, 6, 8], "overal": 0, "per": 0, "dataset": [0, 1, 2, 5, 6, 8], "ultima": 0, "chord": [0, 1, 2, 6, 7, 8], "progress": [0, 3, 7], "thi": [1, 2, 3, 5, 6, 7, 8], "i": [1, 2, 3, 5, 7, 8], "repositori": [1, 2, 8], "origin": [1, 8], "initi": [1, 8], "serv": [1, 8], "welcom": [1, 8], "page": [1, 2, 8], "both": [1, 8], "github": [1, 2, 8], "repo": [1, 3, 4, 5, 6, 7, 8], "dcmlab": [1, 2, 8], "romantic_piano_corpu": [1, 2, 3, 4, 5, 6, 8], "correspond": [1, 8], "document": [1, 3, 6, 7, 8], "http": [1, 2, 8], "io": [1, 8], "For": [1, 2, 3, 7, 8], "obtain": [1, 8], "us": [1, 3, 4, 8], "pleas": [1, 2, 8], "refer": [1, 8], "ha": [1, 2, 8], "creat": [1, 2, 8], "within": [1, 2, 7, 8], "emploi": [1, 8], "public": [1, 8], "cover": [1, 3, 4, 5, 6, 7, 8], "corpora": [1, 3, 8], "doi": [1, 8], "link": [1, 4, 8], "alwai": [1, 8], "point": [1, 8], "latest": [1, 2, 8], "respect": [1, 8], "ludwig": [1, 8], "van": [1, 8], "beethoven": [1, 2, 8], "sonata": [1, 2, 8], "fr\u00e9d\u00e9ric": [1, 8], "chopin": [1, 8], "mazurka": [1, 8], "claud": [1, 8], "debussi": [1, 8], "suit": [1, 8], "bergamasqu": [1, 8], "anton\u00edn": [1, 8], "dvo\u0159\u00e1k": [1, 8], "silhouett": [1, 8], "franz": [1, 8], "liszt": [1, 8], "ann\u00e9": [1, 8], "de": [1, 8], "p\u00e8lerinag": [1, 8], "nikolai": [1, 8], "medtner": [1, 8], "tale": [1, 8], "robert": [1, 8], "schumann": [1, 8], "kinderszenen": [1, 8], "pyotr": [1, 8], "tchaikovski": [1, 8], "season": [1, 8], "edvard": [1, 8], "grieg": [1, 8], "lyric": [1, 8], "see": [1, 3, 7, 8], "releas": [1, 2, 8], "meta": [1, 8], "includ": [1, 2, 3, 4, 5, 6, 7, 8], "9": [1, 5, 8], "independ": [1, 6, 8], "submodul": [1, 2, 8], "more": [1, 3, 8], "detail": [1, 8], "click": [1, 8], "control": [1, 2, 8], "via": [1, 2, 8], "git": [1, 2, 3, 4, 5, 6, 7, 8], "In": [1, 2, 3, 4, 5, 6, 7, 8], "order": [1, 2, 5, 8], "download": [1, 2, 8], "revis": [1, 2, 8], "thei": [1, 2, 8], "gone": [1, 2, 8], "through": [1, 2, 8], "need": [1, 2, 3, 7, 8], "instal": [1, 2, 8], "your": [1, 2, 8], "machin": [1, 2, 8], "Then": [1, 2, 8], "you": [1, 2, 8], "can": [1, 2, 8], "clone": [1, 2, 8], "command": [1, 2, 8], "recurs": [1, 2, 8], "j8": [1, 2, 8], "com": [1, 2, 8], "If": [1, 2, 8], "ar": [1, 2, 3, 6, 7, 8], "onli": [1, 2, 8], "interest": [1, 2, 8], "current": [1, 2, 4, 8], "unpack": [1, 8], "zip": [1, 2, 3, 4, 5, 6, 7, 8], "individu": [1, 2, 8], "grieg_lyrical_piec": [1, 8], "each": [1, 2, 3, 8], "repres": [1, 2, 8], "four": [1, 2, 8], "ident": [1, 2, 8], "name": [1, 2, 3, 4, 5, 7, 8], "its": [1, 2, 8], "own": [1, 2, 8], "folder": [1, 2, 8], "exampl": [1, 2, 8], "first": [1, 2, 8], "movement": [1, 2, 8], "op": [1, 2, 8], "2": [1, 2, 3, 4, 5, 6, 7, 8], "1": [1, 2, 3, 5, 6, 7, 8], "ms3": [1, 2, 3, 4, 5, 6, 7, 8], "01": [1, 2, 8], "mscx": [1, 2, 8], "uncompress": [1, 2, 8], "musescor": [1, 2, 8], "A": [1, 2, 5, 8], "tabl": [1, 2, 6, 7, 8], "head": [1, 2, 3, 4, 5, 6, 7, 8], "relev": [1, 2, 3, 8], "featur": [1, 2, 4, 6, 8], "them": [1, 2, 3, 6, 7, 8], "onset": [1, 2, 8], "some": [1, 2, 8], "ti": [1, 2, 8], "togeth": [1, 2, 8], "measur": [1, 2, 3, 5, 8], "about": [1, 2, 8], "list": [1, 2, 3, 4, 5, 6, 7, 8], "posit": [1, 2, 3, 8], "after": [1, 2, 3, 4, 7, 8], "navig": [1, 2, 8], "local": [1, 2, 4, 5, 6, 8], "copi": [1, 2, 3, 6, 7, 8], "free": [1, 2, 8], "sourc": [1, 2, 4, 8], "editor": [1, 2, 8], "edit": [1, 2, 8], "test": [1, 2, 8], "3": [1, 2, 3, 5, 6, 7, 8], "6": [1, 2, 3, 5, 6, 7, 8], "4": [1, 2, 3, 4, 5, 6, 7, 8], "sinc": [1, 2, 8], "preliminari": [1, 2, 8], "correctli": [1, 2, 8], "tab": [1, 2, 8], "separ": [1, 2, 8], "valu": [1, 2, 3, 4, 5, 6, 7, 8], "like": [1, 2, 8], "comma": [1, 2, 8], "csv": [1, 2, 8], "most": [1, 2, 4, 5, 6, 7, 8], "modern": [1, 2, 8], "text": [1, 2, 3, 4, 5, 7, 8], "howev": [1, 2, 8], "column": [1, 2, 3, 4, 5, 6, 7, 8], "might": [1, 2, 8], "want": [1, 2, 8], "addon": [1, 2, 8], "favourit": [1, 2, 8], "when": [1, 2, 8], "excel": [1, 2, 8], "annoi": [1, 2, 8], "interpret": [1, 2, 8], "fraction": [1, 2, 3, 5, 6, 7, 8], "circumv": [1, 2, 8], "altern": [1, 2, 8], "libreoffic": [1, 2, 8], "calc": [1, 2, 8], "other": [1, 2, 3, 7, 8], "than": [1, 2, 3, 5, 8], "everi": [1, 2, 8], "program": [1, 2, 8], "languag": [1, 2, 8], "null": [1, 2, 8], "number": [1, 2, 7, 8], "treat": [1, 2, 3, 7, 8], "string": [1, 2, 8], "mai": [1, 2, 8], "code": [1, 2, 8], "ani": [1, 2, 4, 8], "relat": [1, 2, 8], "provid": [1, 2, 8], "re": [1, 2, 8], "do": [1, 2, 5, 8], "quick": [1, 2, 8], "pip": [1, 2, 8], "u": [1, 2, 4, 8], "requir": [1, 2, 8], "10": [1, 2, 3, 4, 5, 6, 7, 8], "ll": [1, 2, 8], "abl": [1, 2, 8], "import": [1, 2, 3, 4, 5, 6, 7, 8], "load_tsv": [1, 2, 8], "section": [1, 2, 6, 8], "explain": [1, 2, 8], "mean": [1, 2, 3, 4, 7, 8], "content": [1, 8], "fname": [1, 2, 4, 8], "extens": [1, 2, 8], "referenc": [1, 2, 8], "rel_path": [1, 2, 8], "rel": [1, 2, 6, 8], "path": [1, 2, 3, 4, 5, 6, 7, 8], "subdirectori": [1, 2, 8], "where": [1, 2, 8], "locat": [1, 2, 8], "last_mn": [1, 2, 6, 8], "last": [1, 2, 3, 5, 6, 7, 8], "last_mn_unfold": [1, 2, 8], "plai": [1, 2, 8], "repeat": [1, 2, 8], "length_qb": [1, 2, 6, 8], "length": [1, 2, 3, 4, 6, 7, 8], "quarter": [1, 2, 3, 5, 7, 8], "length_qb_unfold": [1, 2, 8], "volta_mc": [1, 2, 8], "count": [1, 2, 3, 4, 5, 6, 8], "second": [1, 2, 8], "end": [1, 2, 8], "all_notes_qb": [1, 2, 8], "sum": [1, 2, 3, 4, 5, 6, 7, 8], "up": [1, 2, 4, 7, 8], "durat": [1, 2, 5, 8], "n_onset": [1, 2, 8], "n_onset_posit": [1, 2, 8], "uniqu": [1, 2, 4, 6, 7, 8], "slice": [1, 2, 3, 7, 8], "compos": [1, 2, 8], "worktitl": [1, 2, 8], "work": [1, 2, 3, 4, 5, 6, 8], "titl": [1, 2, 4, 7, 8], "composed_start": [1, 2, 6, 8], "earliest": [1, 2, 8], "composed_end": [1, 2, 4, 6, 8], "worknumb": [1, 2, 8], "catalogu": [1, 2, 8], "": [1, 2, 3, 6, 7, 8], "movementnumb": [1, 2, 8], "movementtitl": [1, 2, 8], "label_count": [1, 2, 6, 7, 8], "keysig": [1, 2, 8], "signatur": [1, 2, 3, 6, 8], "neg": [1, 2, 8], "flat": [1, 2, 5, 8], "sharp": [1, 2, 8], "timesig": [1, 2, 3, 6, 8], "time": [1, 2, 3, 5, 6, 7, 8], "url": [1, 2, 8], "typesett": [1, 2, 8], "creator": [1, 2, 8], "review": [1, 2, 8], "These": [1, 2, 8], "map": [1, 2, 3, 4, 5, 6, 7, 8], "between": [1, 2, 5, 8], "multipl": [1, 2, 8], "wikidata": [1, 2, 8], "item": [1, 2, 3, 4, 5, 6, 7, 8], "viaf": [1, 2, 8], "virtual": [1, 2, 8], "intern": [1, 2, 8], "author": [1, 2, 8], "entri": [1, 2, 8], "musicbrainz": [1, 2, 8], "imslp": [1, 2, 8], "wiki": [1, 2, 8], "librari": [1, 2, 8], "project": [1, 2, 8], "made": [1, 2, 8], "chang": [1, 2, 3, 6, 7, 8], "updat": [1, 2, 4, 5, 7, 8], "accordingli": [1, 2, 8], "extract": [1, 2, 8], "m": [1, 2, 8], "n": [1, 2, 3, 7, 8], "x": [1, 2, 3, 4, 5, 6, 7, 8], "d": [1, 2, 3, 5, 7, 8], "expand": [1, 2, 3, 4, 5, 6, 7, 8], "addit": [1, 2, 8], "out": [1, 2, 3, 8], "color": [1, 2, 3, 4, 5, 6, 7, 8], "red": [1, 2, 8], "By": [1, 2, 8], "ad": [1, 2, 7, 8], "flag": [1, 2, 8], "c": [1, 2, 5, 8], "addition": [1, 2, 8], "compar": [1, 2, 8], "potenti": [1, 2, 8], "modifi": [1, 2, 8], "ones": [1, 2, 3, 7, 8], "present": [1, 2, 8], "reflect": [1, 2, 8], "comparison": [1, 2, 8], "remark": [1, 2, 8], "etc": [1, 2, 8], "issu": [1, 2, 8], "feel": [1, 2, 8], "fork": [1, 2, 8], "submit": [1, 2, 8], "pull": [1, 2, 8], "request": [1, 2, 8], "creativ": [1, 2, 8], "common": [1, 2, 8], "attribut": [1, 2, 8], "noncommerci": [1, 2, 8], "sharealik": [1, 2, 8], "0": [1, 2, 3, 4, 5, 6, 7, 8], "cc": [1, 2, 8], "BY": [1, 2, 8], "nc": [1, 2, 8], "sa": [1, 2, 8], "file_nam": [1, 8], "152": [1, 8], "241": [1, 8], "61": [1, 8], "200": [1, 8], "73": [1, 8], "132": [1, 8], "196": [1, 8], "355": [1, 8], "02": [1, 8], "336": [1, 8], "479": [1, 8], "80": [1, 8], "244": [1, 8], "68": [1, 8], "124": [1, 3, 4, 5, 6, 8], "187": [1, 8], "339": [1, 8], "03": [1, 5, 8], "257": [1, 8], "487": [1, 8], "82": [1, 8], "233": [1, 8], "127": [1, 3, 4, 5, 6, 8], "198": [1, 8], "312": [1, 8], "793": [1, 8], "04": [1, 8], "362": [1, 8], "90": [1, 8], "150": [1, 8], "186": [1, 8], "05": [1, 8], "284": [1, 8], "310": [1, 8], "112": [1, 8], "252": [1, 8], "122": [1, 3, 4, 5, 6, 8], "313": [1, 8], "06": [1, 8], "202": [1, 8], "338": [1, 8], "170": [1, 8], "236": [1, 7, 8], "308": [1, 8], "07": [1, 8], "344": [1, 8], "527": [1, 8], "87": [1, 8], "218": [1, 8], "86": [1, 8], "92": [1, 8], "113": [1, 8], "266": [1, 8], "08": [1, 8], "503": [1, 8], "143": [1, 8], "210": [1, 8], "365": [1, 8], "09": [1, 8], "161": [1, 8], "351": [1, 8], "178": [1, 8], "235": [1, 7, 8], "131": [1, 8], "262": [1, 8], "330": [1, 8], "254": [1, 8], "318": [1, 8], "11": [1, 8], "199": [1, 8], "77": [1, 8], "46": [1, 8], "12": [1, 5, 7, 8], "219": [1, 8], "95": [1, 8], "75": [1, 8], "13": [1, 4, 8], "88": [1, 8], "147": [1, 8], "26": [1, 8], "285": [1, 8], "14": [1, 7, 8], "69": [1, 8], "60": [1, 5, 8], "201": [1, 8], "15": [1, 5, 8], "462": [1, 8], "103": [1, 8], "94": [1, 8], "16": [1, 8], "325": [1, 8], "303": [1, 8], "119": [1, 8], "275": [1, 8], "703": [1, 8], "17": [1, 8], "228": [1, 8], "352": [1, 8], "223": [1, 8], "399": [1, 8], "460": [1, 8], "18": [1, 5, 8], "253": [1, 8], "269": [1, 8], "169": [1, 8], "273": [1, 8], "333": [1, 8], "410": [1, 8], "19": [1, 8], "110": [1, 8], "193": [1, 8], "164": [1, 8], "384": [1, 8], "20": [1, 3, 4, 5, 7, 8], "286": [1, 8], "120": [1, 8], "21": [1, 8], "302": [1, 8], "616": [1, 8], "28": [1, 8], "543": [1, 8], "739": [1, 8], "23": [1, 8], "434": [1, 8], "97": [1, 8], "220": [1, 8], "361": [1, 8], "395": [1, 8], "24": [1, 5, 8], "105": [1, 8], "183": [1, 8], "317": [1, 8], "255": [1, 8], "537": [1, 8], "42": [1, 8], "30": [1, 8], "99": [1, 3, 8], "177": [1, 8], "320": [1, 8], "203": [1, 8], "656": [1, 8], "31": [1, 8], "116": [1, 8], "158": [1, 8], "212": [1, 8], "644": [1, 8], "32": [1, 8], "157": [1, 8], "576": [1, 8], "869": [1, 8], "bi105": [1, 8], "2op30": [1, 8], "64": [1, 8], "3op30": [1, 8], "159": [1, 8], "4op30": [1, 8], "139": [1, 8], "bi115": [1, 8], "1op33": [1, 8], "48": [1, 5, 8], "2op33": [1, 8], "135": [1, 8], "3op33": [1, 8], "4op33": [1, 8], "224": [1, 8], "374": [1, 8], "bi122op41": [1, 8], "bi126": [1, 8], "1op41": [1, 8], "74": [1, 8], "151": [1, 8], "3op41": [1, 8], "4op41": [1, 8], "78": [1, 8], "bi134": [1, 8], "bi140": [1, 8], "247": [1, 8], "213": [1, 8], "bi145": [1, 8], "1op50": [1, 8], "104": [1, 8], "216": [1, 8], "2op50": [1, 8], "3op50": [1, 8], "192": [1, 8], "309": [1, 8], "bi153": [1, 8], "1op56": [1, 8], "204": [1, 8], "444": [1, 8], "2op56": [1, 8], "84": [1, 5, 8], "156": [1, 8], "3op56": [1, 8], "481": [1, 8], "bi157": [1, 8], "1op59": [1, 8], "130": [1, 8], "2op59": [1, 8], "111": [1, 8], "209": [1, 8], "3op59": [1, 8], "154": [1, 8], "358": [1, 8], "bi16": [1, 8], "50": [1, 3, 7, 8], "47": [1, 8], "bi162": [1, 8], "1op63": [1, 8], "102": [1, 8], "2op63": [1, 8], "56": [1, 8], "3op63": [1, 8], "76": [1, 8], "123": [1, 3, 4, 5, 6, 8], "bi163op67": [1, 8], "118": [1, 8], "bi167op67": [1, 8], "bi168op68": [1, 8], "40": [1, 8], "bi18op68": [1, 8], "bi34op68": [1, 8], "109": [1, 8], "bi38op68": [1, 8], "72": [1, 5, 8], "bi60": [1, 8], "1op06": [1, 8], "2op06": [1, 8], "3op06": [1, 8], "145": [1, 8], "4op06": [1, 8], "67": [1, 8], "bi61": [1, 8], "1op07": [1, 8], "2op07": [1, 8], "114": [1, 8], "3op07": [1, 8], "205": [1, 8], "4op07": [1, 8], "44": [1, 8], "5op07": [1, 8], "5": [1, 3, 4, 5, 6, 7, 8], "38": [1, 8], "bi71": [1, 8], "bi73": [1, 8], "bi77": [1, 8], "1op17": [1, 8], "2op17": [1, 8], "171": [1, 8], "3op17": [1, 8], "81": [1, 8], "214": [1, 8], "4op17": [1, 8], "226": [1, 8], "bi85": [1, 8], "57": [1, 8], "91": [1, 8], "bi89": [1, 8], "1op24": [1, 8], "2op24": [1, 8], "3op24": [1, 8], "43": [1, 8], "65": [1, 8], "4op24": [1, 8], "146": [1, 8], "294": [1, 8], "bi93": [1, 8], "1op67": [1, 8], "2op67": [1, 8], "l075": [1, 8], "01_suite_prelud": [1, 8], "89": [1, 8], "274": [1, 8], "02_suite_menuet": [1, 8], "305": [1, 8], "03_suite_clair": [1, 8], "04_suite_passepi": [1, 8], "op08n01": [1, 8], "52": [1, 8], "op08n02": [1, 8], "op08n03": [1, 8], "238": [1, 7, 8], "op08n04": [1, 8], "59": [1, 8], "136": [1, 8], "op08n05": [1, 8], "op08n06": [1, 8], "op08n07": [1, 8], "167": [1, 8], "op08n08": [1, 8], "100": [1, 3, 4, 7, 8], "op08n09": [1, 8], "op08n10": [1, 8], "58": [1, 8], "op08n11": [1, 8], "op08n12": [1, 8], "op12n01": [1, 8], "op12n02": [1, 8], "79": [1, 8], "125": [1, 3, 4, 5, 6, 8], "op12n03": [1, 8], "op12n04": [1, 8], "op12n05": [1, 8], "op12n06": [1, 8], "126": [1, 3, 4, 5, 6, 8], "op12n07": [1, 8], "op12n08": [1, 8], "op38n01": [1, 8], "141": [1, 8], "op38n02": [1, 8], "41": [1, 8], "op38n03": [1, 8], "op38n04": [1, 8], "36": [1, 5, 8], "66": [1, 8], "op38n05": [1, 8], "70": [1, 8], "op38n06": [1, 8], "op38n07": [1, 8], "53": [1, 8], "55": [1, 8], "op38n08": [1, 8], "op43n01": [1, 8], "op43n02": [1, 8], "98": [1, 8], "op43n03": [1, 8], "35": [1, 8], "op43n04": [1, 8], "op43n05": [1, 8], "op43n06": [1, 8], "op47n01": [1, 8], "184": [1, 8], "op47n02": [1, 8], "op47n03": [1, 8], "106": [1, 8], "93": [1, 8], "op47n04": [1, 8], "op47n05": [1, 8], "op47n06": [1, 8], "83": [1, 8], "op47n07": [1, 8], "134": [1, 8], "op54n01": [1, 8], "op54n02": [1, 8], "op54n03": [1, 8], "194": [1, 8], "267": [1, 8], "op54n04": [1, 8], "63": [1, 8], "op54n05": [1, 8], "op54n06": [1, 8], "op57n01": [1, 8], "op57n02": [1, 8], "op57n03": [1, 8], "op57n04": [1, 8], "op57n05": [1, 8], "op57n06": [1, 8], "op62n01": [1, 8], "op62n02": [1, 8], "163": [1, 8], "op62n03": [1, 8], "op62n04": [1, 8], "op62n05": [1, 8], "62": [1, 8], "45": [1, 8], "op62n06": [1, 8], "173": [1, 8], "op65n01": [1, 8], "op65n02": [1, 8], "128": [1, 8], "op65n03": [1, 8], "op65n04": [1, 8], "71": [1, 8], "op65n05": [1, 8], "op65n06": [1, 8], "179": [1, 8], "222": [1, 8], "op68n01": [1, 8], "op68n02": [1, 8], "op68n03": [1, 8], "op68n04": [1, 8], "85": [1, 8], "op68n05": [1, 8], "op68n06": [1, 8], "op71n01": [1, 8], "180": [1, 8], "op71n02": [1, 8], "54": [1, 8], "107": [1, 8], "op71n03": [1, 8], "op71n04": [1, 8], "op71n05": [1, 8], "155": [1, 8], "op71n06": [1, 8], "133": [1, 8], "op71n07": [1, 8], "160": [1, 8], "01_chapelle_de_guillaume_tel": [1, 8], "174": [1, 8], "02_au_lac_de_wallenstadt": [1, 8], "03_pastoral": [1, 8], "04_au_bord_dune_sourc": [1, 8], "465": [1, 8], "05_orag": [1, 8], "307": [1, 8], "06_vallee_dobermann": [1, 8], "631": [1, 8], "07_eglogu": [1, 8], "117": [1, 8], "08_le_mal_du_pays_": [1, 8], "heimweh": [1, 8], "09_les_cloches_de_geneve_": [1, 8], "nocturn": [1, 8], "188": [1, 8], "01_sposalizio": [1, 8], "237": [1, 8], "02_il_pensieroso": [1, 8], "03_canzonetta_del_salvator_rosa": [1, 8], "04_sonetto_47_del_petrarca": [1, 8], "153": [1, 8], "05_sonetto_104_del_petrarca": [1, 8], "121": [1, 8], "06_sonetto_123_del_petrarca": [1, 8], "149": [1, 8], "07_apres_une_lecture_du_dant": [1, 8], "373": [1, 8], "162": [1, 8], "01_gondoliera": [1, 8], "02_canzon": [1, 8], "03_tarantella_da_guillaume_louis_cottrau": [1, 8], "_presto_e_canzone_napolitana": [1, 8], "716": [1, 8], "op14n01": [1, 8], "265": [1, 8], "op26n01": [1, 8], "op26n02": [1, 8], "166": [1, 8], "op26n03": [1, 8], "op26n04": [1, 8], "300": [1, 5, 8], "op34n01": [1, 8], "669": [1, 8], "op34n02": [1, 8], "195": [1, 8], "op34n03": [1, 8], "144": [1, 8], "408": [1, 8], "op34n04": [1, 8], "323": [1, 8], "op35n01": [1, 8], "272": [1, 8], "op35n02": [1, 8], "422": [1, 8], "op35n03": [1, 8], "op35n04": [1, 8], "345": [1, 8], "op42n01": [1, 8], "op42n02": [1, 8], "op42n03": [1, 8], "182": [1, 8], "552": [1, 8], "op48n01": [1, 8], "553": [1, 8], "1020": [1, 8], "op48n02": [1, 8], "n01": [1, 8], "22": [1, 8], "n02": [1, 8], "n03": [1, 8], "n04": [1, 8], "n05": [1, 8], "n06": [1, 8], "n07": [1, 8], "n08": [1, 8], "n09": [1, 8], "n10": [1, 8], "n11": [1, 8], "140": [1, 8], "n12": [1, 8], "n13": [1, 8], "25": [1, 8], "49": [1, 8], "op37a01": [1, 8], "op37a02": [1, 8], "278": [1, 8], "op37a03": [1, 8], "op37a04": [1, 8], "op37a05": [1, 8], "op37a06": [1, 8], "263": [1, 8], "op37a07": [1, 8], "op37a08": [1, 8], "514": [1, 8], "op37a09": [1, 8], "368": [1, 8], "op37a10": [1, 8], "op37a11": [1, 8], "168": [1, 8], "op37a12": [1, 8], "176": [1, 8], "261": [1, 8], "analys": 1, "avail": 2, "8": 2, "fetch": 2, "parallel": 2, "corpu": [2, 4, 7], "beethoven_piano_sonata": 2, "chopin_mazurka": 2, "debussy_suite_bergamasqu": 2, "dvorak_silhouett": 2, "liszt_pelerinag": 2, "medtner_tal": 2, "schumann_kinderszenen": 2, "tchaikovsky_season": 2, "grieg_lyric_piec": 2, "music": 2, "an": 2, "f": [2, 3, 4, 5, 6, 7], "form": 2, "o": [3, 4, 5, 6, 7], "collect": [3, 4, 5, 6, 7], "defaultdict": [3, 4, 5, 6, 7], "counter": [3, 4, 5, 6, 7], "dimcat": [3, 4, 5, 6, 7], "dc": [3, 4, 5, 6, 7], "panda": [3, 4, 5, 6, 7], "pd": [3, 4, 5, 6, 7], "plotli": [3, 4, 5, 6, 7], "express": [3, 4, 5, 6, 7], "px": [3, 4, 5, 6, 7], "graph_object": [3, 4, 5, 6, 7], "go": [3, 4, 5, 6, 7], "util": [3, 4, 5, 6, 7], "std_layout": [3, 4, 5, 6, 7], "cadence_color": [3, 4, 5, 6, 7], "corpus_color_scal": [3, 5, 6, 7], "type_color": [3, 6, 7], "chronological_corpus_ord": [3, 5, 7], "color_background": [3, 4, 5, 6, 7], "corpus_mean_composition_year": [3, 6, 7], "get_corpus_display_nam": [3, 5, 6, 7], "get_repo_nam": [3, 4, 5, 6, 7], "resolve_dir": [3, 4, 5, 6, 7], "value_count_df": [3, 4, 5, 6, 7], "print_head": [3, 4, 5, 6, 7], "corpus_path": [3, 4, 5, 6, 7], "abspath": [3, 4, 5, 6], "join": [3, 4, 5, 6, 7], "set": [3, 4, 5, 6, 7], "print": [3, 4, 5, 6, 7], "r": [3, 4, 5, 6, 7], "home": [3, 4, 5, 6, 7], "runner": [3, 4, 5, 6], "workflow_deploy": [3, 4, 5, 6], "data": [3, 4, 5, 6, 7], "softwar": [3, 4, 5, 6, 7], "version": [3, 4, 5, 6, 7], "commit": [3, 4, 5, 6, 7], "hexsha": [3, 4, 5, 6, 7], "7": [3, 4, 5, 6, 7], "__version__": [3, 4, 5, 6, 7], "8789b86": [3, 4, 5, 6], "load": [3, 4, 5, 6, 7], "directori": [3, 4, 5, 6, 7], "parse_tsv": [3, 4, 5, 6, 7], "fals": [3, 4, 5, 6, 7], "deprecationwarn": [3, 4, 5, 6], "traceback": [3, 4, 5, 6, 7], "recent": [3, 4, 5, 6, 7], "call": [3, 4, 5, 6, 7], "cell": [3, 4, 5, 6, 7], "line": [3, 4, 5, 6, 7], "annotated_view": [3, 4, 5, 6], "get_view": [3, 4, 5, 6], "facet": [3, 4, 5, 6], "fnames_with_incomplete_facet": [3, 4, 5, 6], "set_view": [3, 4, 5, 6], "choos": [3, 4, 5, 6], "auto": [3, 4, 5, 6], "file": [3, 4, 5, 6, 7], "lib": [3, 4, 5, 6, 7], "python3": [3, 4, 5, 6, 7], "site": [3, 4, 5, 6, 7], "packag": [3, 4, 5, 6, 7], "view": [3, 4, 5, 6], "py": [3, 4, 5, 6, 7], "self": [3, 4, 5, 6, 7], "setter": [3, 4, 5, 6], "def": [3, 4, 5, 6, 7], "rais": [3, 4, 5, 6, 7], "wa": [3, 4, 5, 6], "renam": [3, 4, 5, 6, 7], "pieces_with_incomplete_facet": [3, 4, 5, 6], "v2": [3, 4, 5, 6], "all_metadata": [3, 4, 5, 6, 7], "assert": [3, 4, 6, 7], "len": [3, 4, 5, 6, 7], "No": [3, 4, 6, 7], "count_piec": [3, 4, 5, 6, 7], "score": [3, 4, 5, 6, 7], "mean_composition_year": [3, 4, 6, 7], "chronological_ord": [3, 4, 5, 6, 7], "index": [3, 4, 5, 6, 7], "to_list": [3, 4, 6, 7], "corpus_color": [3, 5, 6, 7], "dict": [3, 4, 5, 6, 7], "corpus_nam": [3, 5, 6, 7], "corp": [3, 4, 5, 6, 7], "chronological_corpus_nam": [3, 5, 6, 7], "corpus_name_color": [3, 5, 6, 7], "try": [3, 5, 6, 7], "all_annot": [3, 6, 7], "get_facet": [3, 4, 6, 7], "except": [3, 5, 6, 7], "datafram": [3, 4, 6, 7], "n_annot": [3, 6, 7], "includes_annot": [3, 6, 7], "concaten": [3, 4, 5, 6, 7], "shape": [3, 6, 7], "row": [3, 4, 6, 7], "no_chord": [3, 6, 7], "root": [3, 6, 7], "isna": [3, 4, 6, 7], "Their": [3, 6, 7], "value_count": [3, 4, 6, 7], "dropna": [3, 6, 7], "to_dict": [3, 6, 7], "all_chord": [3, 6, 7], "token": [3, 6, 7], "type": [3, 6, 7], "over": [3, 5, 6, 7], "groupbi": [3, 4, 5, 6, 7], "level": [3, 4, 5, 6, 7], "get_level_valu": [3, 5, 6, 7], "els": [3, 4, 6, 7], "phraseend": 3, "size": [3, 4, 6], "quarterbeat": [3, 4], "start": 3, "duration_qb": [3, 4, 5, 7], "phrase_slic": 3, "phrase_seg": [3, 4], "phraseslic": [3, 4], "process_data": [3, 4, 7], "get_slice_info": [3, 4, 7], "style": [3, 4, 7], "appli": [3, 4, 6, 7], "subset": [3, 4, 7], "phrase2timesig": 3, "n_timesignatures_per_phras": 3, "uniform_timesig": 3, "lambda": [3, 4, 5, 7], "l": [3, 4, 7], "more_than_on": 3, "filter": 3, "incorpor": 3, "n_timesig": 3, "reset_index": [3, 4, 5, 6, 7], "uniform_timesig_phras": 3, "loc": [3, 4, 7], "timesig_in_quarterbeat": 3, "exact_measure_length": 3, "concat": [3, 4, 5, 6, 7], "duration_measur": 3, "axi": [3, 4, 6, 7], "fig": [3, 4, 5, 6, 7], "histogram": 3, "log_i": [3, 7], "true": [3, 4, 5, 6, 7], "bin": 3, "color_discrete_sequ": [3, 5, 7], "update_trac": [3, 4, 5, 6], "xbin": [3, 6], "update_layout": [3, 4, 5, 6, 7], "update_xax": [3, 5], "dtick": [3, 5], "gridcolor": [3, 5, 6, 7], "lightgrei": [3, 5, 6, 7], "update_yax": [3, 4, 5, 6, 7], "show": [3, 5, 6, 7], "local_keys_per_phras": [3, 4], "tupl": [3, 4], "n_local_keys_per_phras": [3, 4], "phrases_with_kei": [3, 4], "n_local_kei": [3, 4], "local_kei": [3, 4], "count_n_kei": 3, "to_fram": [3, 4, 7], "inplac": [3, 4, 7], "unique_key_selector": 3, "phrases_with_unique_kei": 3, "t": [3, 4, 5, 6, 7], "two_keys_selector": 3, "roman_numeral2fifth": [3, 7], "transform": [3, 4, 7], "resolve_all_relative_numer": [3, 7], "replace_boolean_mode_by_str": [3, 7], "keys_seg": [3, 7], "localkeyslic": [3, 7], "localkey_fifth": [3, 7], "globalkey_is_minor": [3, 7], "given": [3, 7], "key_dur": [3, 7], "sort_valu": [3, 4, 7], "ascend": [3, 7], "hierarch": [3, 7], "iii": [3, 7], "v": [3, 7], "keys_resolv": [3, 7], "key_resolved_dur": [3, 7], "resolv": [3, 7], "globalkey_mod": [3, 7], "pie_data": [3, 7], "pie": [3, 4, 7], "facet_col": [3, 4, 5, 7], "localkey_fifths_dur": [3, 7], "localkey_is_minor": [3, 4, 7], "bar_data": [3, 4, 5, 6, 7], "fifths2iv": [3, 7], "bar": [3, 4, 6, 7], "y": [3, 4, 5, 6, 7], "localkey_mod": [3, 7], "barmod": [3, 4, 7], "group": [3, 4, 5, 7], "interval": [3, 7], "distanc": [3, 7], "total": [3, 7], "mode": [3, 5, 6, 7], "to_numer": [3, 6, 7], "maj_min_ratio": [3, 7], "round": [3, 4, 5, 6, 7], "segment_duration_per_dataset": [3, 7], "norm_segment_duration_per_dataset": [3, 7], "maj_min_ratio_per_dataset": [3, 7], "astyp": [3, 4, 5, 7], "str": [3, 4, 7], "category_ord": [3, 4, 5, 7], "notes_by_kei": 3, "col": [3, 7], "notes_joined_with_kei": 3, "notes_by_keys_transpos": 3, "transpose_notes_to_localkei": 3, "mode_tpc": 3, "drop": 3, "sd": [3, 4, 7], "fifths2sd": [3, 4, 7], "duration_pct": 3, "group_kei": [3, 4, 7], "001": 3, "sd_order": 3, "b1": 3, "b2": 3, "b3": 3, "b4": 3, "b5": 3, "b6": 3, "b7": 3, "xaxi": 3, "tickmod": [3, 5], "arrai": [3, 5], "tickval": [3, 5], "ticktext": [3, 5], "legend": [3, 4, 7], "yanchor": 3, "top": [3, 7], "xanchor": [3, 7], "right": [3, 7], "normal": [3, 5], "transpos": 3, "scale": 3, "degre": 3, "comput": [3, 5, 7], "statist": [3, 7], "occurr": [3, 5, 7], "becaus": [3, 5, 7], "To": [3, 7], "aim": [3, 7], "contigu": [3, 7], "which": [3, 6, 7], "is_minor": [3, 7], "root_dur": [3, 7], "chord_typ": [3, 7], "sort": [3, 7], "stack": [3, 7], "relative_root": [3, 7], "numer": [3, 7], "relativeroot": [3, 7], "relativeroot_resolv": [3, 7], "resolve_relative_kei": [3, 7], "has_rel": [3, 7], "notna": [3, 4, 7], "islow": [3, 7], "chord_type_frequ": [3, 7], "replace_rar": [3, 7], "map_dict": [3, 7], "500": [3, 5, 7], "type_reduc": [3, 7], "is_speci": [3, 7], "isin": [3, 7], "It": [3, 7], "ger": [3, 7], "fr": [3, 7], "root_ord": [3, 7], "color_discrete_map": [3, 4, 5, 6, 7], "differ": [3, 7], "secondari": [3, 7], "width": [3, 4, 5, 6, 7], "1000": [3, 5, 7], "height": [3, 4, 5, 7], "400": [3, 7], "orient": [3, 7], "h": [3, 7], "reduc": [3, 5, 7], "iloc": [3, 4, 5, 6, 7], "itertupl": [3, 4, 7], "none": [3, 4, 5, 7], "paper": [3, 7], "cite": [3, 7], "below": [3, 7], "distinct": [3, 7], "dim_or_aug": [3, 7], "startswith": [3, 7], "complet": [3, 7], "On": [3, 7], "diminish": [3, 7], "augment": [3, 7], "mode_slic": [3, 7], "modegroup": [3, 7], "chordsymbolunigram": [3, 7], "once_per_group": [3, 7], "group2panda": [3, 7], "group_of_series2seri": [3, 7], "get": [3, 7], "as_panda": [3, 7], "k": [3, 4, 7], "ug": [3, 7], "iter": [3, 7], "to_str": [3, 7], "ugs_dict": [3, 7], "lower": [3, 5, 6, 7], "ugs_df": [3, 7], "_": [3, 4, 5, 7], "to_markdown": 3, "corpus_wise_unigram": 3, "pipelin": 3, "corpusgroup": [3, 4], "types_shared_between_corpora": 3, "intersect": 3, "revers": [3, 4], "n_type": 3, "occur": 3, "descend": 3, "frequenc": 3, "ncount": 3, "piece_wise_unigram": 3, "piecegroup": 3, "types_shared_between_piec": 3, "chordsymbolbigram": 3, "transit": 3, "corpus_wise_bigram": 3, "normalized_corpus_unigram": 3, "transitions_from_shared_typ": 3, "bg": 3, "transitions_normalized_per_from": 3, "most_frequent_transition_per_from": 3, "nth": [3, 4, 5], "most_frequent_transition_per_shar": 3, "unigram_frequency_of_shar": 3, "combin": 3, "piece_wise_bigram": 3, "tsv": [4, 5], "all_label": 4, "hand": 4, "hascad": 4, "hascadenceannotationsfilt": 4, "indic": 4, "found": 4, "befor": 4, "remov": 4, "those": 4, "grouped_by_corpu": 4, "ix": 4, "dataset_metadata": 4, "hascadence_metadata": 4, "int": [4, 5, 6], "year": 4, "perfect": 4, "authent": 4, "iac": 4, "imperfect": 4, "half": 4, "decept": 4, "ec": 4, "evad": 4, "pc": 4, "plagal": 4, "cadence_count_per_dataset": 4, "cadence_fraction_per_dataset": 4, "facet_col_wrap": [4, 5], "2000": 4, "for_each_annot": [4, 5], "split": [4, 5], "segment": 4, "phrase_gpb": 4, "localkei": 4, "phrases_with_cad": 4, "nuniqu": 4, "n_cadenc": 4, "e": [4, 5], "isnul": [4, 7], "n_cad": 4, "800": 4, "df_row": 4, "y_posit": 4, "df": [4, 7], "descript": 4, "interv": 4, "append": [4, 7], "start_po": 4, "left": 4, "cadence_x": 4, "cadence_typ": 4, "na": 4, "phrase_ix": 4, "marker": [4, 5], "scatter": 4, "hover_nam": 4, "3000": [4, 7], "marker_s": 4, "autorang": 4, "cadence_selector": 4, "missing_chord_selector": 4, "cadence_with_missing_chord_selector": 4, "miss": 4, "expand_dcml": 4, "expand_label": 4, "propag": 4, "chord_ton": 4, "skip_check": 4, "bass_not": [4, 7], "highlight": 4, "ffffb3": 4, "return": [4, 5, 7], "background": 4, "cadence_count": 4, "ultima_root": 4, "minor": [4, 5], "facet_row": 4, "1500": [4, 7], "textposit": 4, "insid": 4, "textinfo": 4, "percent": 4, "ultima_bass": 4, "fifth": [4, 7], "remove_immediate_dupl": 4, "b": [4, 5, 7], "get_progress": 4, "last_row": 4, "as_seri": 4, "remove_dupl": 4, "nonloc": 4, "variabl": 4, "isinst": 4, "continu": 4, "fillna": [4, 7], "method": 4, "bfill": 4, "lead": 4, "cadence_group": 4, "shift": [4, 7], "cumsum": 4, "last_r": 4, "typ": 4, "feat": 4, "seri": [4, 5], "dtype": [4, 5], "object": 4, "chord_progress": 4, "numeral_progress": 4, "numeral_prog_no_dup": 4, "w": 4, "regardless": 4, "actual": 4, "bass_progress": 4, "bass_prog": 4, "bass_prog_no_dup": 4, "make_sankei": 4, "node_po": 4, "margin": [4, 7], "pad": 4, "kwarg": 4, "unique_label": 4, "color_step": 4, "unique_color": 4, "hsv": 4, "enumer": 4, "figur": [4, 7], "sankei": 4, "arrang": 4, "snap": 4, "node": 4, "thick": 4, "black": [4, 5], "rang": [4, 5, 6], "target": 4, "progressions2graph_data": 4, "cut_at_stag": 4, "stage_nod": 4, "edge_weight": 4, "node_count": 4, "previous_nod": 4, "break": [4, 7], "current_nod": 4, "graph_data2sankei": 4, "node2label": 4, "plot_progress": 4, "pac_major": 4, "remove_sd_accident": 4, "bass_prog_no_acc_no_dup": 4, "annotated_onli": [5, 6], "getenv": [5, 6, 7], "chronolog": 5, "all_not": [5, 6], "get_all_pars": 5, "forc": 5, "weight_not": 5, "nl": 5, "group_col": 5, "midi": 5, "precis": 5, "summed_dur": 5, "shortest_dur": 5, "min": [5, 6], "shortest": 5, "result": 5, "simpl": 5, "trick": 5, "also": 5, "rational": 5, "smallest": [5, 7], "slightli": 5, "larger": 5, "exactli": 5, "would": 5, "down": 5, "repeat_notes_according_to_weight": 5, "9999999": 5, "weight": 5, "counts_reflecting_weight": 5, "extend": 5, "grouped_not": 5, "weighted_midi": 5, "yaxi": 5, "96": 5, "c0": 5, "c1": 5, "c2": 5, "c3": 5, "c4": 5, "c5": 5, "c6": 5, "c7": 5, "box": 5, "distribut": [5, 6], "600": 5, "spanmod": 5, "hard": 5, "beyond": 5, "outlier": 5, "showlegend": 5, "weighted_tpc": 5, "dbb": 5, "bbb": 5, "gb": 5, "eb": 5, "g": 5, "zerolinecolor": 5, "zerolin": 5, "x_valu": 5, "max": [5, 6], "x_name": 5, "fifths2nam": 5, "grei": 5, "tick": 5, "outsid": 5, "tickcolor": 5, "showgrid": 5, "scatter_data": 5, "facet_col_spac": 5, "visibl": 5, "match": 5, "showticklabel": 5, "no_accident": 5, "with_accident": 5, "entir": 5, "without": 5, "accident": 5, "staff": 5, "give": 6, "gener": 6, "all_measur": 6, "reli": 6, "valid_composed_start": 6, "error": 6, "coerc": 6, "valid_composed_end": 6, "idxmin": 6, "idxmax": 6, "summari": 6, "act_dur": 6, "hist_data": 6, "decad": 6, "corpus_metadata": 6, "n_piec": 6, "absolute_numb": 6, "absolut": 6, "from_dict": 6, "sum_row": 6, "div": 6, "complete_summari": 6, "xml": 6, "mc": 6, "symbol": 6, "semant": 6, "set_opt": 7, "max_row": 7, "max_column": 7, "hentsch": 7, "tmp": 7, "all_subcorpora": 7, "nosuchpatherror": 7, "base": 7, "__init__": 7, "odbt": 7, "search_parent_directori": 7, "expand_var": 7, "234": 7, "epath": 7, "exist": 7, "walk": 7, "find": 7, "dir": 7, "239": 7, "curpath": 7, "chords_by_localkei": 7, "droplevel": 7, "sd_progress": 7, "chords_by_localkey_minor": 7, "chords_by_localkey_major": 7, "make_sunburst": 7, "in_scal": 7, "sd_prog": 7, "parent": 7, "sunburst": 7, "branchvalu": 7, "sd2prog": 7, "scad": 7, "prog_count": 7, "prog": 7, "cnt": 7, "most_common": 7, "ev": 7, "cain": 7, "seth": 7, "eno": 7, "noam": 7, "abel": 7, "awan": 7, "enoch": 7, "azura": 7, "tip": 7, "sex": 7, "dai": 7, "total_bil": 7, "localkey_major_no_repeat": 7, "segment_by_adjacency_group": 7, "figbass": 7, "safe_interv": 7, "prepare_sunburst_data": 7, "chord_data": 7, "following_figbass": 7, "column2nam": 7, "bass": 7, "subsequ": 7, "rectangular_sunburst": 7, "readm": 8}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"analys": 0, "content": [0, 2], "readm": 1, "an": [1, 8], "annot": [1, 3, 4, 7, 8], "corpu": [1, 3, 6, 8], "tonal": [1, 5, 8], "piano": [1, 8], "music": [1, 8], "from": [1, 2, 4, 8], "long": [1, 8], "19th": [1, 8], "centuri": [1, 8], "version": [1, 2, 8], "histori": [1, 2, 8], "get": [1, 2, 8], "data": [1, 2, 8], "With": [1, 2, 8], "full": [1, 2, 8], "without": [1, 2, 4, 8], "format": [1, 2, 8], "open": [1, 2, 8], "score": [1, 2, 8], "tsv": [1, 2, 8], "file": [1, 2, 8], "spreadsheet": [1, 2, 8], "load": [1, 2, 8], "python": [1, 2, 8], "how": [1, 2, 8], "read": [1, 2, 8], "metadata": [1, 2, 4, 5, 8], "inform": [1, 2, 8], "composit": [1, 2, 6, 8], "identifi": [1, 2, 8], "gener": [1, 2, 8], "all": [1, 2, 3, 4, 8], "question": [1, 2, 8], "suggest": [1, 2, 8], "correct": [1, 2, 8], "bug": [1, 2, 8], "report": [1, 2, 8], "licens": [1, 2, 8], "overview": [1, 6, 8], "beethoven_piano_sonata": [1, 8], "chopin_mazurka": [1, 8], "debussy_suite_bergamasqu": [1, 8], "dvorak_silhouett": [1, 8], "grieg_lyric_piec": [1, 8], "liszt_pelerinag": [1, 8], "medtner_tal": [1, 8], "schumann_kinderszenen": [1, 8], "tchaikovsky_season": [1, 8], "further": 1, "us": 2, "dcml": [3, 7], "harmoni": [3, 6, 7], "label": [3, 4, 6, 7], "phrase": [3, 4], "presenc": 3, "symbol": 3, "per": [3, 4, 6], "dataset": [3, 4, 7], "legaci": 3, "end": [3, 4], "A": 3, "tabl": 3, "extent": 3, "chord": [3, 4], "sequenc": 3, "local": [3, 7], "kei": [3, 7], "number": [3, 4], "uniqu": 3, "The": 3, "most": 3, "frequent": 3, "non": 3, "modul": 3, "within": [3, 4], "one": [3, 4], "area": [3, 7], "durat": [3, 7], "distribut": [3, 7], "piec": [3, 4, 7], "major": [3, 4, 7], "minor": [3, 7], "interv": [3, 7], "between": [3, 7], "localkei": [3, 7], "tonic": [3, 7], "global": [3, 7], "ratio": [3, 7], "segment": [3, 7], "aggreg": [3, 7], "overal": [3, 4, 7], "By": [3, 7], "tone": 3, "profil": 3, "unigram": [3, 7], "whole": [3, 7], "bigram": 3, "cadenc": 4, "select": 4, "filter": 4, "out": 4, "show": 4, "corpora": 4, "contain": 4, "combin": 4, "type": 4, "more": 4, "than": 4, "posit": 4, "ultima": 4, "roman": 4, "numer": 4, "bass": 4, "note": [4, 5], "scale": [4, 7], "degre": [4, 7], "progress": 4, "pac": 4, "i": 4, "1": 4, "chordal": 4, "root": 4, "3": 4, "last": 4, "stage": 4, "complet": 4, "four": 4, "6": 4, "accident": 4, "hc": 4, "v": 4, "ambitu": 5, "pitch": 5, "class": 5, "tpc": 5, "As": 5, "violin": 5, "plot": 5, "bar": 5, "scatter": 5, "stave": 5, "date": 6, "mean": 6, "year": 6, "histogram": 6, "dimens": 6, "measur": 6}, "envversion": {"sphinx.domains.c": 2, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 8, "sphinx.domains.index": 1, "sphinx.domains.javascript": 2, "sphinx.domains.math": 2, "sphinx.domains.python": 3, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 57}, "alltitles": {"Analyses": [[0, "analyses"]], "Contents:": [[0, null]], "README": [[1, "readme"]], "An Annotated Corpus of Tonal Piano Music from the Long 19th Century": [[1, "an-annotated-corpus-of-tonal-piano-music-from-the-long-19th-century"], [8, "an-annotated-corpus-of-tonal-piano-music-from-the-long-19th-century"]], "Version history": [[1, "version-history"], [8, "version-history"]], "Getting the data": [[1, "getting-the-data"], [2, "getting-the-data"], [8, "getting-the-data"]], "With full version history": [[1, "with-full-version-history"], [2, "with-full-version-history"], [8, "with-full-version-history"]], "Without full version history": [[1, "without-full-version-history"], [2, "without-full-version-history"], [8, "without-full-version-history"]], "Data Formats": [[1, "data-formats"], [2, "data-formats"], [8, "data-formats"]], "Opening Scores": [[1, "opening-scores"], [2, "opening-scores"], [8, "opening-scores"]], "Opening TSV files in a spreadsheet": [[1, "opening-tsv-files-in-a-spreadsheet"], [2, "opening-tsv-files-in-a-spreadsheet"], [8, "opening-tsv-files-in-a-spreadsheet"]], "Loading TSV files in Python": [[1, "loading-tsv-files-in-python"], [2, "loading-tsv-files-in-python"], [8, "loading-tsv-files-in-python"]], "How to read metadata.tsv": [[1, "how-to-read-metadata-tsv"], [2, "how-to-read-metadata-tsv"], [8, "how-to-read-metadata-tsv"]], "File information": [[1, "file-information"], [2, "file-information"], [8, "file-information"]], "Composition information": [[1, "composition-information"], [2, "composition-information"], [8, "composition-information"]], "Score information": [[1, "score-information"], [2, "score-information"], [8, "score-information"]], "Identifiers": [[1, "identifiers"], [2, "identifiers"], [8, "identifiers"]], "Generating all TSV files from the scores": [[1, "generating-all-tsv-files-from-the-scores"], [2, "generating-all-tsv-files-from-the-scores"], [8, "generating-all-tsv-files-from-the-scores"]], "Questions, Suggestions, Corrections, Bug Reports": [[1, "questions-suggestions-corrections-bug-reports"], [2, "questions-suggestions-corrections-bug-reports"], [8, "questions-suggestions-corrections-bug-reports"]], "License": [[1, "license"], [2, "license"], [8, "license"]], "Overview": [[1, "overview"], [6, "overview"], [6, "id1"], [8, "overview"]], "beethoven_piano_sonatas": [[1, "beethoven-piano-sonatas"], [8, "beethoven-piano-sonatas"]], "chopin_mazurkas": [[1, "chopin-mazurkas"], [8, "chopin-mazurkas"]], "debussy_suite_bergamasque": [[1, "debussy-suite-bergamasque"], [8, "debussy-suite-bergamasque"]], "dvorak_silhouettes": [[1, "dvorak-silhouettes"], [8, "dvorak-silhouettes"]], "grieg_lyric_pieces": [[1, "grieg-lyric-pieces"], [8, "grieg-lyric-pieces"]], "liszt_pelerinage": [[1, "liszt-pelerinage"], [8, "liszt-pelerinage"]], "medtner_tales": [[1, "medtner-tales"], [8, "medtner-tales"]], "schumann_kinderszenen": [[1, "schumann-kinderszenen"], [8, "schumann-kinderszenen"]], "tchaikovsky_seasons": [[1, "tchaikovsky-seasons"], [8, "tchaikovsky-seasons"]], "Further information:": [[1, null]], "How to use": [[2, "how-to-use"]], "Contents": [[2, "contents"]], "Annotations": [[3, "annotations"], [7, "annotations"]], "DCML harmony labels": [[3, "dcml-harmony-labels"], [7, "dcml-harmony-labels"]], "Phrases": [[3, "phrases"]], "Presence of phrase annotation symbols per dataset:": [[3, "presence-of-phrase-annotation-symbols-per-dataset"]], "Presence of legacy phrase endings": [[3, "presence-of-legacy-phrase-endings"]], "A table with the extents of all annotated phrases": [[3, "a-table-with-the-extents-of-all-annotated-phrases"]], "A table with the chord sequences of all annotated phrases": [[3, "a-table-with-the-chord-sequences-of-all-annotated-phrases"]], "Local keys per phrase": [[3, "local-keys-per-phrase"]], "Number of unique local keys per phrase": [[3, "number-of-unique-local-keys-per-phrase"]], "The most frequent keys for non-modulating phrases": [[3, "the-most-frequent-keys-for-non-modulating-phrases"]], "Most frequent modulations within one phrase": [[3, "most-frequent-modulations-within-one-phrase"]], "Key areas": [[3, "key-areas"], [7, "key-areas"]], "Durational distribution of local keys": [[3, "durational-distribution-of-local-keys"], [7, "durational-distribution-of-local-keys"]], "Distribution of local keys for piece in major and in minor": [[3, "distribution-of-local-keys-for-piece-in-major-and-in-minor"], [7, "distribution-of-local-keys-for-piece-in-major-and-in-minor"]], "Distribution of intervals between localkey tonic and global tonic": [[3, "distribution-of-intervals-between-localkey-tonic-and-global-tonic"], [7, "distribution-of-intervals-between-localkey-tonic-and-global-tonic"]], "Ratio between major and minor key segments by aggregated durations": [[3, "ratio-between-major-and-minor-key-segments-by-aggregated-durations"], [7, "ratio-between-major-and-minor-key-segments-by-aggregated-durations"]], "Overall": [[3, "overall"], [4, "overall"], [7, "overall"]], "By dataset": [[3, "by-dataset"], [7, "by-dataset"]], "Tone profiles for all major and minor local keys": [[3, "tone-profiles-for-all-major-and-minor-local-keys"]], "Harmony labels": [[3, "harmony-labels"], [6, "harmony-labels"], [7, "harmony-labels"]], "Unigrams": [[3, "unigrams"], [7, "unigrams"]], "Whole dataset": [[3, "whole-dataset"], [3, "id1"], [7, "whole-dataset"]], "Per corpus": [[3, "per-corpus"], [3, "id2"]], "Per piece": [[3, "per-piece"], [3, "id3"]], "Bigrams": [[3, "bigrams"]], "Cadences": [[4, "cadences"]], "Metadata": [[4, "metadata"], [4, "id2"], [5, "metadata"]], "All annotation labels from the selected pieces": [[4, "all-annotation-labels-from-the-selected-pieces"], [4, "id1"]], "Filtering out pieces without cadence annotations": [[4, "filtering-out-pieces-without-cadence-annotations"]], "Show corpora containing pieces with cadence annotations": [[4, "show-corpora-containing-pieces-with-cadence-annotations"]], "Per dataset": [[4, "per-dataset"]], "Per phrase": [[4, "per-phrase"]], "Number of cadences per phrase": [[4, "number-of-cadences-per-phrase"]], "Combinations of cadence types for phrases with more than one cadence": [[4, "combinations-of-cadence-types-for-phrases-with-more-than-one-cadence"]], "Positioning of cadences within phrases": [[4, "positioning-of-cadences-within-phrases"]], "Cadence ultima": [[4, "cadence-ultima"]], "Ultimae as Roman numeral": [[4, "ultimae-as-roman-numeral"]], "Ultimae bass note as scale degree": [[4, "ultimae-bass-note-as-scale-degree"]], "Chord progressions": [[4, "chord-progressions"]], "PACs with ultima I/i": [[4, "pacs-with-ultima-i-i"]], "PACs ending on scale degree 1": [[4, "pacs-ending-on-scale-degree-1"]], "Chordal roots for the 3 last stages": [[4, "chordal-roots-for-the-3-last-stages"]], "Complete chords for the last four stages in major": [[4, "complete-chords-for-the-last-four-stages-in-major"]], "Bass degrees for the last 6 stages.": [[4, "bass-degrees-for-the-last-6-stages"]], "Bass degrees without accidentals": [[4, "bass-degrees-without-accidentals"]], "HCs ending on V": [[4, "hcs-ending-on-v"]], "Notes": [[5, "notes"]], "Ambitus": [[5, "ambitus"]], "Tonal Pitch Classes (TPC)": [[5, "tonal-pitch-classes-tpc"]], "As violin plot": [[5, "as-violin-plot"]], "As bar plots": [[5, "as-bar-plots"]], "As scatter plots": [[5, "as-scatter-plots"]], "Notes and staves": [[5, "notes-and-staves"]], "Composition dates": [[6, "composition-dates"]], "Mean composition years per corpus": [[6, "mean-composition-years-per-corpus"]], "Composition years histogram": [[6, "composition-years-histogram"]], "Dimensions": [[6, "dimensions"]], "Measures": [[6, "measures"]], "Scale degrees": [[7, "scale-degrees"]]}, "indexentries": {}}) \ No newline at end of file