isRest()
Report whether the note is a rest.
note.isRest()
Returns
return noteIsRest
| Value | Type | Description |
|---|---|---|
| noteIsRest | bool |
True if the note is a rest, False if it has a pitch. |
Report whether the note is a rest.
note.isRest()
return noteIsRest
| Value | Type | Description |
|---|---|---|
| noteIsRest | bool |
True if the note is a rest, False if it has a pitch. |