The <frame-strings> element

Parent element: <frame>

The <frame-strings> element gives the overall size of the frame in vertical lines (strings).

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

Hierarchy

  • FrameStrings

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "lines-size";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: 1;
                type: "int";
            };
        };
    }];
    name: "frame-strings";
} = FrameStrings.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "lines-size";
          type: "label";
          value: {
              type: "required";
              value: {
                  max: number;
                  min: 1;
                  type: "int";
              };
          };
      }]
    • Readonly name: "frame-strings"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "lines-size";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 1;
                    type: "int";
                };
            };
        }];
        name: "frame-strings";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "lines-size";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: 1;
                    type: "int";
                };
            };
        }]
      • Readonly name: "frame-strings"

      Methods

      Generated using TypeDoc