The <sfz> element

Parent element: <dynamics>

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

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

Hierarchy

  • Sfz

Implements

Constructors

Properties

attributes: SfzAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "sfz";
} = Sfz.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc