SlashAttributes: {
    type: "start" | "stop";
    use-dots: "yes" | "no" | null;
    use-stems: "yes" | "no" | null;
}

Type declaration

  • type: "start" | "stop"

    Indicates the starting or stopping point of the section displaying slash notation.

  • use-dots: "yes" | "no" | null

    Indicates whether or not to use dots as well (for instance, with mixed rhythm patterns). The value is no if not specified. This attribute only has effect if use-stems is no.

  • use-stems: "yes" | "no" | null

    If the slash is on every beat, use-stems is no (the default). To indicate rhythms but not pitches, use-stems is set to yes.

Generated using TypeDoc