pitchtools.is_chromatic_pitch_number

abjad.tools.pitchtools.is_chromatic_pitch_number.is_chromatic_pitch_number(expr)[source]

New in version 2.0.

True expr is a chromatic pitch number. Otherwise false:

abjad> pitchtools.is_chromatic_pitch_number(13)
True

The chromatic pitch numbers are equal to the set of all integers in union with the set of all integers plus of minus 0.5.

Return boolean.

This Page