new Duration(ql)
Duration object; found as the .duration attribute on music21.base.Music21Object instances
such as music21.note.Note
Parameters:
| Name | Type | Description |
|---|---|---|
ql |
number | undefined | quarterLength (default 1.0) |
- Source:
Extends
Methods
-
<static> Duration#appendTuplet(newTuplet, skipUpdateQl)
-
Add a tuplet to music21j
Parameters:
Name Type Argument Default Description newTupletmusic21.duration.Tuplet tuplet to add to
.tupletsskipUpdateQlboolean <optional>
false update the quarterLength afterwards?
- Source: