The <fz> element

Parent element: <dynamics>

The <fz> element represents a forzando fz dynamic marking.

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

Hierarchy

  • Fz

Implements

Constructors

Properties

attributes: FzAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "fz";
} = Fz.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc