The <part-transpose> element

Parent element: <for-part>

The child elements of the <part-transpose> element have the same meaning as for the <transpose> element. However that meaning applies to a transposed part created from the existing score file.

The <chromatic> element in a <part-transpose> element will usually have a non-zero value, since octave transpositions can be represented in concert scores using the <transpose> element.

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

Hierarchy

  • PartTranspose

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "optional";
        value: typeof Diatonic;
    }, {
        type: "required";
        value: typeof Chromatic;
    }, {
        type: "optional";
        value: typeof OctaveChange;
    }, {
        type: "optional";
        value: typeof Double;
    }];
    name: "part-transpose";
} = PartTranspose.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "optional";
          value: typeof Diatonic;
      }, {
          type: "required";
          value: typeof Chromatic;
      }, {
          type: "optional";
          value: typeof OctaveChange;
      }, {
          type: "optional";
          value: typeof Double;
      }]
    • Readonly name: "part-transpose"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "optional";
            value: typeof Diatonic;
        }, {
            type: "required";
            value: typeof Chromatic;
        }, {
            type: "optional";
            value: typeof OctaveChange;
        }, {
            type: "optional";
            value: typeof Double;
        }];
        name: "part-transpose";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "optional";
            value: typeof Diatonic;
        }, {
            type: "required";
            value: typeof Chromatic;
        }, {
            type: "optional";
            value: typeof OctaveChange;
        }, {
            type: "optional";
            value: typeof Double;
        }]
      • Readonly name: "part-transpose"

      Methods

      Generated using TypeDoc