The <ppp> element

Parent element: <dynamics>

The <ppp> element represents a triple piano dynamic marking.

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

Hierarchy

  • Ppp

Implements

Constructors

Properties

attributes: PppAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "ppp";
} = Ppp.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc