The <pf> element

Parent element: <dynamics>

The <pf> element represents a piano forte dynamic marking.

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

Hierarchy

  • Pf

Implements

Constructors

Properties

attributes: PfAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "pf";
} = Pf.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc