The <group-time> element

Parent element: <part-group>

The <group-time> element indicates that the displayed time signatures should stretch across all parts and staves in the group.

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

Hierarchy

  • GroupTime

Implements

Constructors

Properties

contents: []
schema: {
    attributes: {};
    contents: readonly [];
    name: "group-time";
} = GroupTime.schema

Type declaration

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

    Type declaration

    • Readonly attributes: {}
      • Readonly contents: readonly []
      • Readonly name: "group-time"

      Generated using TypeDoc