@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias FiguredBassSuspension

    A figure that moves over a held bass, such as the 4-3 suspension.

    type FiguredBassSuspension = {
        from: number;
        to: number;
        note: NoteData;
        resolution: NoteData;
    }
    Index
    from: number

    The interval above the bass that sounds first: the suspended note.

    to: number

    The interval it moves to, which is the one the chord contains.

    note: NoteData

    The suspended note, spelled.

    resolution: NoteData

    The note it moves to, spelled.