Skip to content

Commit

Permalink
[bot] ms3 review of all scores (tests failed)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 13, 2023
1 parent 5e688a6 commit 3ae328e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 15 deletions.
14 changes: 7 additions & 7 deletions harmonies/csv-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@language": "en "
}
],
"dc:title": "DCML harmony annotations for grieg_lyrical_pieces",
"dc:title": "DCML harmony annotations for grieg_lyric_pieces",
"dialect": {
"delimiter": "\t"
},
"dc:description": "One feature matrix per score, containing one line per label. The first columns (until 'label') are the same as in extracted 'labels' tables with the difference that only those harmony labels that match the DCML harmony annotation standard (dcmlab.github.io/standards) are included. Since these follow a specific syntax, they can be split into their components (features) and transformed into scale degrees. For more information, please refer to the docs at https://johentsch.github.io/ms3/columns",
"dc:created": "2022-12-22T15:57:08",
"dc:created": "2023-01-13T22:24:34",
"dc:creator": [
{
"@context": "https://schema.org/",
Expand All @@ -22,7 +22,7 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "1.0.4"
"softwareVersion": "1.1.1"
}
],
"tables": [
Expand Down Expand Up @@ -276,6 +276,10 @@
"titles": "voice",
"datatype": "integer"
},
{
"titles": "volta",
"datatype": "integer"
},
{
"titles": "label",
"datatype": "string"
Expand All @@ -300,10 +304,6 @@
"titles": "chord",
"datatype": "string"
},
{
"titles": "special",
"datatype": "string"
},
{
"titles": "numeral",
"datatype": "string"
Expand Down
6 changes: 3 additions & 3 deletions measures/csv-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@language": "en "
}
],
"dc:title": "Measure tables for grieg_lyrical_pieces",
"dc:title": "Measure tables for grieg_lyric_pieces",
"dialect": {
"delimiter": "\t"
},
"dc:description": "One feature matrix per score, containing one line per stack of <Measure> tags in the score's XML tree. They are counted in the column 'mc' starting from 1, whereas the conventional measure numbers are shown in the column 'mn'. One MN is frequently composed in two (or more) MCs. Furthermore, these tables include special bar lines, repeat signs, first and second endings, irregular measure lengths, as well as the column 'next' which contains follow-up MCs for unfolding a score's repeat structure. For more information, please refer to the docs at https://johentsch.github.io/ms3/columns",
"dc:created": "2022-12-22T15:57:08",
"dc:created": "2023-01-13T22:24:34",
"dc:creator": [
{
"@context": "https://schema.org/",
Expand All @@ -22,7 +22,7 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "1.0.4"
"softwareVersion": "1.1.1"
}
],
"tables": [
Expand Down
9 changes: 4 additions & 5 deletions notes/csv-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
"@language": "en "
}
],
"dc:title": "Note tables for grieg_lyrical_pieces",
"dc:title": "Note tables for grieg_lyric_pieces",
"dialect": {
"delimiter": "\t"
},
"dc:description": "One feature matrix per score, containing one row per note head. Not every row represents an onset because note heads may be tied together (see column 'tied'). For more information, please refer to the docs at https://johentsch.github.io/ms3/columns",
"dc:created": "2022-12-22T15:57:08",
"dc:created": "2023-01-13T22:24:34",
"dc:creator": [
{
"@context": "https://schema.org/",
Expand All @@ -22,7 +22,7 @@
"name": "Johannes Hentschel",
"@id": "https://orcid.org/0000-0002-1986-9545"
},
"softwareVersion": "1.0.4"
"softwareVersion": "1.1.1"
}
],
"tables": [
Expand Down Expand Up @@ -288,8 +288,7 @@
}
},
{
"titles": "gracenote",
"datatype": "string"
"titles": "tremolo"
},
{
"titles": "nominal_duration",
Expand Down

0 comments on commit 3ae328e

Please sign in to comment.