OpenSheetMusicDisplay
    Preparing search index...

    Interface BrailleKeySignatureResult

    Result of rendering a key signature to braille.

    interface BrailleKeySignatureResult {
        braille: string;
        debugEntries: BrailleNoteDebugInfo[];
    }
    Index

    Properties

    braille: string

    The braille string for the key signature (empty if C major / A minor)

    debugEntries: BrailleNoteDebugInfo[]

    Debug entries for each braille element