Class: Rest

.note. Rest

new Rest(ql)

Represents a musical rest.

Parameters:
Name Type Argument Default Description
ql number <optional>
1.0

length in number of quarterNotes

Properties:
Name Type Argument Default Description
isNote Boolean <optional>
false
isRest Boolean <optional>
true
name string <optional>
'rest'
lineShift number <optional>

number of lines to shift up or down from default

color string | undefined <optional>
'black'

color of the rest

Source:

Extends

Music21j, Copyright © 2013-2021 Michael Scott Asato Cuthbert.
Documentation generated by JSDoc 3.6.3 on Wed Jul 31st 2019 using the DocStrap template.