@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias PitchSpelling

    A bare spelled pitch used as an enharmonic hint: a diatonic letter (0..6 = C..B) plus a chromatic alteration (-2 double-flat .. +2 double-sharp). Mirrors the letter/alter half of the pitch module's Note without an octave.

    type PitchSpelling = {
        letter: number;
        alter: number;
    }
    Index
    letter: number
    alter: number