skiptools.Skip

Inheritance diagram of abjad.tools.skiptools.Skip.Skip.Skip

class abjad.tools.skiptools.Skip.Skip.Skip(*args, **kwargs)[source]

Abjad model of a LilyPond skip:

abjad> skiptools.Skip((3, 16))
Skip('s8.')

Return skip.

Read-only Properties

Skip.duration_in_seconds

Note

Inherited from leaftools.Leaf

Skip.format

Note

Inherited from leaftools.Leaf

Skip.leaf_index

Note

Inherited from leaftools.Leaf

Skip.marks

Read-only tuple of marks attached to component.

Note

Inherited from componenttools.Component

Skip.multiplied_duration

Note

Inherited from leaftools.Leaf

Skip.override

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

Note

Inherited from componenttools.Component

Skip.parent

Note

Inherited from componenttools.Component

Skip.preprolated_duration

Note

Inherited from leaftools.Leaf

Skip.prolated_duration

Note

Inherited from componenttools.Component

Skip.prolation

Note

Inherited from componenttools.Component

Skip.set

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

Note

Inherited from componenttools.Component

Skip.spanners

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

Note

Inherited from componenttools.Component

Read/write Properties

Skip.duration_multiplier

Note

Inherited from leaftools.Leaf

Skip.written_duration

Note

Inherited from leaftools.Leaf

Skip.written_pitch_indication_is_at_sounding_pitch

Note

Inherited from leaftools.Leaf

Skip.written_pitch_indication_is_nonsemantic

Note

Inherited from leaftools.Leaf

Special Methods

Skip.__and__(arg)

Note

Inherited from leaftools.Leaf

Skip.__delattr__()

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

Note

Inherited from __builtin__.object

Skip.__eq__(arg)

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

Return boolean.

Note

Inherited from abctools.AbjadObject

Skip.__ge__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

Skip.__gt__(arg)

Abjad objects by default do not implement this method.

Raise exception

Note

Inherited from abctools.AbjadObject

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

Note

Inherited from __builtin__.object

Skip.__le__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

Skip.__lt__(arg)

Abjad objects by default do not implement this method.

Raise exception.

Note

Inherited from abctools.AbjadObject

Skip.__mul__(n)

Note

Inherited from componenttools.Component

Skip.__ne__(arg)

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

Return boolean.

Note

Inherited from abctools.AbjadObject

Skip.__or__(arg)

Note

Inherited from leaftools.Leaf

Skip.__repr__()

Note

Inherited from leaftools.Leaf

Skip.__rmul__(n)

Note

Inherited from componenttools.Component

Skip.__setattr__()

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

Note

Inherited from __builtin__.object

Skip.__str__()

Note

Inherited from leaftools.Leaf

Skip.__sub__(arg)

Note

Inherited from leaftools.Leaf

Skip.__xor__(arg)

Note

Inherited from leaftools.Leaf

Table Of Contents

This Page