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

    Type Alias StringFingering

    A fretting-hand position: which string, and how far up the neck.

    type StringFingering = {
        string: number;
        fret: number;
    }
    Index
    string: number

    Index into the tuning of a StringedProfile.

    fret: number

    Fret number; 0 is the open string.