OpenSheetMusicDisplay
    Preparing search index...

    Interface EnsemblePartInfo

    Information about an ensemble part for bar-over-bar layout.

    interface EnsemblePartInfo {
        brailleAbbreviation: string;
        defaultClef: ClefEnum;
        staffIndices: number[];
    }
    Index

    Properties

    brailleAbbreviation: string

    Braille abbreviation for the instrument (already converted via textToBraille + dot 3 terminator)

    defaultClef: ClefEnum

    Default clef for this part (for chord interval direction — though ensemble always reads upward)

    staffIndices: number[]

    Global staff indices for this part's staves (from Staff.idInMusicSheet)