LevelAttributes: {
    bracket: "yes" | "no" | null;
    parentheses: "yes" | "no" | null;
    reference: "yes" | "no" | null;
    size: "cue" | "full" | "grace-cue" | "large" | null;
    type: "start" | "stop" | "single" | null;
}

Type declaration

  • bracket: "yes" | "no" | null

    Specifies whether or not brackets are put around a symbol for an editorial indication. If not specified, it is left to application defaults.

  • parentheses: "yes" | "no" | null

    Specifies whether or not parentheses are put around a symbol for an editorial indication. If not specified, it is left to application defaults.

  • reference: "yes" | "no" | null

    If the reference attribute is yes, this indicates editorial information that is for display only and should not affect playback. For instance, a modern edition of older music may set reference="yes" on the attributes containing the music's original clef, key, and time signature. It is no if not specified.

  • size: "cue" | "full" | "grace-cue" | "large" | null

    Specifies the symbol size to use for an editorial indication. If not specified, it is left to application defaults.

  • type: "start" | "stop" | "single" | null

    Indicates whether the editorial information applies to the start of a series of symbols, the end of a series of symbols, or a single symbol. It is single if not specified for compatibility with earlier MusicXML versions.

Generated using TypeDoc