amads.pitch.ismonophonic
Provides the function ismonophonic
-
amads.pitch.ismonophonic.ismonophonic(score)[source]
Returns if a musical score is monophonic
A monophonic score has no overlapping notes (e.g. chords)
- Args:
score (Score): The musical score to analyze
- Returns:
bool: True if the score is monophonic
- Parameters:
score (Score
)
-
amads.pitch.ismonophonic.parts_are_monophonic(score)[source]
Returns if all parts of a musical score are monophonic
- Parameters:
score (Score
)