Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'provincia',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'tipo_musica',
		'field'            => 'slug',
	),
);