The <p> element

Parent element: <dynamics>

The <p> element represents a piano dynamic marking.

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

Hierarchy

  • P

Implements

Constructors

Properties

attributes: PAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "p";
} = P.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc