v5.0.0
    Preparing search index...

    Interface SystemStave

    interface SystemStave {
        debugNoteMetrics?: boolean;
        noJustification?: boolean;
        options?: StaveOptions;
        spaceAbove?: number;
        spaceBelow?: number;
        stave?: Stave;
        voices: Voice[];
    }
    Index

    Properties

    debugNoteMetrics?: boolean
    noJustification?: boolean
    options?: StaveOptions
    spaceAbove?: number
    spaceBelow?: number
    stave?: Stave
    voices: Voice[]