You could try:

type="tune" and not artist

'artist is blank' only works because 'is' is a synonym for '=' and blank is not a keyword. It's used as a tag lookup, and since it's not defined anywhere, it evaluates to the empty string.

My personal favourite:

type="tune" and not ( artist and source and genre and year )


-- roger
_________________________
-- roger