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/notebooks/annotations.html b/notebooks/annotations.html index de45189..87a2a51 100644 --- a/notebooks/annotations.html +++ b/notebooks/annotations.html @@ -398,9 +398,9 @@

Annotations
Data and software versions
 --------------------------
 
-Data repo 'debussy_piano' @ c64b68d
+Data repo 'debussy_piano' @ fd3b785
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -415,40 +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                                                                                        
-debussy_childrens_corner        yes  annotated        6      6        6      6        0      0
-debussy_deux_arabesques         yes  annotated        2      2        2      2        0      0
-debussy_estampes                yes  annotated        3      3        3      3        0      0
-debussy_etudes                  yes  annotated       12     12       12     12        0      0
-debussy_images                  yes  annotated        9      9        9      9        0      0
-debussy_other_piano_pieces      yes  annotated       19     19       19     19        0      0
-debussy_pour_le_piano           yes  annotated        3      3        3      3        0      0
-debussy_preludes                yes  annotated       24     24       24     24        0      0
-debussy_suite_bergamasque       yes  annotated        4      4        4      4        4      4
-publication_data_and_code        no  annotated        0      0        0      0        0      0
+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.
+DeprecationWarning: 'fnames_with_incomplete_facets' was renamed to  'pieces_with_incomplete_facets' in ms3 v2.
 
-
-
N = 82 annotated pieces, 168 parsed dataframes.
-
-
-

DCML harmony labels#

@@ -501,207 +485,6 @@

DCML harmony labels -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
corpusfnameinterval
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 2.0)11002.0004/421...{MFalseFalse(0, 4, 1)()00NaNNaN
[2.0, 8.0)11226.01/21/24/421...NaNMm7FalseFalse(1, 5, 2, -1)(3,)11NaNNaN
[8.0, 10.0)33882.0004/421...NaNMFalseFalse(0, 4, 1)(2,)00NaNNaN
[10.0, 12.0)3310102.01/21/24/421...NaNMFalseFalse(-1, 3, 0)(2,)-1-1NaNNaN
[12.0, 14.0)4412122.0004/421...NaNmm7FalseFalse(1, 5, 2, 4)()41NaNNaN
-

5 rows × 31 columns

-
Concatenated annotation tables contain 1013 rows.
-Dataset contains 1013 tokens and 291 types over 4 documents.
-
-
-

@@ -714,15 +497,6 @@

Presence of phrase annotation symbols per dataset: -
-
corpus                     phraseend
-debussy_suite_bergamasque  {            15
-                           }            15
-                           }{           10
-Name: phraseend, dtype: int64
-
-
-

@@ -734,11 +508,6 @@

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

@@ -758,436 +527,6 @@

A table with the extents of all annotated phrases -
-
Overall number of phrases is 25
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsduration_qbquarterbeats_all_endingsmc_onsetmn_onsettimesigstaffvoicelabelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
corpusfnamephrase_slice                               
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 24.0)11024.0000000004/421F.I{FInanIInannannannannan{MFalseFalse(0, 4, 1)()00nannan
[24.0, 76.0)772452.00000024004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
[76.0, 92.0)20207616.00000076004/421iii.i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[92.0, 140.0)24249248.00000092004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[140.0, 156.0)363614016.000000140004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[156.0, 172.0)404015616.000000156004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[172.0, 260.0)444417288.000000172004/421I.V2{FInanV2Vnan2nannannan{Mm7FalseFalse(-1, 1, 5, 2)()1-1nannan
[260.0, 284.0)666626024.000000260004/421I(+2)|IAC}{FInanI(+2)Inannan+2nanIAC}{MFalseFalse(0, 4, 1)(2,)00nannan
[284.0, 320.0)727228436.000000284004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
[320.0, 356.0)818132036.000000320004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
-

@@ -1199,354 +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_notealt_labelspecial
corpusfnamephrase_sliceinterval
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 24.0)[0.0, 0.0)11000.0004/421...{<NA>FalseFalse<NA><NA><NA><NA>NaNNaN
[0.0, 2.0)11002.0004/421...<NA>MFalseFalse(0, 4, 1)()00NaNNaN
[2.0, 8.0)11226.01/21/24/421...NaNMm7FalseFalse(1, 5, 2, -1)(3,)11NaNNaN
[8.0, 10.0)33882.0004/421...NaNMFalseFalse(0, 4, 1)(2,)00NaNNaN
[10.0, 12.0)3310102.01/21/24/421...NaNMFalseFalse(-1, 3, 0)(2,)-1-1NaNNaN
........................................................................
l075-04_suite_passepied[584.0, 624.0)[600.0, 602.0)1511516006002.0004/421...NaNmTrueTrue(0, -3, 1)()00NaNNaN
[602.0, 604.0)1511516026022.01/21/24/421...NaNmTrueTrue(1, 0, -3)()01NaNNaN
[604.0, 612.0)1521526046048.0004/421...NaNMTrueTrue(-1, 3, 0)()-1-1NaNNaN
[612.0, 612.0)1541546126120.0004/421...}<NA>TrueTrue<NA><NA><NA><NA>NaNNaN
[612.0, 624.0)15415461261212.0004/421...<NA>mTrueTrue(0, -3, 1)()00NaNNaN
-

1070 rows × 31 columns

-
@@ -1583,85 +574,6 @@

A table with the chord sequences of all annotated phrases -
Filtered out the 0 phrases incorporating more than one time signature.
-
-
-
- - - - - - - - - - - - - - - - -
#time signatures#phrases
0125
-
-

@@ -1677,457 +589,6 @@

Local keys per phrase -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   n_local_keyslocal_keysmcmnquarterbeatsduration_qbquarterbeats_all_endingsmc_onsetmn_onsettimesigstaffvoicelabelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
corpusfnamephrase_slice                                 
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 24.0)1('I',)11024.0000000004/421F.I{FInanIInannannannannan{MFalseFalse(0, 4, 1)()00nannan
[24.0, 76.0)1('I',)772452.00000024004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
[76.0, 92.0)1('iii',)20207616.00000076004/421iii.i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[92.0, 140.0)1('iii',)24249248.00000092004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[140.0, 156.0)1('iii',)363614016.000000140004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[156.0, 172.0)1('iii',)404015616.000000156004/421i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan
[172.0, 260.0)3('I', 'IV', 'III')444417288.000000172004/421I.V2{FInanV2Vnan2nannannan{Mm7FalseFalse(-1, 1, 5, 2)()1-1nannan
[260.0, 284.0)1('I',)666626024.000000260004/421I(+2)|IAC}{FInanI(+2)Inannan+2nanIAC}{MFalseFalse(0, 4, 1)(2,)00nannan
[284.0, 320.0)1('I',)727228436.000000284004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
[320.0, 356.0)1('I',)818132036.000000320004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
-

Number of unique local keys per phrase#

@@ -2139,48 +600,6 @@

Number of unique local keys per phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases
unique keys
123
31
21
-

@@ -2194,53 +613,6 @@

The most frequent keys for non-modulating phrases -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases%
local_keys
i100.434783
I90.391304
iii40.173913
-

@@ -2253,48 +625,6 @@

Most frequent modulations within one phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
modulations
(I, IV, III)10.5
(I, #II)10.5
-

@@ -2312,273 +642,6 @@

Key areas -
Overall number of key segments is 11
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspeciallocalkey_fifths
corpusfnamelocalkey_slice                                
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 76.0)110076.000000004/421F.I{FInanIInannannannannan{MFalseFalse(0, 4, 1)()00nannan0
[76.0, 172.0)2020767696.000000004/421iii.i{Fiiinaniinannannannannan{mFalseTrue(0, -3, 1)()00nannan4
[172.0, 188.0)444417217216.000000004/421I.V2{FInanV2Vnan2nannannan{Mm7FalseFalse(-1, 1, 5, 2)()1-1nannan0
[188.0, 220.0)484818818832.000000004/421IV.V2FIVnanV2Vnan2nannannannanMm7FalseFalse(-1, 1, 5, 2)()1-1nannan-1
[220.0, 236.0)565622022016.000000004/421III.IM7(+2)FIIInanIM7(+2)IM7+2nannannanMM7FalseFalse(0, 4, 1, 5)(2,)00nannan4
-

Durational distribution of local keys#

@@ -2590,11 +653,6 @@

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

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

@@ -2631,32 +674,6 @@

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

@@ -2679,32 +696,6 @@

Distribution of intervals between localkey tonic and global tonic -

@@ -2721,48 +712,6 @@

Overall -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
duration_qbfraction
localkey_is_minor
False584.036.1
True1032.063.9
-
@@ -2795,32 +744,6 @@

By dataset -

@@ -2833,341 +756,6 @@

Tone profiles for all major and minor local keys -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicedurationgracenotenominal_durationscalartiedtpcmidinameoctavechord_id
corpusfnamelocalkey_sliceinterval
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 76.0)[0.0, 0.5)11000.5004/4221/8NaN1/81<NA>-129F113
[0.5, 1.0)111/21/20.51/81/84/4221/8NaN1/81<NA>-141F224
[1.0, 1.5)11110.51/41/44/4221/8NaN1/81<NA>048C335
[1.5, 2.0)113/23/20.53/83/84/4221/8NaN1/811048C336
[2.0, 4.0)11222.01/21/24/4221/2NaN1/210048C337
.....................................................................
l075-04_suite_passepied[0.0, 624.0)[616.0, 616.5)1551556166160.5004/4111/8NaN1/81<NA>678F#551767
[620.0, 620.5)1561566206200.5004/4211/8NaN1/81<NA>630F#111770
[620.0, 620.5)1561566206200.5004/4211/8NaN1/81<NA>642F#221770
[620.0, 620.5)1561566206200.5004/4111/8NaN1/81<NA>678F#551769
[620.0, 620.5)1561566206200.5004/4111/8NaN1/81<NA>690F#661769
-

8210 rows × 20 columns

-
@@ -3213,32 +801,6 @@

Tone profiles for all major and minor local keys -

@@ -3258,32 +820,6 @@

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

Unigrams -

@@ -3401,356 +901,6 @@

Whole dataset -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoice...phraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
localkey_is_minorcorpusfnamelocalkey_slice
Falsedebussy_suite_bergamasquel075-01_suite_prelude[0.0, 76.0)110076.0004/421...{MFalseFalse(0, 4, 1)()00NaNNaN
[172.0, 188.0)444417217216.0004/421...{Mm7FalseFalse(-1, 1, 5, 2)()1-1NaNNaN
[188.0, 220.0)484818818832.0004/421...NaNMm7FalseFalse(-1, 1, 5, 2)()1-1NaNNaN
[220.0, 236.0)565622022016.0004/421...NaNMM7FalseFalse(0, 4, 1, 5)(2,)00NaNNaN
[236.0, 356.0)6060236236120.0004/421...NaN%7FalseFalse(2, -1, 3, 5)()52NaNNaN
l075-03_suite_clair[0.0, 160.5)1100160.5009/821...{MFalseFalse(4, 1, 0)()04NaNNaN
[160.5, 189.0)3636321/2321/228.53/43/49/821...NaNMFalseFalse(4, 1, 0)()04NaNNaN
[189.0, 324.0)4343189189135.0009/821...NaNMm7FalseFalse(1, 0, 2, -1)()11NaNNaN
Truedebussy_suite_bergamasquel075-01_suite_prelude[76.0, 172.0)2020767696.0004/421...{mFalseTrue(0, -3, 1)()00NaNNaN
l075-02_suite_menuet[0.0, 312.0)1100312.0003/421...{mm7TrueTrue(-1, -4, 0, -3)(2,)-1-1NaNNaN
l075-04_suite_passepied[0.0, 624.0)1100624.0004/421...{mTrueTrue(0, -3, 1)()00NaNNaN
-

11 rows × 31 columns

-

@@ -3861,62 +944,6 @@

Whole dataset -
|   k | major_chord   |   major_% | minor_chord   |   minor_% |
-|----:|:--------------|----------:|:--------------|----------:|
-|   1 | I             |      7.16 | i             |      8.41 |
-|   2 | V7            |      6.27 | III           |      3.39 |
-|   3 | iii           |      5.67 | V7/III        |      2.8  |
-|   4 | IV6           |      3.58 | VI            |      2.51 |
-|   5 | V7(+2)        |      3.58 | i6            |      2.36 |
-|   6 | ii            |      2.99 | IV            |      2.21 |
-|   7 | IV            |      2.99 | iv            |      2.21 |
-|   8 | ii65          |      2.69 | v             |      1.92 |
-|   9 | ii7           |      2.69 | V             |      1.33 |
-|  10 | I6            |      2.69 | V7/VII        |      1.33 |
-|  11 | iii6          |      2.09 | iv7           |      1.18 |
-|  12 | vi43          |      1.79 | V/III         |      1.18 |
-|  13 | viio6         |      1.79 | i(2)          |      1.18 |
-|  14 | ii43          |      1.79 | V43           |      1.18 |
-|  15 | bIII6         |      1.79 | i43           |      1.18 |
-|  16 | V2            |      1.79 | V7            |      1.18 |
-|  17 | V43/IV        |      1.49 | I             |      1.03 |
-|  18 | IV64          |      1.49 | ii            |      1.03 |
-|  19 | V65           |      1.49 | V43/III       |      0.88 |
-|  20 | vii%7         |      1.49 | iv64          |      0.88 |
-|  21 | vii%65        |      1.19 | v7            |      0.88 |
-|  22 | V64           |      1.19 | V7(+2)/III    |      0.74 |
-|  23 | vi            |      1.19 | iv(+6)        |      0.74 |
-|  24 | IM7(+2)       |      1.19 | V7(+2)/VI     |      0.74 |
-|  25 | vi7           |      1.19 | V65(+2)/III   |      0.74 |
-|  26 | I(72)         |      1.19 | #vii%7        |      0.74 |
-|  27 | ii64          |      1.19 | VII6          |      0.74 |
-|  28 | V             |      1.19 | V7/iv         |      0.74 |
-|  29 | V6            |      1.19 | V65/V         |      0.74 |
-|  30 | V7(42)        |      1.19 | V7(+2)/VII    |      0.74 |
-|  31 | IVM7          |      1.19 | VII           |      0.74 |
-|  32 | I64           |      0.9  | i7            |      0.74 |
-|  33 | ii2           |      0.9  | VIM7          |      0.74 |
-|  34 | vi2           |      0.9  | bII           |      0.74 |
-|  35 | vi43(4)       |      0.9  | i64           |      0.74 |
-|  36 | ii65(2)       |      0.9  | io            |      0.59 |
-|  37 | V43           |      0.9  | Ger6/V        |      0.59 |
-|  38 | i64           |      0.9  | VI6           |      0.59 |
-|  39 | I6(2)         |      0.9  | III6          |      0.59 |
-|  40 | IV(+6)        |      0.9  | vii           |      0.59 |
-|  41 | ii6           |      0.9  | bV6           |      0.59 |
-|  42 | V7(2)         |      0.6  | V2            |      0.59 |
-|  43 | V7(4)         |      0.6  | VI64          |      0.59 |
-|  44 | iii64         |      0.6  | i%7           |      0.59 |
-|  45 | V43(4)        |      0.6  | IV64          |      0.59 |
-|  46 | I(+2)         |      0.6  | V2/bVII       |      0.59 |
-|  47 | ii(2)         |      0.6  | III(+6)       |      0.59 |
-|  48 | I+            |      0.6  | #vii%7/iv     |      0.44 |
-|  49 | V43(+6)/IV    |      0.6  | V43(+2)/VII   |      0.44 |
-|  50 | vii%65/IV     |      0.6  | v2            |      0.44 |
-
-
-

@@ -3934,23 +961,6 @@

Per corpus -
localkey_is_minor  corpus                     chord     
-False              debussy_suite_bergamasque  I             24
-                                              V7            21
-                                              iii           19
-                                              IV6           12
-                                              V7(+2)        12
-                                                            ..
-True               debussy_suite_bergamasque  vii%43/bII     1
-                                              #vi7           1
-                                              V65/bI         1
-                                              V2/bI          1
-                                              vii%2/VII      1
-Name: count, Length: 322, dtype: int64
-
-
-
@@ -3993,13 +985,6 @@

Per corpus -
Chords which occur in all corpora, sorted by descending global frequency:
-{False: ['I', 'V7', 'iii', 'V7(+2)', 'IV6', 'ii', 'IV', 'ii65', 'ii7', 'I6', 'iii6', 'ii43', 'vi43', 'V2', 'bIII6', 'viio6', 'V65', 'V43/IV', 'vii%7', 'IV64', 'V7(42)', 'I(72)', 'vi7', 'vii%65', 'vi', 'IVM7', 'V64', 'V', 'IM7(+2)', 'V6', 'ii64', 'ii2', 'V43', 'I6(2)', 'i64', 'ii65(2)', 'I64', 'IV(+6)', 'ii6', 'vi43(4)', 'vi2', 'I(+2)', 'I+', 'vi64', 'V7(2)', 'V7/vi', 'viio65/V', 'vii%65/IV', 'vi6', 'viio43(+2)/V', 'V43(+6)/IV', 'vi(4)', 'ii(2)', 'V7(4)', 'vi(+4)', 'iii64', 'V43(4)', 'I(64)', 'vi65', 'iii65', 'ii65(#4)', 'iii43', 'V43(+2)/IV', 'ii6(2)', 'ii(#7)', 'IV(4)', 'V/V', 'V65/vi', 'V43(2)/IV', 'V43(42)', 'vi43(42)', 'V7/IV', 'IV6(+2)', 'vii%7(2)/IV', 'ii2(6)', 'IVM7(+2)', '#viio2(64)/vi', 'V7/V', 'V7(4+2)', '#viio2/vi', 'V7(+4+2)', 'I+(+2)', 'IV+64', 'ii43(2)', 'IVM7/IV', 'i6(+6)', 'vii%7(64)', 'V7(+2)/IV', 'V+', 'vii%7/IV', 'V43(+2)', 'ii43(4)', 'V43(6)/IV', '#viio7/vi'], True: ['i', 'III', 'V7/III', 'VI', 'i6', 'iv', 'IV', 'v', 'V', 'V7/VII', 'V43', 'V7', 'V/III', 'iv7', 'i(2)', 'i43', 'I', 'ii', 'iv64', 'v7', 'V43/III', 'V7/iv', 'VII6', 'VIM7', 'V7(+2)/VI', '#vii%7', 'V7(+2)/VII', 'i7', 'i64', 'VII', 'V65/V', 'bII', 'iv(+6)', 'V65(+2)/III', 'V7(+2)/III', 'i%7', 'vii', 'bV6', 'III6', 'Ger6/V', 'V2', 'III(+6)', 'VI64', 'io', 'IV64', 'VI6', 'V2/bVII', 'V43(+2)/III', 'vii%43/III', 'I64(7)', 'vii64', 'v64', 'V43/VII', 'bV', 'V65', 'vi', 'V43(+2)/VII', 'bV64', 'IVM7', 'IV6(+6)', 'v2', 'iv65', 'iio', 'V43/bI', 'v6', 'iv(2)', 'iv7(+6)', 'V/vii', 'ii%7/vii', '#vii%7/iv', 'V7(+6)/III', 'vii7', 'vii6(+6)', 'V65/VI', '#viio7/vii', 'V65/#VI', 'vii%2/III', 'V43(2)/III', 'IV6', 'V7(+2)/iv', 'V43(4)', 'v2(2)', 'V+6', 'viio6/VI', 'V/bI', 'vii2', 'ii%43', 'bII(4)', 'V7(+6+2)', 'ii%2', 'V7(42)/bII', '#vii%2/iv', 'V65(+2)/VI', 'IVM7(+2)', 'ii7/VI', 'V43(+2)/V', 'IV7(+6)', 'iii', 'VII(+6+2)', 'v43', 'V43(4)/III', 'i2(4)', 'bII(+2)', 'bII64', 'I(7#2)', 'v(2)', 'I6', 'V7(2)/bII', 'i2', 'bII64(+6)', 'I64', '#vii%7(4)/iv', 'bII(+4)', '#viio6', 'VIM7(+2)', 'vii%43/VII', 'iv2(2)', 'V7/bII', 'III(+4)', '#iii', '#vii%2', '#vi2', 'iv2', 'V43/V', 'vii%7/III', 'V6/III', 'vii%7(4)/III', 'V43/bII', 'I(7)', 'I6(4)', 'V+6(6)', 'iv43(2)', 'VI(7)', 'bIV6', 'vi7', 'bII6', 'V2/IV', 'bIIM7', 'ii(+4+#2)/iv', '#iii65', 'ii65', 'V7(2)/iv', '#VI', 'i43(+2)', '#viio', '#viio7/ii', 'V7(#62)/iv', 'V/iv', 'iv7(6)', 'ii43', 'vii%43', 'V7/bV', 'V/VII', 'ii%7', 'V2/bI', 'ii7', '#viio7/iv', 'IV(2)', '#viio64', 'V/V', 'ii2', 'ii/iv', 'V7(4)/VII', 'V2/V', 'I(2)', 'V43(42)/III', 'viio65/V', 'IIIM7', 'iii/bII', 'bIM7', 'ii7/bII', '#vii%65', 'ii%43/V', 'III+', 'IV6(72)', 'vi6/bII', 'IM7', 'vii%43/bII', 'vi6', 'V7(2)/VI', 'V2(6)/IV', 'V7/V', 'iii6', 'viio/V', 'I64(76)', 'IV7(+6+2)', '#vi7', 'V65/III', 'V65/bI', 'V7(+4+2)', 'vii6', '#vi%7', 'V65/iv', 'I64(6)', 'V7(4)', 'I6(6)', 'V43(2)', 'vii%2/VII', 'V2/bV', 'V7(6)/VII', 'iv2(+6)', 'IV2', 'VIIM65', 'i(+4+2)', 'i(742)', 'V2/#vi', 'V7/#VI', 'IIIM2', 'I64(4)', 'vii%7(6)/VII', 'v%7', 'V43(4)/VI', 'V7/#vi', 'V/bV', 'viio7/VII', 'ii64', 'vii%7/VII', 'VIM65', 'vi7/bII', 'VII(6)', 'VIIM7', 'I(#2)', 'IV7(+2)', 'V7(6)/III', 'VII6(+6)', 'i6(4)', '#vi', '#viio43']}
-Counts: {False: 94, True: 228}
-
-
-

@@ -4017,23 +1002,6 @@

Per piece -
localkey_is_minor  fname                    chord  
-False              l075-01_suite_prelude    I          12
-                                            V7         12
-                                            IV6         9
-                                            IV          8
-                                            V7(+2)      8
-                                                       ..
-True               l075-04_suite_passepied  III6        1
-                                            III(+6)     1
-                                            vi7         1
-                                            bIM7        1
-                                            IV64        1
-Name: count, Length: 406, dtype: int64
-
-
-

@@ -4072,23 +1035,6 @@

Whole dataset -
localkey_is_minor  from         to         
-False              I            iii            8
-                   V7           I              6
-                   iii          bIII6          5
-                   iii6         V7             5
-                   vii%65       iii6           4
-                                              ..
-True               V65(+2)/III  v64            1
-                                V43(+2)/III    1
-                                III+           1
-                   V65          i(+4+2)        1
-                   viio7/VII    VII            1
-Name: count, Length: 698, dtype: int64
-
-
-
@@ -4166,23 +1062,6 @@

Per corpus -
localkey_is_minor  corpus                     from         to         
-False              debussy_suite_bergamasque  I            iii            8
-                                              V7           I              6
-                                              iii          bIII6          5
-                                              iii6         V7             5
-                                              vii%65       iii6           4
-                                                                         ..
-True               debussy_suite_bergamasque  V65(+2)/III  v64            1
-                                                           V43(+2)/III    1
-                                                           III+           1
-                                              V65          i(+4+2)        1
-                                              viio7/VII    VII            1
-Name: count, Length: 698, dtype: int64
-
-
-

@@ -4463,23 +1126,6 @@

Per piece -
-
localkey_is_minor  fname                    from        to        
-False              l075-01_suite_prelude    iii6        V7            4
-                                            I(72)       I             4
-                                            I           V65           4
-                                            iii         V64           4
-                                            V64         I(72)         4
-                                                                     ..
-True               l075-04_suite_passepied  V65(+2)/VI  VI            1
-                                            V65/III     V7(+6)/III    1
-                                            V65/V       i43(+2)       1
-                                            V7          I             1
-                                            viio65/V    V/V           1
-Name: count, Length: 712, dtype: int64
-
-
-

diff --git a/notebooks/cadences.html b/notebooks/cadences.html index 566044a..6727ba6 100644 --- a/notebooks/cadences.html +++ b/notebooks/cadences.html @@ -396,9 +396,9 @@

Cadences
Data and software versions
 --------------------------
 
-Data repo 'debussy_piano' @ c64b68d
+Data repo 'debussy_piano' @ fd3b785
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -413,40 +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   parsed detected
-corpus                                                          
-debussy_childrens_corner        yes  annotated        0        0
-debussy_deux_arabesques         yes  annotated        0        0
-debussy_estampes                yes  annotated        0        0
-debussy_etudes                  yes  annotated        0        0
-debussy_images                  yes  annotated        0        0
-debussy_other_piano_pieces      yes  annotated        0        0
-debussy_pour_le_piano           yes  annotated        0        0
-debussy_preludes                yes  annotated        0        0
-publication_data_and_code        no  annotated        0        0
-debussy_suite_bergamasque       yes  annotated        4        4
-
-11/12 facets are excluded from this view.
+
---------------------------------------------------------------------------
+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 = 4 annotated pieces, 4 parsed dataframes.
-
-
-

Metadata#

@@ -459,100 +448,6 @@

Metadata -
Concatenated 'metadata.tsv' files cover 4 of the 4 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
debussy_suite_bergamasquel075-01_suite_prelude1: 4/41: -189.089.0356.089.089.0356.01533.671721.0870.00.00.0274.0F2.3.0Adrian Nagel (2.1.1), Amelia Brey (2.3.0)AB, AN
-

@@ -566,776 +461,6 @@

All annotation labels from the selected pieces -
1013 hand-annotated harmony labels:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   mcmnquarterbeatsquarterbeats_all_endingsduration_qbmc_onsetmn_onsettimesigstaffvoicelabelglobalkeylocalkeypedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
corpuspiecei                               
debussy_suite_bergamasquel075-01_suite_prelude011002.000000004/421F.I{FInanIInannannannannan{MFalseFalse(0, 4, 1)()00nannan
111226.0000001/21/24/421V7(+2)FInanV7(+2)Vnan7+2nannannanMm7FalseFalse(1, 5, 2, -1)(3,)11nannan
233882.000000004/421I(+2)FInanI(+2)Inannan+2nannannanMFalseFalse(0, 4, 1)(2,)00nannan
33310102.0000001/21/24/421IV(+6)FInanIV(+6)IVnannan+6nannannanMFalseFalse(-1, 3, 0)(2,)-1-1nannan
44412122.000000004/421iii65FInaniii65iiinan65nannannannanmm7FalseFalse(1, 5, 2, 4)()41nannan
54414142.0000001/21/24/421ii43FInanii43iinan43nannannannanmm7FalseFalse(3, 0, 2, -1)()23nannan
65516161.000000004/421IVFInanIVIVnannannannannannanMFalseFalse(-1, 3, 0)()-1-1nannan
75517171.0000001/41/44/421IVM7FInanIVM7IVM7nannannannanMM7FalseFalse(-1, 3, 0, 4)()-1-1nannan
85518182.0000001/21/24/421V2FInanV2Vnan2nannannannanMm7FalseFalse(-1, 1, 5, 2)()1-1nannan
96620201.000000004/421I6(2)FInanI6(2)Inan62nannannanMFalseFalse(4, 1, 2)()04nannan
106621211.0000001/41/44/421vi43FInanvi43vinan43nannannannanmm7FalseFalse(4, 1, 3, 0)()34nannan
116622220.5000001/21/24/421ii7FInanii7iinan7nannannannanmm7FalseFalse(2, -1, 3, 0)()22nannan
126645/245/20.5000005/85/84/421viio6FInanviio6viio6nannannannanoFalseFalse(2, -1, 5)()52nannan
136623230.5000003/43/44/421V7(42)FInanV7(42)Vnan742nannannanMm7FalseFalse(3, 0, 2, -1)()13nannan
146647/247/20.5000007/87/84/421V7FInanV7Vnan7nannannannanMm7FalseFalse(1, 5, 2, -1)()11nannan
157724242.000000004/421I|IAC}{FInanIInannannannanIAC}{MFalseFalse(0, 4, 1)()00nannan
167726266.0000001/21/24/421V7(+2)FInanV7(+2)Vnan7+2nannannanMm7FalseFalse(1, 5, 2, -1)(3,)11nannan
179932322.000000004/421vii%7(2)/IVFInanvii%7(2)/IVvii%72IVnannan%7FalseFalse(-1, 1, -2, 2)()4-1nannan
189934342.0000001/21/24/421vii%7/IVFInanvii%7/IVvii%7nanIVnannan%7FalseFalse(4, 1, -2, 2)()44nannan
19101036362.000000004/421IVM7/IVFInanIVM7/IVIVM7nanIVnannanMM7FalseFalse(-2, 2, -1, 3)()-2-2nannan
-

Filtering out pieces without cadence annotations#

@@ -1347,11 +472,6 @@

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

@@ -1365,14 +485,6 @@

Show corpora containing pieces with cadence annotations -
-
1 corpora with 4 pieces containing cadence annotations:
-
-
-
{'debussy_suite_bergamasque': '4 pieces'}
-
-
-

@@ -1386,280 +498,6 @@

All annotation labels from the selected pieces -
1013 hand-annotated harmony labels:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   pedalchordnumeralformfigbasschangesrelativerootcadencephraseendchord_typeglobalkey_is_minorlocalkey_is_minorchord_tonesadded_tonesrootbass_notealt_labelspecial
corpusfnameinterval                  
debussy_suite_bergamasquel075-01_suite_prelude[0.0, 2.0)nanIInannannannannan{MFalseFalse(0, 4, 1)()00nannan
[2.0, 8.0)nanV7(+2)Vnan7+2nannannanMm7FalseFalse(1, 5, 2, -1)(3,)11nannan
[8.0, 10.0)nanI(+2)Inannan+2nannannanMFalseFalse(0, 4, 1)(2,)00nannan
[10.0, 12.0)nanIV(+6)IVnannan+6nannannanMFalseFalse(-1, 3, 0)(2,)-1-1nannan
[12.0, 14.0)naniii65iiinan65nannannannanmm7FalseFalse(1, 5, 2, 4)()41nannan
[14.0, 16.0)nanii43iinan43nannannannanmm7FalseFalse(3, 0, 2, -1)()23nannan
[16.0, 17.0)nanIVIVnannannannannannanMFalseFalse(-1, 3, 0)()-1-1nannan
[17.0, 18.0)nanIVM7IVM7nannannannanMM7FalseFalse(-1, 3, 0, 4)()-1-1nannan
[18.0, 20.0)nanV2Vnan2nannannannanMm7FalseFalse(-1, 1, 5, 2)()1-1nannan
[20.0, 21.0)nanI6(2)Inan62nannannanMFalseFalse(4, 1, 2)()04nannan
-

@@ -1673,176 +511,6 @@

Metadata -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TimeSigKeySiglast_mclast_mnlength_qblast_mc_unfoldedlast_mn_unfoldedlength_qb_unfoldedvolta_mcsall_notes_qb...ambitusimslpviafmusicbrainzwikidatatextstaff_1_ambitusstaff_1_instrumentstaff_2_ambitusstaff_2_instrument
datasetpiece
debussy_suite_bergamasquel075-01_suite_prelude1: 4/41: -189.089.0356.089.089.0356.01533.67...24-94 (C1-Bb6)https://imslp.org/wiki/Suite_bergamasque_(Debu...https://viaf.org/viaf/177398380https://musicbrainz.org/work/fe4cfa64-156a-3d7...https://www.wikidata.org/wiki/Q29117932<b>Prélude</b>48-94 (C3-Bb6)Piano24-90 (C1-F#6)Piano
l075-02_suite_menuet1: 3/41: 0, 73: -3, 80: 3, 97: 0104.0104.0312.0104.0104.0312.01266.00...27-93 (Eb1-A6)https://imslp.org/wiki/Suite_bergamasque_(Debu...https://viaf.org/viaf/177398380https://musicbrainz.org/work/82ea1cd4-1692-3b5...https://www.wikidata.org/wiki/Q29117940; <b>Menuet</b>50-93 (D3-A6)Piano27-77 (Eb1-F5)Piano
l075-03_suite_clair1: 9/81: -5, 37: 4, 43: -572.072.0324.072.072.0324.01464.00...27-97 (Eb1-C#7)https://imslp.org/wiki/Suite_bergamasque_(Debu...https://viaf.org/viaf/177398380https://musicbrainz.org/work/8d331505-4d88-39a...https://www.wikidata.org/wiki/Q29117946<b>Clair de lune</b>54-97 (Gb3-C#7)Piano27-97 (Eb1-C#7)Piano
l075-04_suite_passepied1: 4/41: 3, 76: -4, 88: 3156.0156.0624.0156.0156.0624.01825.33...30-97 (F#1-C#7)https://imslp.org/wiki/Suite_bergamasque_(Debu...https://viaf.org/viaf/177398380https://musicbrainz.org/work/59cce5c6-5483-32c...https://www.wikidata.org/wiki/Q29117951<b>Passepied</b>50-97 (D3-C#7)Piano30-76 (F#1-E5)Piano
-

4 rows × 54 columns

-
-
-
-

@@ -1923,71 +545,6 @@

Overall -
29 cadence labels.
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
cadence
IAC80.275862
HC80.275862
PAC70.241379
DC30.103448
PC20.068966
EC10.034483
-
@@ -1995,32 +552,6 @@

Overall -

@@ -2034,32 +565,6 @@

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

Per dataset -

@@ -2122,53 +601,6 @@

Number of cadences per phrase -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#phrases%
n_cadences
1230.92
210.04
310.04
-
@@ -2182,32 +614,6 @@

Number of cadences per phrase -

@@ -2218,48 +624,6 @@

Combinations of cadence types for phrases with more than one cadence -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
cadences
(DC, PAC)10.5
(EC, DC, PAC)10.5
-

@@ -2298,32 +662,6 @@

Positioning of cadences within phrases -

@@ -2342,11 +680,6 @@

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

Ultimae as Roman numeral#

@@ -2380,32 +713,6 @@

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

Ultimae bass note as scale degree -

@@ -2518,76 +799,6 @@

PACs with ultima I/i -
-
Progressions for 7 cadences:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
chord progressions
(I, V7(+2), vii%7(2)/IV, vii%7/IV, IVM7/IV, V7(+2)/IV, IV, V6, IV6, V, IV, iii, ii, I+, IV, V6, IV6, V, IV, iii, ii, I+, ii7, viio6, IV64, I, IV6, ii6, viio6, IV64, IV6, iii, IVM7, V, iii, vi, V, IV, I6, ii, V7(4+2), V7(+2), I(64))10.142857
(i, i(2), i, iv(+6), i, i(2), i, I, I(2), I, VI, V7(6)/III, V7/III, i, iv, v, i, V7/III, i)10.142857
(iv7(+6), IV7(+6), iv7(+6), IV7(+6), i, v6, V43/V, vi, III6, viio/V, iv, I6, i6, v%7, i)10.142857
(i, v7, i, v7, i, v7, i, v7, i, v7, i, V/III, III, V7/III, III, V7/III, III, vii7, III, V7/III, III, V7/III, III, V/bV, bV, ii%7/vii, v, iii/bII, vi7/bII, ii7/bII, V7(42)/bII, V7/bII, V7(2)/bII, bII64, bII64(+6), V7(42)/bII, V7/bII, V7(2)/bII, bII64, bII64(+6), viio6/VI, VI6, vii, vii2, V65/VI, vii64, V7(+2)/VI, i6, viio6/VI, VI6, vii, vii2, V65/VI, vii64, V7(+2)/VI, i6, bII6, III6, i6, bII(4), bII, bII(+2), vi6/bII, bIIM7, vii%43/bII, bII(4), bII, bII(+2), v, VIM7, v6, i, v43, i, V7/III, ii%43, v, VIM7, v6, i, v43, i6, IV7(+6+2), iv2(+6), IV2, IV7(+2), VII(+6+2), III(+6), VII(+6+2), i, #vi%7, III6, v, i(742))10.142857
(#vi7, #iii, V, V7, V2, V7, I64(4), #viio6, #vii%7, I, I64, #vi2, I6(4), #viio6, #vii%7, I, I64, #vi2, IVM7(+2), IVM7, #viio, IVM7(+2), IVM7, ii, ii64, ii2, #vii%7, V7/#vi, V2/#vi, #vi, IV, IV(2), IV, ii7, ii, i, V7, i, V/III, III, V7/III, III, V/III, i, V7, i, V/III, III, V7/III, III, v, III, v64, i)10.142857
(I, V7/IV, ii65(2), ii65, V43(2)/IV, V43/IV, vi(4), vi, I6, vi64, I6, ii7, V7, iii6, V7, I)10.142857
(V65(+2)/VI, V, V65(+2)/VI, VI, vii%43/III, VI, vii%43/III, VI, vii%43/III, VI, VI(7), V7(+2)/III, V65(+2)/III, V43(+2)/III, iv64, vii%2/III, iv64, V7/III, iv64, vii%2/III, iv64, V7/III, i, Ger6/V, i43, V7/VII, i, Ger6/V, i43, V7/VII, i43, V7/VII, vii%43/VII, vii%2/VII, V65, i)10.142857
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
numeral progressions
(I, V, vii, vii, IV, V, IV, V, IV, V, IV, iii, ii, I, IV, V, IV, V, IV, iii, ii, I, ii, vii, IV, I, IV, ii, vii, IV, IV, iii, IV, V, iii, vi, V, IV, I, ii, V, V, I)10.142857
(i, i, i, iv, i, i, i, I, I, I, VI, V, V, i, iv, v, i, V, i)10.142857
(iv, IV, iv, IV, i, v, V, vi, III, vii, iv, I, i, v, i)10.142857
(i, v, i, v, i, v, i, v, i, v, i, V, III, V, III, V, III, vii, III, V, III, V, III, V, bV, ii, v, iii, vi, ii, V, V, V, bII, bII, V, V, V, bII, bII, vii, VI, vii, vii, V, vii, V, i, vii, VI, vii, vii, V, vii, V, i, bII, III, i, bII, bII, bII, vi, bII, vii, bII, bII, bII, v, VI, v, i, v, i, V, ii, v, VI, v, i, v, i, IV, iv, IV, IV, VII, III, VII, i, #vi, III, v, i)10.142857
(#vi, #iii, V, V, V, V, I, #vii, #vii, I, I, #vi, I, #vii, #vii, I, I, #vi, IV, IV, #vii, IV, IV, ii, ii, ii, #vii, V, V, #vi, IV, IV, IV, ii, ii, i, V, i, V, III, V, III, V, i, V, i, V, III, V, III, v, III, v, i)10.142857
(I, V, ii, ii, V, V, vi, vi, I, vi, I, ii, V, iii, V, I)10.142857
(V, V, V, VI, vii, VI, vii, VI, vii, VI, VI, V, V, V, iv, vii, iv, V, iv, vii, iv, V, i, vii, i, V, i, vii, i, V, i, V, vii, vii, V, i)10.142857
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
(I, V, vii, IV, V, IV, V, IV, V, IV, iii, ii, I, IV, V, IV, V, IV, iii, ii, I, ii, vii, IV, I, IV, ii, vii, IV, iii, IV, V, iii, vi, V, IV, I, ii, V, I)10.142857
(i, iv, i, I, VI, V, i, iv, v, i, V, i)10.142857
(iv, IV, iv, IV, i, v, V, vi, III, vii, iv, I, i, v, i)10.142857
(i, v, i, v, i, v, i, v, i, v, i, V, III, V, III, V, III, vii, III, V, III, V, III, V, bV, ii, v, iii, vi, ii, V, bII, V, bII, vii, VI, vii, V, vii, V, i, vii, VI, vii, V, vii, V, i, bII, III, i, bII, vi, bII, vii, bII, v, VI, v, i, v, i, V, ii, v, VI, v, i, v, i, IV, iv, IV, VII, III, VII, i, #vi, III, v, i)10.142857
(#vi, #iii, V, I, #vii, I, #vi, I, #vii, I, #vi, IV, #vii, IV, ii, #vii, V, #vi, IV, ii, i, V, i, V, III, V, III, V, i, V, i, V, III, V, III, v, III, v, i)10.142857
(I, V, ii, V, vi, I, vi, I, ii, V, iii, V, I)10.142857
(V, VI, vii, VI, vii, VI, vii, VI, V, iv, vii, iv, V, iv, vii, iv, V, i, vii, i, V, i, vii, i, V, i, V, vii, V, i)10.142857
-
@@ -2747,71 +829,6 @@

PACs ending on scale degree 1 -
Progressions for 6 cadences:
-
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
counts%
bass progressions
(1, 5, 4, 3, b7, 1, 4, 7, 6, 5, 4, 3, 2, 1, 4, 7, 6, 5, 4, 3, 2, 1, 2, 2, 1, 1, 6, 4, 2, 1, 6, 3, 4, 5, 3, 6, 5, 4, 3, 2, 5, 5, 1)10.166667
(1, 2, 1, 4, 1, 2, 1, 1, 2, 1, b6, b7, b7, 1, 4, 5, 1, b7, 1)10.166667
(4, 4, 4, 4, 1, b7, 6, b6, 5, #4, 4, 3, b3, 5, 1)10.166667
(6, 3, 5, 5, 4, 5, 5, 2, 7, 1, 5, 5, 4, 2, 7, 1, 5, 5, 4, 4, 7, 4, 4, 2, 6, 1, 7, 3, 2, 6, 4, 5, 4, 2, 2, 1, 5, 1, b7, b3, b7, b3, b7, 1, 5, 1, b7, b3, b7, b3, 5, b3, 2, 1)10.166667
(1, 1, 4, 4, 5, 5, 6, 6, 3, 3, 3, 2, 5, 5, 5, 1)10.166667
(5, 5, 5, b6, b6, b6, b6, b6, b6, b6, b6, b7, 2, 4, 1, 1, 1, b7, 1, 1, 1, b7, 1, b3, 5, 4, 1, b3, 5, 4, 5, 4, b3, 5, 7, 1)10.166667
-
@@ -2949,32 +909,6 @@

Chordal roots for the 3 last stages -

@@ -2986,32 +920,6 @@

Complete chords for the last four stages in major -
-

@@ -3022,32 +930,6 @@

Bass degrees for the last 6 stages. -

@@ -3062,32 +944,6 @@

Bass degrees without accidentals -

@@ -3101,35 +957,6 @@

HCs ending on V -
Progressions for 6 cadences:
-
-
-
diff --git a/notebooks/notes_stats.html b/notebooks/notes_stats.html index c27aeed..478045a 100644 --- a/notebooks/notes_stats.html +++ b/notebooks/notes_stats.html @@ -400,9 +400,9 @@

Notes#
Data and software versions
 --------------------------
 
-Data repo 'debussy_piano' @ c64b68d
+Data repo 'debussy_piano' @ fd3b785
 dimcat version 0.3.0
-ms3 version 2.2.1
+ms3 version 2.5.2
 
@@ -534,8 +534,8 @@

Metadata -
WARNING  ms3.Parse.debussy_etudes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1245) check_number_of_unparsed_scores():
+
WARNING  ms3.Parse.debussy_etudes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1255) check_number_of_unparsed_scores():
 	You have set force=True, which forces me to parse 12 scores iteratively. Next time, call _.parse() on me, so we can speed this up!
 
-
WARNING  ms3.Parse.debussy_other_piano_pieces -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1245) check_number_of_unparsed_scores():
+
WARNING  ms3.Parse.debussy_other_piano_pieces -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1255) check_number_of_unparsed_scores():
 	You have set force=True, which forces me to parse 19 scores iteratively. Next time, call _.parse() on me, so we can speed this up!
 
-
WARNING  ms3.Parse.debussy_preludes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1245) check_number_of_unparsed_scores():
+
WARNING  ms3.Parse.debussy_preludes -- /home/runner/.local/lib/python3.10/site-packages/ms3/corpus.py (line 1255) check_number_of_unparsed_scores():
 	You have set force=True, which forces me to parse 24 scores iteratively. Next time, call _.parse() on me, so we can speed this up!
 
@@ -1167,9 +1167,9 @@

Ambitus
-