The <mp> element

Parent element: <dynamics>

The <mp> element represents a mezzo piano dynamic marking.

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

Hierarchy

  • Mp

Implements

Constructors

Properties

attributes: MpAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "mp";
} = Mp.schema

Type declaration

  • Readonly attributes: {}
    • Readonly contents: readonly []
    • Readonly name: "mp"
    schema: {
        attributes: {};
        contents: readonly [];
        name: "mp";
    } = ...

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "mp"

      Generated using TypeDoc