resttools.MultiMeasureRest

Inheritance diagram of abjad.tools.resttools.MultiMeasureRest.MultiMeasureRest.MultiMeasureRest

class abjad.tools.resttools.MultiMeasureRest.MultiMeasureRest.MultiMeasureRest(*args, **kwargs)[source]

New in version 2.0.

Abjad model of a multi-measure rest:

abjad> resttools.MultiMeasureRest((1, 4))
MultiMeasureRest('R4')

Multi-measure rests are immutable.

Read-only Properties

MultiMeasureRest.duration_in_seconds

Note

Inherited from leaftools.Leaf

MultiMeasureRest.format

Note

Inherited from leaftools.Leaf

MultiMeasureRest.leaf_index

Note

Inherited from leaftools.Leaf

MultiMeasureRest.marks

Read-only tuple of marks attached to component.

Note

Inherited from componenttools.Component

MultiMeasureRest.multiplied_duration

Note

Inherited from leaftools.Leaf

MultiMeasureRest.override

Read-only reference to LilyPond grob override component plug-in.

Note

Inherited from componenttools.Component

MultiMeasureRest.parent

Note

Inherited from componenttools.Component

MultiMeasureRest.preprolated_duration

Note

Inherited from leaftools.Leaf

MultiMeasureRest.prolated_duration

Note

Inherited from componenttools.Component

MultiMeasureRest.prolation

Note

Inherited from componenttools.Component

MultiMeasureRest.set

Read-only reference LilyPond context setting component plug-in.

Note

Inherited from componenttools.Component

MultiMeasureRest.spanners

Read-only reference to unordered set of spanners attached to component.

Note

Inherited from componenttools.Component

Read/write Properties

MultiMeasureRest.duration_multiplier

Note

Inherited from leaftools.Leaf

MultiMeasureRest.written_duration

Note

Inherited from leaftools.Leaf

MultiMeasureRest.written_pitch_indication_is_at_sounding_pitch

Note

Inherited from leaftools.Leaf

MultiMeasureRest.written_pitch_indication_is_nonsemantic

Note

Inherited from leaftools.Leaf

Special Methods

MultiMeasureRest.__and__(arg)

Note

Inherited from leaftools.Leaf

MultiMeasureRest.__delattr__()

x.__delattr__(‘name’) <==> del x.name

Note

Inherited from __builtin__.object

MultiMeasureRest.__eq__(arg)

True when id(self) equals id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__hash__() <==> hash(x)

Note

Inherited from __builtin__.object

MultiMeasureRest.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__mul__(n)

Note

Inherited from componenttools.Component

MultiMeasureRest.__ne__(arg)

True when id(self) does not equal id(arg).

Return boolean.

Note

Inherited from abctools.AbjadObject

MultiMeasureRest.__or__(arg)

Note

Inherited from leaftools.Leaf

MultiMeasureRest.__repr__()

Note

Inherited from leaftools.Leaf

MultiMeasureRest.__rmul__(n)

Note

Inherited from componenttools.Component

MultiMeasureRest.__setattr__()

x.__setattr__(‘name’, value) <==> x.name = value

Note

Inherited from __builtin__.object

MultiMeasureRest.__str__()

Note

Inherited from leaftools.Leaf

MultiMeasureRest.__sub__(arg)

Note

Inherited from leaftools.Leaf

MultiMeasureRest.__xor__(arg)

Note

Inherited from leaftools.Leaf

Table Of Contents

This Page