The <fp> element

Parent element: <dynamics>

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

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

Hierarchy

  • Fp

Implements

Constructors

Properties

attributes: FpAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "fp";
} = Fp.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc