The <first> element

Parent element: <swing>

The <first> element is the part of the swing ratio that refers to the first of two consecutive notes.

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

Hierarchy

  • First

Implements

Constructors

Properties

attributes: FirstAttributes
contents: FirstContents
schema: {
    attributes: {};
    contents: readonly [{
        label: "swing-ratio";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: 1;
                type: "int";
            };
        };
    }];
    name: "first";
} = First.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "swing-ratio";
          type: "label";
          value: {
              type: "required";
              value: {
                  max: number;
                  min: 1;
                  type: "int";
              };
          };
      }]
    • Readonly name: "first"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "swing-ratio";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 1;
                    type: "int";
                };
            };
        }];
        name: "first";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "swing-ratio";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 1;
                    type: "int";
                };
            };
        }]
      • Readonly name: "first"

      Methods

      Generated using TypeDoc