The <f> element

Parent element: <dynamics>

The <f> element represents a forte dynamic marking.

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

Hierarchy

  • F

Implements

Constructors

Properties

attributes: FAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "f";
} = F.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc