scale/= &rest references [Function]

Returns true if references contains any different scale degree entries in *standard-scale*. references may be a mixture of note, degree and pitch references.

Example:

? (scale/= 69 'a4 440.0)
NIL

See Also:

scale/=, scale<, scale<=, scale>, scale>=, scale-max, scale-min, scale-member, *standard-scale*


Last Modified: 5-Mar-1998