Class: GeneralNote

.note. GeneralNote

new GeneralNote(ql)

Superclass for all Note values

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

quarterLength of the note

Properties:
Name Type Argument Default Description
isChord boolean <optional>
false

is this a chord

quarterLength number

shortcut to .duration.quarterLength

activeVexflowNote Vex.Flow.StaveNote <optional>

most recent Vex.Flow.StaveNote object to be made from this note (could change); default, undefined

expressions Array.<music21.expressions.Expression>

array of attached expressions

articulations Array.<music21.articulations.Articulation>

array of attached articulations

lyric string

the text of the first music21.note.Lyric object; can also set one.

lyrics Array.<music21.note.Lyric>

array of attached lyrics

volume number <optional>
60

how loud is this note, 0-127, before articulations

midiVolume number

how loud is this note, taking into account articulations

tie music21.tie.Tie | undefined <optional>

a tie object

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.