The element

Parent element:

The element specifies different uses for the staff, as listed in the staff-type data type.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/staff-type/

Hierarchy

  • StaffType

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "staff-type";
            type: "label";
            value: {
                choices: readonly ["regular", "alternate", "cue", "editorial", "ossia"];
                type: "choices";
            };
        };
    }];
    name: "staff-type";
} = StaffType.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "staff-type";
              type: "label";
              value: {
                  choices: readonly ["regular", "alternate", "cue", "editorial", "ossia"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "staff-type"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "staff-type";
                type: "label";
                value: {
                    choices: readonly ["regular", "alternate", "cue", "editorial", "ossia"];
                    type: "choices";
                };
            };
        }];
        name: "staff-type";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "staff-type";
                type: "label";
                value: {
                    choices: readonly ["regular", "alternate", "cue", "editorial", "ossia"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "staff-type"

      Methods

      • Gets

        Returns "cue" | "editorial" | "alternate" | "regular" | "ossia"

      Generated using TypeDoc