OpenSheetMusicDisplay
    Preparing search index...

    Interface BrailleOutput

    Result of a complete braille conversion.

    interface BrailleOutput {
        debugEntries: BrailleDebugEntry[];
        text: string;
    }
    Index

    Properties

    Properties

    debugEntries: BrailleDebugEntry[]

    Debug/translation information, one entry per braille element

    text: string

    The complete braille string for the entire score/part