Home
last modified time | relevance | path

Searched defs:nameWithOctave (Results 1 – 2 of 2) sorted by relevance

/dports/audio/py-music21/music21-7.1.0/music21/
H A Dpitch.py2645 def nameWithOctave(self) -> str: member in Pitch
2700 def nameWithOctave(self, value: str): member in Pitch
H A Dnote.py1495 nameWithOctave = property(_getNameWithOctave, variable in Note