Notation
Roman Numerals
Functions to parse roman numerals
A roman numeral symbol is a string like "bVIImaj7"
that can be used to represent chords in an abstract tonality.
API
RomanNumeral.get(src: string | Pitch): => RomanNumeral
Get the properties of a roman numeral:
Example:
FAQ
How do I get a roman numeral from an interval
romanNumeral
function accepts a Pitch
as argument:
Related
Take a look to @tonal/progression or @tonal/key