Table Of Contents

Previous topic

music21.environment

Next topic

music21.graph

This Page

music21.expressions

Fermata

class music21.expressions.Fermata(*arguments, **keywords)

inherits from: Music21Object

Fermata attributes

Attributes without Documentation: lily, shape, type

Attributes inherited from Music21Object: id, groups

Fermata properties

mx

Returns a musicxml.DynamicMark object

>>> a = Fermata()
>>> mxFermata = a.mx
>>> mxFermata.get('type')
'upright'

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

Fermata methods

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

GeneralMordent

class music21.expressions.GeneralMordent(*arguments, **keywords)

inherits from: Ornament, Music21Object

GeneralMordent attributes

Attributes without Documentation: direction, size

Attributes inherited from Ornament: connectedToPrevious

Attributes inherited from Music21Object: id, groups

GeneralMordent properties

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

GeneralMordent methods

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

HalfStepInvertedMordent

class music21.expressions.HalfStepInvertedMordent
inherits from: InvertedMordent, GeneralMordent, Ornament, Music21Object

HalfStepMordent

class music21.expressions.HalfStepMordent
inherits from: Mordent, GeneralMordent, Ornament, Music21Object

HalfStepTrill

class music21.expressions.HalfStepTrill
inherits from: Trill, Ornament, Music21Object

InvertedMordent

class music21.expressions.InvertedMordent(*arguments, **keywords)
inherits from: GeneralMordent, Ornament, Music21Object

InvertedTurn

class music21.expressions.InvertedTurn(*arguments, **keywords)
inherits from: Ornament, Music21Object

Mordent

class music21.expressions.Mordent(*arguments, **keywords)
inherits from: GeneralMordent, Ornament, Music21Object

Ornament

class music21.expressions.Ornament(*arguments, **keywords)

inherits from: Music21Object

Ornament attributes

Attributes without Documentation: connectedToPrevious

Attributes inherited from Music21Object: id, groups

Ornament properties

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

Ornament methods

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

Trill

class music21.expressions.Trill(*arguments, **keywords)

inherits from: Ornament, Music21Object

Trill attributes

Attributes without Documentation: placement, size

Attributes inherited from Ornament: connectedToPrevious

Attributes inherited from Music21Object: id, groups

Trill properties

mx

Returns a musicxml.TrillMark object

>>> a = Trill()
>>> a.placement = 'above'
>>> mxTrillMark = a.mx
>>> mxTrillMark.get('placement')
'above'

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

Trill methods

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

Turn

class music21.expressions.Turn(*arguments, **keywords)
inherits from: Ornament, Music21Object

WholeStepInvertedMordent

class music21.expressions.WholeStepInvertedMordent
inherits from: InvertedMordent, GeneralMordent, Ornament, Music21Object

WholeStepMordent

class music21.expressions.WholeStepMordent
inherits from: Mordent, GeneralMordent, Ornament, Music21Object

WholeStepTrill

class music21.expressions.WholeStepTrill
inherits from: Trill, Ornament, Music21Object