SymbTr is a collection machine readable symbolic scores aimed at performing computational studies of Turkish Makam music. SymbTr is currently the biggest machine readable collection of Turkish makam music. The latest version of the SymbTr collection consists of 2200 pieces from 155 makams, 88 usuls, 56 forms, about 865.000 musical notes and 80 hours nominal playback time.
The scores are selected from reliable sources that consists of musical pieces from Turkish art and folk music. Special care has been taken to select works covering a broad historical time span among the ones which are still performed in the contemporary practice.
SymbTr-scores are provided in text, MusicXML, PDF, MIDI and mu2 formats. MusicXML is a standard open format for exchanging digital sheet music, which can be read by popular music notation software such as MuseScore, Finale and Sibelius. mu2 is a format, which can be read by Mus2, the microtonal notation software.
Please cite the following publication if you use the data collection in your work:
M. Kemal Karaosmanoğlu. A Turkish makam music symbolic database for music information retrieval: SymbTr. In Proceedings of 13th International Society for Music Information Retrieval Conference (ISMIR), pages 223–228, 2012.
Adding the PDFs to the repository would make it fairly bulky. You can download the PDFs from the SymbTr-pdf repository. The repository is also added as a submodule to this repository.
SymbTr-extras repository has many such methods. You can request new features in the issue page, if it's not yet available.
You can use the symbtrdataextractor repository to get the section information.
symbtrdataextractor can also be called with MBID input, which will query the desired metadata in MusicBrainz. You can obtain the relevant mbid for each composition from the file symbTr_mbid.json.
You can use the adaptive-tuning package for synthesizing the scores according to the theoretical tuning (Arel-Ezgi-Uzdilek theory) or the tuning performed in a recording.
You can follow the instructions in the makam-symbolic-phrase-segmentation repository to divide the scores into phrases.
The symbolic analysis modules in tomato are what you are looking for. Follow the instructions in the score conversion and score analysis demos for a quick start.
When I open the MusicXML notes in a score editor, the note beams are not connected. How can I fix it?
The beams are not currently connected, because we do not include any beam information in the MusicXML files. Ideally the beams should be connected according to the beat locations of the usul of the piece. We plan to add this in a future release.
Until then, you can select automatic beaming in your score editor. For example, autobeaming can be done in Musescore 2.0 by:
- selecting all notes, and clicking on the Auto option in Note-Beam Properties in Master Palette.
or
- selecting all notes and clicking on Reset Beam Mode under the Layout menu.
We use the MusicXMLConverter package to automatically generate the files using the musical content in the txt files and the metadata stored in the header of the mu2 files. The package is under rapid development and we hope to improve the MusicXML files in the upcoming months.
The mu2 files in this repo has been stored in UTF-8 encoding since SymbTr v2.2 for compatibility with modern standards. However, Mus2 does not support UTF-8 encoding yet.
Possible solutions are:
- You can open the mu2 files in a modern text reader (such as Sublime text or Visual Studio code) and manually convert the files to either ISO 8859-9 or Windows 1254 encoding.
- You can automate the above step programmatically, e.g. using
iconv
in bash. - You can use SymbTr v2.1, however, this version is quite outdated.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.