Function fromRomanNumerals

  • Given a tonic and a chord list expressed with roman numeral notation returns the progression expressed with leadsheet chords symbols notation

    Parameters

    Returns string[]

    Example

    fromRomanNumerals("C", ["I", "IIm7", "V7"]);
    // => ["C", "Dm7", "G7"]