The <frame-note> element

Parent element: <frame>

The frame-note type represents each note included in the frame. An open string will have a fret value of 0, while a muted string will not be associated with a frame-note element.

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

Hierarchy

  • FrameNote

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof String;
    }, {
        type: "required";
        value: typeof Fret;
    }, {
        type: "optional";
        value: typeof Fingering;
    }, {
        type: "optional";
        value: typeof Barre;
    }];
    name: "frame-note";
} = FrameNote.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof String;
      }, {
          type: "required";
          value: typeof Fret;
      }, {
          type: "optional";
          value: typeof Fingering;
      }, {
          type: "optional";
          value: typeof Barre;
      }]
    • Readonly name: "frame-note"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof String;
        }, {
            type: "required";
            value: typeof Fret;
        }, {
            type: "optional";
            value: typeof Fingering;
        }, {
            type: "optional";
            value: typeof Barre;
        }];
        name: "frame-note";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof String;
        }, {
            type: "required";
            value: typeof Fret;
        }, {
            type: "optional";
            value: typeof Fingering;
        }, {
            type: "optional";
            value: typeof Barre;
        }]
      • Readonly name: "frame-note"

      Methods

      Generated using TypeDoc