Given a tonic and a chord list expressed with roman numeral notation returns the progression expressed with leadsheet chords symbols notation
fromRomanNumerals("C", ["I", "IIm7", "V7"]);// => ["C", "Dm7", "G7"] Copy
fromRomanNumerals("C", ["I", "IIm7", "V7"]);// => ["C", "Dm7", "G7"]
Given a tonic and a chord list expressed with roman numeral notation returns the progression expressed with leadsheet chords symbols notation