Class: Note

.note. Note

new Note()

A very, very important class! music21.note.Note objects combine a music21.pitch.Pitch
object to describe pitch (highness/lowness) with a music21.duration.Duration object
that defines length, with additional features for drawing the Note, playing it back, etc.

Together with music21.stream.Stream one of the two most important
classes in music21.

See music21.note.NotRest, music21.note.GeneralNote, music21.base.Music21Object
and music21.prebase.ProtoM21Object (or in general, the extends list below) for other
things you can do with a Note object.

Missing from music21p: transpose(), fullName. Transpose cannot be added because of circular imports

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.