Skip to content
anstepp edited this page Jun 4, 2020 · 3 revisions

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)
Clone this wiki locally