The <sf> element

Parent element: <dynamics>

The <sf> element represents a sforzando sf dynamic marking.

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

Hierarchy

  • Sf

Implements

Constructors

Properties

attributes: SfAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "sf";
} = Sf.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc