The <mf> element

Parent element: <dynamics>

The <mf> element represents a mezzo forte dynamic marking.

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

Hierarchy

  • Mf

Implements

Constructors

Properties

attributes: MfAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "mf";
} = Mf.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc