pyabc2.Tune.header

Tune.header: dict[str, str]

Information contained in the tune header.

Examples

>>> from pyabc2.sources import load_example
>>> load_example("For the Love of Music").header
{'tune title': 'For The Love Of Music',
 'rhythm': 'slip jig',
 'composer': 'Liz Carroll',
 'meter': '9/8',
 'unit note length': '1/8',
 'key': 'G'}