The <arrow-style> element

Parent element: <arrow>

The <arrow-style> element represents the style of an arrow, using Unicode arrow terminology.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/arrow-style/

Hierarchy

  • ArrowStyle

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            label: "arrow-style";
            type: "label";
            value: {
                choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
                type: "choices";
            };
        };
    }];
    name: "arrow-style";
} = ArrowStyle.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              label: "arrow-style";
              type: "label";
              value: {
                  choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
                  type: "choices";
              };
          };
      }]
    • Readonly name: "arrow-style"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                label: "arrow-style";
                type: "label";
                value: {
                    choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
                    type: "choices";
                };
            };
        }];
        name: "arrow-style";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                label: "arrow-style";
                type: "label";
                value: {
                    choices: readonly ["combined", "double", "filled", "hollow", "other", "paired", "single"];
                    type: "choices";
                };
            };
        }]
      • Readonly name: "arrow-style"

      Methods

      • Gets

        Returns "other" | "single" | "double" | "filled" | "combined" | "hollow" | "paired"

      Generated using TypeDoc