The <ff> element

Parent element: <dynamics>

The <ff> element represents a fortissimo dynamic marking.

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

Hierarchy

  • Ff

Implements

Constructors

Properties

attributes: FfAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "ff";
} = Ff.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc