The <clef-octave-change> element

Parent elements: <clef>, <part-clef>

The <clef-octave-change> element is used for transposing clefs. A treble clef for tenors would have a value of -1.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/clef-octave-change/

Hierarchy

  • ClefOctaveChange

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        label: "clef-octave-change";
        type: "label";
        value: {
            type: "required";
            value: {
                max: number;
                min: number;
                type: "int";
            };
        };
    }];
    name: "clef-octave-change";
} = ClefOctaveChange.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          label: "clef-octave-change";
          type: "label";
          value: {
              type: "required";
              value: {
                  max: number;
                  min: number;
                  type: "int";
              };
          };
      }]
    • Readonly name: "clef-octave-change"
    schema: {
        attributes: {};
        contents: readonly [{
            label: "clef-octave-change";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: number;
                    type: "int";
                };
            };
        }];
        name: "clef-octave-change";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            label: "clef-octave-change";
            type: "label";
            value: {
                type: "required";
                value: {
                    max: number;
                    min: number;
                    type: "int";
                };
            };
        }]
      • Readonly name: "clef-octave-change"

      Methods

      Generated using TypeDoc