opensheetmusicdisplay/opensheetmusicdisplay

View on GitHub
src/Common/Enums/DrawingParametersEnum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum DrawingParametersEnum {
    allon = "allon",
    compact = "compact",
    compacttight = "compacttight",
    default = "default",
    leadsheet = "leadsheet",
    preview = "preview",
    thumbnail = "thumbnail",
}
// note that this is moved here from DrawingParameters to prevent an import chain from OSMDOptions to EngravingRules etc