The <sfp> element

Parent element: <dynamics>

The <sfp> element represents a sforzando piano sfp dynamic marking.

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

Hierarchy

  • Sfp

Implements

Constructors

Properties

attributes: SfpAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "sfp";
} = Sfp.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc