``` tonal.Progression.fromRomanNumerals("C", ["ii"]) ``` and ``` tonal.Progression.fromRomanNumerals("C", ["II"]) ``` both output ``` ['D'] ```