The <except-voice> element

Parent elements: <beat-repeat>, <slash>

The <except-voice> element is used to specify a combination of slash notation and regular notation. Any <note> elements that are in voices specified by the <except-voice> elements are displayed in normal notation, in addition to the slash notation that is always displayed.

https://www.w3.org/2021/06/musicxml40/musicxml-reference/elements/except-voice/

Hierarchy

  • ExceptVoice

Implements

Constructors

Properties

schema: {
    attributes: {};
    contents: readonly [{
        type: "required";
        value: {
            type: "string";
        };
    }];
    name: "except-voice";
} = ExceptVoice.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly [{
          type: "required";
          value: {
              type: "string";
          };
      }]
    • Readonly name: "except-voice"
    schema: {
        attributes: {};
        contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }];
        name: "except-voice";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly [{
            type: "required";
            value: {
                type: "string";
            };
        }]
      • Readonly name: "except-voice"

      Methods

      Generated using TypeDoc