GraceAttributes: {
    make-time: number | null;
    slash: "yes" | "no" | null;
    steal-time-following: number | null;
    steal-time-previous: number | null;
}

Type declaration

  • make-time: number | null

    Indicates to make time, not steal time, for grace note playback. The units are in real-time divisions for the grace note.

  • slash: "yes" | "no" | null

    The value is yes for slashed grace notes and no if no slash is present.

  • steal-time-following: number | null

    Indicates the percentage of time to steal from the following note for the grace note playback, as for appoggiaturas.

  • steal-time-previous: number | null

    The steal-time-previous attribute indicates the percentage of time to steal from the previous note for the grace note playback.

Generated using TypeDoc