Documentation
    Preparing search index...

    Type Alias Subdivision

    Subdivision:
        | "1m"
        | "1n"
        | "1n."
        | `${2
        | 4
        | 8
        | 16
        | 32
        | 64
        | 128
        | 256}${"n" | "n." | "t"}`
        | "0"

    Represents a subdivision of a measure. The number represents the subdivision. "t" represents a triplet. A "." add a half. e.g. "4n" is a quarter note, "4t" is a quarter note triplet, and "4n." is a dotted quarter note.