The <part-clef> element

Parent element: <for-part>

The <part-clef> element is used for transpositions from concert scores that also include a change of clef, as for instruments such as bass clarinet.

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

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

Hierarchy

  • PartClef

Implements

Constructors

Properties

attributes: PartClefAttributes
schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: typeof Sign;
    }, {
        type: "optional";
        value: typeof Line;
    }, {
        type: "optional";
        value: typeof ClefOctaveChange;
    }];
    name: "part-clef";
} = PartClef.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: typeof Sign;
      }, {
          type: "optional";
          value: typeof Line;
      }, {
          type: "optional";
          value: typeof ClefOctaveChange;
      }]
    • Readonly name: "part-clef"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: typeof Sign;
        }, {
            type: "optional";
            value: typeof Line;
        }, {
            type: "optional";
            value: typeof ClefOctaveChange;
        }];
        name: "part-clef";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: typeof Sign;
        }, {
            type: "optional";
            value: typeof Line;
        }, {
            type: "optional";
            value: typeof ClefOctaveChange;
        }]
      • Readonly name: "part-clef"

      Methods

      Generated using TypeDoc