遇见数据集

Robert Schumann – Liederkreis (A corpus of annotated scores)

收藏
Zenodo2025-04-27 更新2026-05-26 收录
官方服务:

资源简介:

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/schumann_liederkreis and the corresponding documentation page https://dcmlab.github.io/schumann_liederkreis For information on how to obtain and use the dataset, please refer to this documentation page. Robert Schumann – Liederkreis (A corpus of annotated scores) This corpus of annotated MuseScore files has been created within the DCML corpus initiative and employs the DCML harmony annotation standard. Robert Schumann's op. 39 Liederkreis is one of two works bearing that same title, both of which Schumann wrote during his 1840 "Liederjahr" (Year of Song); incidentally, 1840 was the same year of Schumann's marriage to Clara Wieck. Other vocal works from Schumann's "Liederjahr" include the famous Dichterliebe and Frauenliebe und Leben. Incidentally, these works are Schumann's first published works not for solo piano, his only known chamber work prior to 1840 being the posthumously published C minor Piano Quartet of 1829. It was, in fact, Clara who encouraged Robert to branch out beyond solo-piano genres, and the height of emotion showcased in these 1840 songs speaks to a primed sensitivity already latent in Robert's practice. Op. 39, the "Eichendorff Liederkreis," sets excerpts from Joseph von Eichendorff's collection Intermezzo. Unlike most other song cycles in Schumann's oeuvre, these poems do not directly convey a narrative, instead portraying a series of landscapes and nature images shot through with intense and abrupt emotional outbursts. Schumann's piano writing is tightly conjoined with melodic figuration, showcasing a logical early extension of his solo-piano technique in a vocal context. Our annotations reveal the harmonic framework that supports the rich polyphonic details present in this voice-and-piano texture. 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, and harmonies) and a JSON descriptor: schumann_liederkreis.zip schumann_liederkreis.datapackage.json clone the repo: git clone https://github.com/DCMLab/schumann_liederkreis.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 first song, In der Fremde, has the following files: MS3/op39n01.mscx: Uncompressed MuseScore 3.6.2 file including the music and annotation labels. notes/op39n01.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/op39n01.measures.tsv: A table with relevant information about the measures in the score. chords/op39n01.chords.tsv: A table containing layer-wise unique onset positions with the musical markup (such as dynamics, articulation, lyrics, figured bass, etc.). harmonies/op39n01.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: import ms3 labels = ms3.load_tsv("harmonies/op39n01.harmonies.tsv") notes = ms3.load_tsv("notes/op39n01.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 Johannes Hentschel, Yannis Rammos, Markus Neuwirth, & Martin Rohrmeier. (2025). Robert Schumann – Liederkreis (A corpus of annotated scores) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.14997104 License Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License (CC BY-NC-SA 4.0).

提供机构:
Zenodo
创建时间:
2025-03-10
二维码
社区交流群
二维码
科研交流群
商业服务