web-music-score
    Preparing search index...

    Type Alias ChordInfo

    Chord info type.

    type ChordInfo = {
        degrees: Degree[];
        name: string;
    }
    Index

    Properties

    Properties

    degrees: Degree[]
    name: string