Your browser doesn't support the features required by impress.mod.js, so you are presented with a simplified version of this presentation.

For the best experience please use the latest Chrome, Safari or Firefox browser.

09.10.2019 | International Summer School

Methods and tools for annotating music

The ABC of the acoustic world

Slides: https://studiengang-digitale-methodik.pages.gitlab.rlp.net/modul-5/5c/slides/digitalMusicology/annotation/

Frederic von Vlahovits | @digicademy | Twitter digicademy | CC-BY 4.0

Overview

  1. Annotation & Digital Musicology
  2. [Example 1] Audio
  3. [Example 2] Image
  4. [Example 3] Text
  5. [Example 4] Notes
  6. Conclusion & Discussion

01

Annotation & Digital Musicology

Areas and Research Fields of Digital Musicology in Examples

01

[Example 1] Audio

Audiofiles

  • Storing and archiving audio recordings
  • E.g. mp3, wav, ogg
  • Example mp3
    • Metadata in ID3 tag
    • Container within a mp3 file
    • No "official" standard

Read/Edit metadata

ExifTool

  • "Read, write, and edit meta information!"
  • (Batch-)editing of individual and collected files
  • Free, platform-independent software
  • ExifTool Documentation

Exercise 1

Download an mp3 file provided at http://mediathek.slub-dresden.de/. Read the metadata and save it to a CSV file. How do you rate the data quality?

			exiftool FILE
exiftool -csv FILE > FILE.csv
		

02

[Example 2] Image

Source image file

What? Why?

  • Performance situations
  • Cultural-historical contexts
  • Instruments
  • Scans of sheet music and texts
  • ...

Understand the process of "making music".

Exercise 2

Download an image file provided at https://europeana.eu/. Read out the metadata and correct the title.

			exiftool FILE
exiftool -TAG=VALUE FILE
		

03

[Example 3] Text

Fields of application of text annotation

  • Musical material
    • Songtexts / Libretti
    • Performance instructions
  • Testimonies
    • Correspondence
    • Diary entries
    • Newspaper articles
  • Theoretical texts
  • Music as an Object of Cultural Studies

Techniques & Tools

Cf. Session Text and image annotation

04

[Example 4] Sheet music

Music engraving (Print)

Frescobaldi Lilypond Music and text editor. Picture: lilypond.org

Music presentation on the web

Screenshot Website beethovens-werkstatt.de

Encoding Standards

MEI

Exercise 3

W.A. Mozart: Das Veilchen

Clone the git repository provided under https://github.com/vonvlaho/iss-sample. Find the 3 errors in sample.mei and correct them. Check the result in Verovio MEI Viewer.

			git clone https://github.com/vonvlaho/iss-sample
		
MEI Cheat Sheet

Plaine and Easie

			%G-2$bB@3/8 8AAA/6.''C3'B4G/8GGG/6.B3A4F/
		

Exercise 4

W.A. Mozart: The Violet

Open veilchen.mei and navigate to incipCode tag. Replace the Parsons code with a Plaine & Easie transcription. Refer to the Plaine and Easie Documentation and the Verovio Plaine & Easie Editor. Also pay attention to note lengths (4,6,8), octave spaces (') and bar ({}).

			%G-2$xF@2/4 4-8-G/
		

05

Conclusion

Music Information Retrieval

“[…] searching for, processing, organizing, and accessing music-related data.” (Schüler: Computer-Assisted Music Analysis, S. 325)

Examples

Discussion

Literature & Software

Literature

Software

Download