Class: Beam

.beam. Beam

new Beam(type, direction)

Object representing a single beam (e.g., a 16th note that is beamed needs two)

Parameters:
Name Type Description
type string

"start", "stop", "continue", "partial"

direction string

only needed for partial beams: "left" or "right"

Properties:
Name Type Description
number int | undefined

which beam line does this refer to; 8th = 1, 16th = 2, etc.

independentAngle number | undefined

the angle of this beam if it is different than others (feathered beams)

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.