pitchtools.NamedChromaticPitchSegment

Inheritance diagram of abjad.tools.pitchtools.NamedChromaticPitchSegment.NamedChromaticPitchSegment.NamedChromaticPitchSegment

class abjad.tools.pitchtools.NamedChromaticPitchSegment.NamedChromaticPitchSegment.NamedChromaticPitchSegment(*args, **kwargs)[source]

New in version 2.0.

Abjad model of a named chromatic pitch segment:

abjad> pitchtools.NamedChromaticPitchSegment(['bf', 'bqf', "fs'", "g'", 'bqf', "g'"])
NamedChromaticPitchSegment("bf bqf fs' g' bqf g'")

Named chromtic pitch segments are immutable.

Read-only Properties

NamedChromaticPitchSegment.chromatic_pitch_numbers[source]
NamedChromaticPitchSegment.harmonic_chromatic_interval_class_segment[source]
NamedChromaticPitchSegment.harmonic_chromatic_interval_segment[source]
NamedChromaticPitchSegment.harmonic_diatonic_interval_class_segment[source]
NamedChromaticPitchSegment.harmonic_diatonic_interval_segment[source]
NamedChromaticPitchSegment.inflection_point_count[source]
NamedChromaticPitchSegment.inversion_equivalent_chromatic_interval_class_segment[source]
NamedChromaticPitchSegment.inversion_equivalent_chromatic_interval_class_set[source]
NamedChromaticPitchSegment.inversion_equivalent_chromatic_interval_class_vector[source]
NamedChromaticPitchSegment.local_maxima[source]
NamedChromaticPitchSegment.local_minima[source]
NamedChromaticPitchSegment.melodic_chromatic_interval_class_segment[source]
NamedChromaticPitchSegment.melodic_chromatic_interval_segment[source]
NamedChromaticPitchSegment.melodic_diatonic_interval_class_segment[source]
NamedChromaticPitchSegment.melodic_diatonic_interval_segment[source]
NamedChromaticPitchSegment.named_chromatic_pitch_class_vector[source]
NamedChromaticPitchSegment.named_chromatic_pitch_set[source]
NamedChromaticPitchSegment.named_chromatic_pitch_vector[source]
NamedChromaticPitchSegment.named_chromatic_pitches[source]
NamedChromaticPitchSegment.numbered_chromatic_pitch_class_segment[source]
NamedChromaticPitchSegment.numbered_chromatic_pitch_class_set[source]

Methods

NamedChromaticPitchSegment.count(value) → integer -- return number of occurrences of value

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.index(value[, start[, stop]]) → integer -- return first index of value.

Raises ValueError if the value is not present.

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.transpose(melodic_interval)[source]

Transpose pitches in pitch segment by melodic interval and emit new pitch segment.

Special Methods

NamedChromaticPitchSegment.__add__(arg)

Note

Inherited from pitchtools._Segment

NamedChromaticPitchSegment.__contains__()

x.__contains__(y) <==> y in x

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__delattr__()

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

Note

Inherited from __builtin__.object

NamedChromaticPitchSegment.__eq__()

x.__eq__(y) <==> x==y

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__ge__()

x.__ge__(y) <==> x>=y

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__getitem__()

x.__getitem__(y) <==> x[y]

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__getslice__(start, stop)

Note

Inherited from pitchtools._Segment

NamedChromaticPitchSegment.__gt__()

x.__gt__(y) <==> x>y

Note

Inherited from __builtin__.tuple

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

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__iter__() <==> iter(x)

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__le__()

x.__le__(y) <==> x<=y

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__len__() <==> len(x)

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__lt__()

x.__lt__(y) <==> x<y

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__mul__(n)

Note

Inherited from pitchtools._Segment

NamedChromaticPitchSegment.__ne__()

x.__ne__(y) <==> x!=y

Note

Inherited from __builtin__.tuple

NamedChromaticPitchSegment.__repr__()[source]
NamedChromaticPitchSegment.__rmul__(n)

Note

Inherited from pitchtools._Segment

NamedChromaticPitchSegment.__setattr__()

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

Note

Inherited from __builtin__.object

NamedChromaticPitchSegment.__str__() <==> str(x)

Note

Inherited from __builtin__.object

Table Of Contents

This Page