The <swing-style> element

Parent element: <swing>

The <swing-style> element is a string describing the style of swing used.

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

Hierarchy

  • SwingStyle

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "swing-style";
} = SwingStyle.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "swing-style"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "swing-style";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "swing-style"

      Methods

      Generated using TypeDoc