v5.0.0
    Preparing search index...

    Interface StaveOptions

    interface StaveOptions {
        bottomTextPosition?: number;
        leftBar?: boolean;
        lineConfig?: StaveLineConfig[];
        numLines?: number;
        rightBar?: boolean;
        spaceAboveStaffLn?: number;
        spaceBelowStaffLn?: number;
        spacingBetweenLinesPx?: number;
        topTextPosition?: number;
        verticalBarWidth?: number;
    }
    Index

    Properties

    bottomTextPosition?: number
    leftBar?: boolean
    lineConfig?: StaveLineConfig[]
    numLines?: number
    rightBar?: boolean
    spaceAboveStaffLn?: number
    spaceBelowStaffLn?: number
    spacingBetweenLinesPx?: number
    topTextPosition?: number
    verticalBarWidth?: number