You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applied to polymetric pair of voices MASK returns trees with time signatures represented as simple fractions like 3/4
(so "Cannot take CAR of 3/4" follows)
Also when input trees are, say, (? (((4 4) (1 -1 1 1)))) and (? (((4 4) (1 1 -1 1)))) it returns (? (((4 4) (1 -2 1))))
The text was updated successfully, but these errors were encountered:
When applied to polymetric pair of voices MASK returns trees with time signatures represented as simple fractions like 3/4
(so "Cannot take CAR of 3/4" follows)
Also when input trees are, say, (? (((4 4) (1 -1 1 1)))) and (? (((4 4) (1 1 -1 1)))) it returns (? (((4 4) (1 -2 1))))
The text was updated successfully, but these errors were encountered: