The <straight> element

Parent element: <swing>

The <straight> element specifies that no swing is present, so consecutive notes have equal durations.

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

Hierarchy

  • Straight

Implements

Constructors

Properties

attributes: StraightAttributes
contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "straight";
} = Straight.schema

Type declaration

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

    Type declaration

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

      Generated using TypeDoc