Description:
Limit the minimum/maximum harmonic interval of simultaneous notes between given voices.
Args:
voices (list of ints): the voices to constrain.
min-interval (number or NIL): minimum interval in semitones. Ignored if NIL.
max-interval (number or NIL): maximum interval in semitones. Ignored if NIL.
combinations: Controls whether to constrain only intervals between the voice with highest note number and other voices (:over-bass), between pairs of consecutive voices such as soprano-alto, alto-tenor etc. (:consecutive-voices), or between all voice combinations (:all-combinations).
Other arguments are inherited from r-pitch-pitch.
|