Table Of Contents

Previous topic

music21.dynamics

Next topic

music21.environment

This Page

music21.editorial

NoteEditorial

class music21.editorial.NoteEditorial

EditorialComments that can be applied to notes

>>> a = NoteEditorial()
>>> a.misc
{}

inherits from: Music21Object

NoteEditorial attributes

misc
A dict to hold anything you might like to store.

Attributes without Documentation: comment, ficta, melodicInterval, color, melodicIntervalOverRests, harmonicInterval, melodicIntervals, melodicIntervalsOverRests

Attributes inherited from Music21Object: id

NoteEditorial properties

Properties inherited from Music21Object: duration, offset, parent, priority

NoteEditorial methods

colorLilyStart()
No documentation.
fictaLilyStart()
No documentation.
lilyAttached()
No documentation.
lilyEnd()
No documentation.
lilyStart()
No documentation.

Methods inherited from Music21Object: searchParentByAttr(), getContextAttr(), setContextAttr(), addContext(), addLocation(), addLocationAndParent(), freezeIds(), getContextByClass(), getOffsetBySite(), getSiteIds(), getSites(), hasContext(), isClass(), purgeLocations(), removeLocation(), setOffsetBySite(), show(), unfreezeIds(), unwrapWeakref(), wrapWeakref(), write()

Comment

class music21.editorial.Comment

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Comment attributes

Attributes without Documentation: position, text

Comment properties

lily
No documentation.