The <accordion-middle> element

Parent element: <accordion-registration>

The <accordion-middle> element indicates the presence of 1 to 3 dots in the middle (8') section of the registration symbol. This element is omitted if no dots are present.

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

Hierarchy

  • AccordionMiddle

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "value";
        type: "label";
        value: {
            max: 3;
            min: 1;
            type: "int";
        };
    }];
    name: "accordion-middle";
} = AccordionMiddle.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "value";
          type: "label";
          value: {
              max: 3;
              min: 1;
              type: "int";
          };
      }]
    • Readonly name: "accordion-middle"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "value";
            type: "label";
            value: {
                max: 3;
                min: 1;
                type: "int";
            };
        }];
        name: "accordion-middle";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "value";
            type: "label";
            value: {
                max: 3;
                min: 1;
                type: "int";
            };
        }]
      • Readonly name: "accordion-middle"

      Methods

      Generated using TypeDoc