The <pp> element

Parent element: <dynamics>

The <pp> element represents a pianissimo dynamic marking.

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

Hierarchy

  • Pp

Implements

Constructors

Properties

attributes: PpAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "pp";
} = Pp.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc