Pitch

class abjad.Pitch(*args)

Bases: abjad.core.abjadcore._Abjad

Musical pitch.

accidental
Read / write reference to any accidental attaching to pitch.
altitude
See altitude.
degree
Diatonic scale degree with 1 for C, 2 for D, etc.
format
Read-only LilyPond format of pitch.
name
Read / write letter and accidental of pitch concatenated as a single string.
number
Read / write numeric value of pitch with middle C equal to 0.
pair
Read-only (name, octave) pair of pitch.
pc
Read-only numeric value of pitch-class of pitch with the pitch-class of C equal to 0.
ticks
Read-only European indicator of octave of pitch with the octave of middle C equal to a single ' tick.

Previous topic

PianoStaff

Next topic

Rational

This Page