powered by
Create a tuplet.
tuplet(duration, ...)
A list with class Duration.
Duration
A duration notation, duration value, or Duration object.
Tupler objects returned by Tupler(), which specify how to divide the argument duration into parts, and how to take from these parts.
Tupler
Tupler()
duration
vignette("gm", package = "gm") for a friendly guide to tuplets.
vignette("gm", package = "gm")
# create a triplet quarter note tuplet("half", Tupler(3, unit = "quarter", take = "quarter"))
Run the code above in your browser using DataLab