New in version 2.0.
Apply accidental to named_chromatic_pitch:
abjad> pitch = pitchtools.NamedChromaticPitch("cs''") abjad> pitchtools.apply_accidental_to_named_chromatic_pitch(pitch, 'f') NamedChromaticPitch("c''")
Return new named pitch.
Enter search terms or a module, class or function name.