We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
A Rest object represents a musical rest. It can coexist in a list with Note objects fed to a Part object.
Example:
# a whole rest whole_rest = Rest(4)