web-music-score
    Preparing search index...

    Type Alias BaseConfig

    Base config for staff and tab configs.

    type BaseConfig = {
        instrument?: string;
        name?: string;
        voiceId?: VoiceId | VoiceId[];
    }
    Index

    Properties

    instrument?: string

    Instrument name for this staf/tab.
    Consecutive staves/tabs with the same name are grouped together.
    Hint!
    "!Piano" hides name.
    "!{Piano" hides both name and left brace of the group.

    name?: string

    Name for this staff/tab config.

    voiceId?: VoiceId | VoiceId[]

    Voice id that is presented in this staff/tab. Single value or array.