Ruth "Miss Rhythm" BROWN was the hit-making queen from 1949 to the end of the 50's to a point that ATLANTIC RECORDS was once called "the house that Ruth built". No less! She was one of the main artists who established New York label's predominance in the R&B field.
/*
function set(variable){ return variable; }
var mis_categorias = set([32, 27, 4]);
var mis_labels = set([3]);
var mis_generos = set([9]);
$('[name=genres]').each(function(){ $(this).parent().hide();});
mis_generos.forEach(function (e){$('[name=genres][value='+e+']').parent().show();});
$('[name=categories]').each(function(){ $(this).parent().hide();});
mis_categorias.forEach(function (e){$('[name=categories][value='+e+']').parent().show();});*/