September 06, 2017

Leticia Garcia ‎– Magamaquiavérica Em Canturbano (1984, LP, Brazil)


Tracklist:
A1 Maga maquiavérica (Mulher duende) 3:47
A2 Solidão coletiva 3:50
A3 Saudade eterna 4:04
A4 Duendes da cidade 4:05
A5 Floração da cidade 4:27
A6 Ephemérides 3:36
A7 Oração de músico 3:00
B1 Canturbano 1:34
B2 Um momento de paixão 2:47
B3 Trilho sem fim 2:07
B4 Nós no mar 2:36
B5 Choro em Botafogo 4:08
B6 Caindo pra trás 2:16

Musicians:
Acoustic Bass, Electric Bass – Ronaldo Diamante
Acoustic Guitar, Electric Guitar – Paulo Pedrassoli Jr.
Alto Saxophone – Edgard Gonçalves, José Antonio Maretzki
Clarinet, Piano, Voice – Letícia Garcia
Cowbell – Marcos Amma
Drums – Sérgio Naidin
Flute – Virginia Van Der Linden
Synthesizer – Paulo Afonso (A1, A2, A3, A6)
Synthesizer, Piano – Tato Taborda Jr.
Tenor Saxophone – Carlos Alberto Marques Soares
Trombone – Luis Augusto Rodrigues Pereira
Trumpet – Ivanildo Ferreira Da Silva
Voice – Eloisa Santos, Maria Ramagem


Obscure São Paulo artist Letícia Garcia is one of the many criminally overlooked artists from Brazil. There isn't much information about her on the internet, and Magamaquiavérica Em Canturbano is the only official LP released by her, but all this obscurity around her only makes it all the more interesting. This record came directly from the highly prolific 'vanguarda paulista' scene in São Paulo, in the mid 80s, along with artists like Arrigo Barnabé, even though she reached a much smaller scale of notoriety. This album is one dense, complex and surreal sonic experience in every way. Throughout the obtuse tracklisting, Letícia sings out in many different styles, following the very distinct (and countless) sonic detours found in the strange, but beautiful compositions that offer a very interesting blend of samba, rock, folk, classical, jazz, pagode and much more. This is certainly not for everyone, but also one of those albums to really get lost into, as the artist guides the listener through the many mazes of her mind.

🇧🇷 Exclusive Rare Finds:

🇧🇷 MERCADO LIVRE: Original Copy (~R$464) Zabumbê Discos (Brazil Stock) 💽 Discogs: Rare Listings & Wants ' + text + ''; } } } return text; } var parse = function(data) { cursor = null; var comments = []; if (data && data.feed && data.feed.entry) { for (var i = 0, entry; entry = data.feed.entry[i]; i++) { var comment = {}; // comment ID, parsed out of the original id format var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t); comment.id = id ? id[2] : null; comment.body = bodyFromEntry(entry); comment.timestamp = Date.parse(entry.published.$t) + ''; if (entry.author && entry.author.constructor === Array) { var auth = entry.author[0]; if (auth) { comment.author = { name: (auth.name ? auth.name.$t : undefined), profileUrl: (auth.uri ? auth.uri.$t : undefined), avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined) }; } } if (entry.link) { if (entry.link[2]) { comment.link = comment.permalink = entry.link[2].href; } if (entry.link[3]) { var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href); if (pid && pid[1]) { comment.parentId = pid[1]; } } } comment.deleteclass = 'item-control blog-admin'; if (entry.gd$extendedProperty) { for (var k in entry.gd$extendedProperty) { if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') { comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value; } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') { comment.displayTime = entry.gd$extendedProperty[k].value; } } } comments.push(comment); } } return comments; }; var paginator = function(callback) { if (hasMore()) { var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50'; if (cursor) { url += '&published-min=' + new Date(cursor).toISOString(); } window.bloggercomments = function(data) { var parsed = parse(data); cursor = parsed.length < 50 ? null : parseInt(parsed[parsed.length - 1].timestamp) + 1 callback(parsed); window.bloggercomments = null; } url += '&callback=bloggercomments'; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; document.getElementsByTagName('head')[0].appendChild(script); } }; var hasMore = function() { return !!cursor; }; var getMeta = function(key, comment) { if ('iswriter' == key) { var matches = !!comment.author && comment.author.name == config.authorName && comment.author.profileUrl == config.authorUrl; return matches ? 'true' : ''; } else if ('deletelink' == key) { return config.baseUri + '/comment/delete/' + config.blogId + '/' + comment.id; } else if ('deleteclass' == key) { return comment.deleteclass; } return ''; }; var replybox = null; var replyUrlParts = null; var replyParent = undefined; var onReply = function(commentId, domId) { if (replybox == null) { // lazily cache replybox, and adjust to suit this style: replybox = document.getElementById('comment-editor'); if (replybox != null) { replybox.height = '250px'; replybox.style.display = 'block'; replyUrlParts = replybox.src.split('#'); } } if (replybox && (commentId !== replyParent)) { replybox.src = ''; document.getElementById(domId).insertBefore(replybox, null); replybox.src = replyUrlParts[0] + (commentId ? '&parentID=' + commentId : '') + '#' + replyUrlParts[1]; replyParent = commentId; } }; var hash = (window.location.hash || '#').substring(1); var startThread, targetComment; if (/^comment-form_/.test(hash)) { startThread = hash.substring('comment-form_'.length); } else if (/^c[0-9]+$/.test(hash)) { targetComment = hash.substring(1); } // Configure commenting API: var configJso = { 'maxDepth': config.maxThreadDepth }; var provider = { 'id': config.postId, 'data': items, 'loadNext': paginator, 'hasMore': hasMore, 'getMeta': getMeta, 'onReply': onReply, 'rendered': true, 'initComment': targetComment, 'initReplyThread': startThread, 'config': configJso, 'messages': msgs }; var render = function() { if (window.goog && window.goog.comments) { var holder = document.getElementById('comment-holder'); window.goog.comments.render(holder, provider); } }; // render now, or queue to render when library loads: if (window.goog && window.goog.comments) { render(); } else { window.goog = window.goog || {}; window.goog.comments = window.goog.comments || {}; window.goog.comments.loadQueue = window.goog.comments.loadQueue || []; window.goog.comments.loadQueue.push(render); } })(); // ]]>
  1. This comment has been removed by the author.

    ReplyDelete
  2. https://katfile.online/tks85k69hfgt/Let%C3%ADcia_Garcia_-_Magama84.rar.html

    ReplyDelete