wagner_overtures
Science Score: 75.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 6 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
✓Institutional organization owner
Organization dcmlab has institutional domain (www.epfl.ch) -
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: DCMLab
- Default Branch: main
- Homepage: https://dcmlab.github.io/wagner_overtures/
- Size: 73.1 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
- Releases: 5
Metadata Files
README.md
This is a README file for a data repository originating from the DCML corpus initiative and serves as welcome page for both
- the GitHub repo https://github.com/DCMLab/wagner_overtures and the corresponding
- documentation page https://dcmlab.github.io/wagner_overtures
For information on how to obtain and use the dataset, please refer to this documentation page.
When you use (parts of) this dataset in your work, please read and cite the accompanying data report:
Hentschel, J., Rammos, Y., Neuwirth, M., & Rohrmeier, M. (2025). A corpus and a modular infrastructure for the empirical study of (an)notated music. Scientific Data, 12(1), 685. https://doi.org/10.1038/s41597-025-04976-z
Richard Wagner – Overtures (A corpus of annotated scores)
Here we have two contrasting Wagner overtures in piano reduction: in Tristan und Isolde, one of his most futuristic efforts, and in Die Meistersinger von Nürnberg, one of his most traditional. The contrast is all the more interesting in the context of the knowledge that they were composed at about the same time; their stylistic differences thus reflect a difference in the themes of their associated operas rather than a development of the composer's technique. In the case of Meistersinger, our annotations identify the rich layers of granular detail with which Wagner has decorated what are ostensibly rustic and simple harmonies. Conversely, in Tristan, which famously contains very few resolutions to the tonic triad, we have quantified just how far Wagner was able to go in delaying harmonic closure, and these annotations will prove useful in future research modeling extreme harmonic phenomena.
Getting the data
- download repository as a ZIP file
- download a Frictionless Datapackage that includes concatenations
of the TSV files in the four folders (
measures,notes,chords, andharmonies) and a JSON descriptor: - clone the repo:
git clone https://github.com/DCMLab/wagner_overtures.git
Data Formats
Each piece in this corpus is represented by five files with identical name prefixes, each in its own folder. For example, the “Vorspiel” of Tristan und Isolde has the following files:
MS3/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.mscx: Uncompressed MuseScore 3.6.2 file including the music and annotation labels.notes/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.notes.tsv: A table of all note heads contained in the score and their relevant features (not each of them represents an onset, some are tied together)measures/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.measures.tsv: A table with relevant information about the measures in the score.chords/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.chords.tsv: A table containing layer-wise unique onset positions with the musical markup (such as dynamics, articulation, lyrics, figured bass, etc.).harmonies/WWV090_Tristan_01_Vorspiel-Prelude_Ricordi1888Floridia.harmonies.tsv: A table of the included harmony labels (including cadences and phrases) with their positions in the score.
Each TSV file comes with its own JSON descriptor that describes the meanings and datatypes of the columns ("fields") it contains, follows the Frictionless specification, and can be used to validate and correctly load the described file.
Opening Scores
After navigating to your local copy, you can open the scores in the folder MS3 with the free and open source score
editor MuseScore. Please note that the scores have been edited, annotated and tested with
MuseScore 3.6.2.
MuseScore 4 has since been released which renders them correctly but cannot store them back in the same format.
Opening TSV files in a spreadsheet
Tab-separated value (TSV) files are like Comma-separated value (CSV) files and can be opened with most modern text
editors. However, for correctly displaying the columns, you might want to use a spreadsheet or an addon for your
favourite text editor. When you use a spreadsheet such as Excel, it might annoy you by interpreting fractions as
dates. This can be circumvented by using Data --> From Text/CSV or the free alternative
LibreOffice Calc. Other than that, TSV data can be loaded with
every modern programming language.
Loading TSV files in Python
Since the TSV files contain null values, lists, fractions, and numbers that are to be treated as strings, you may want
to use this code to load any TSV files related to this repository (provided you're doing it in Python). After a quick
pip install -U ms3 (requires Python 3.10 or later) you'll be able to load any TSV like this:
```python import ms3
labels = ms3.loadtsv("harmonies/WWV090Tristan01Vorspiel-PreludeRicordi1888Floridia.harmonies.tsv") notes = ms3.loadtsv("notes/WWV090Tristan01Vorspiel-PreludeRicordi1888Floridia.notes.tsv") ```
Version history
See the GitHub releases.
Questions, Suggestions, Corrections, Bug Reports
Please create an issue and/or feel free to fork and submit pull requests.
Cite as
Hentschel, J., Rammos, Y., Neuwirth, M., & Rohrmeier, M. (2025). A corpus and a modular infrastructure for the empirical study of (an)notated music. Scientific Data, 12(1), 685. https://doi.org/10.1038/s41597-025-04976-z
License
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).

Overview
| filename |measures|labels|standard| annotators | |----------------------------------------------------------|-------:|-----:|--------|------------| |WWV090Tristan01Vorspiel-PreludeRicordi1888Floridia | 111| 359|2.1.0 |Adrian Nagel| |WWV096-Meistersinger01Vorspiel-PreludeSchottKleinmichel| 222| 1074|2.1.0 |Adrian Nagel|
Overview table automatically updated using ms3.
Owner
- Name: Digital and Cognitive Musicology Lab
- Login: DCMLab
- Kind: organization
- Location: Lausanne, CH
- Website: https://www.epfl.ch/labs/dcml/
- Repositories: 26
- Profile: https://github.com/DCMLab
The Digital and Cognitive Musicology Lab at École Polytechnique Fédérale de Lausanne (EPFL)
Citation (CITATION.cff)
cff-version: 1.2.0
title: 'Richard Wagner – Overtures (A corpus of annotated scores)'
message: >-
Please cite this dataset using the metadata from
'preferred-citation'.
type: dataset
authors:
- given-names: Johannes
family-names: Hentschel
email: johannes.hentschel@bruckneruni.at
affiliation: Anton Bruckner University Linz
orcid: 'https://orcid.org/0000-0002-1986-9545'
- given-names: Yannis
family-names: Rammos
email: yannis.rammos@epfl.ch
affiliation: École Polytechnique Fédérale de Lausanne
orcid: 'https://orcid.org/0000-0003-1455-5990'
- given-names: Markus
family-names: Neuwirth
email: markus.neuwirth@bruckneruni.at
affiliation: Anton Bruckner University Linz
orcid: 'https://orcid.org/0000-0003-1990-052X'
- given-names: Martin
family-names: Rohrmeier
email: martin.rohrmeier@epfl.ch
affiliation: École Polytechnique Fédérale de Lausanne
orcid: 'https://orcid.org/0000-0002-4323-7257'
identifiers:
- type: doi
value: 10.5281/zenodo.14997120
- type: url
value: 'https://zenodo.org/doi/10.5281/zenodo.14997120'
url: 'https://zenodo.org/doi/10.5281/zenodo.14997120'
doi: 10.5281/zenodo.14997120
repository: 'https://github.com/DCMLab/wagner_overtures'
abstract: >-
<jats:p>This corpus of annotated MuseScore files has been
created within the DCML corpus initiative and employs the
DCML harmony annotation standard. It is one out of ~40
similar corpora that have been grouped together to the
"Distant Listening Corpus" which comes with the data
report "A corpus and a modular infrastructure for the
empirical study of (an)notated music":
https://doi.org/10.1038/s41597-025-04976-z</jats:p>
keywords:
- expert-annotated dataset
- tonal harmony
- music research
- music theory
- music analysis
- music history
- computational musicology
- corpus studies
- corpora
- symbolic dataset
- scores
- annotated dataset
- harmony
- key annotations
- chord annotations
- phrase annotations
- cadence annotations
- common practice
- research data management
license: CC-BY-NC-4.0
version: v2.6
date-released: '2025-04-27'
preferred-citation:
authors:
- given-names: Johannes
family-names: Hentschel
email: johannes.hentschel@bruckneruni.at
affiliation: Anton Bruckner University Linz
orcid: 'https://orcid.org/0000-0002-1986-9545'
- given-names: Yannis
family-names: Rammos
email: yannis.rammos@epfl.ch
affiliation: École Polytechnique Fédérale de Lausanne
orcid: 'https://orcid.org/0000-0003-1455-5990'
- given-names: Markus
family-names: Neuwirth
email: markus.neuwirth@bruckneruni.at
affiliation: Anton Bruckner University Linz
orcid: 'https://orcid.org/0000-0003-1990-052X'
- given-names: Martin
family-names: Rohrmeier
email: martin.rohrmeier@epfl.ch
affiliation: École Polytechnique Fédérale de Lausanne
orcid: 'https://orcid.org/0000-0002-4323-7257'
title: >-
A corpus and a modular infrastructure for the empirical study of (an)notated
music
doi: 10.1038/s41597-025-04976-z
url: 'https://doi.org/10.1038/s41597-025-04976-z'
identifiers:
- type: doi
value: 10.1038/s41597-025-04976-z
- type: url
value: 'https://doi.org/10.1038/s41597-025-04976-z'
- type: other
value: 'urn:issn:2052-4463'
type: article
journal: Scientific Data
issn: 2052-4463
publisher:
name: Springer Nature
volume: 12
issue: 1
year: 2025
month: 4
start: 685
abstract: >-
<jats:p>The present corpus is the outcome of a long-term collaborative effort
to produce analytically annotated music scores suitable for the
computer-assisted study of European compositions since 1600. With 1283
analytically annotated, symbolically encoded music scores by 36 composers,
our corpus amounts to one of the largest published resources of its kind. At
the same time, it provides a modular digital infrastructure for the
accountable, collaborative curation of annotated scores (“sheet music”). All
annotations were created and reviewed by a team of trained music theorists,
who collaborated online using the git version control software according to
a formally codified workflow. To improve the consistency of analytical
practices given the diversity of represented eras and genres, the corpus has
been automatically parsed for notational well-formedness and cross-reviewed
by annotators for adherence to our music-analytical guidelines. The
computational infrastructure has been designed with “data persistence” and
open access in mind.</jats:p>
GitHub Events
Total
- Release event: 2
- Delete event: 3
- Push event: 56
- Pull request review event: 1
- Pull request event: 5
- Create event: 6
Last Year
- Release event: 2
- Delete event: 3
- Push event: 56
- Pull request review event: 1
- Pull request event: 5
- Create event: 6
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Total issue authors: 0
- Total pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 1 day
- Issue authors: 0
- Pull request authors: 2
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- johentsch (2)
- ameliabrey (1)
- BeckerHanne (1)