Ronnie Drew
').show(); } $.get(link, function(content) { divcont.html(content); setOpened(div, true); subscribeIframe(divcont); });} } }; $("div.videodown h4,div.videodown a.catlink").click(function() {openDetails($(this).parents("div.videodown"));return false; }); $("#morevideos").click(function() {var contentDiv = $(this).parents("div.vdcont");contentDiv.append($('
'));var mainDiv = $(this).parents("div.videodown")$.get($(this).attr("href"), function(content) { setOpened(mainDiv, true); contentDiv.html(content); subscribeIframe(contentDiv);});return false; }); // serve il javascript per il dialog? = 1$("#area_artisti").dialog({ autoOpen: false, width: 800, height: 400, position: {my: "center" , at: "center" }});$("#artisti_opener").click(function(e) { $("#area_artisti").load($("#artisti_opener").attr("href") + '&short=1'); $("#area_artisti").dialog("option","title",$("#artisti_opener").text()); $( "#area_artisti" ).dialog( "open" ); $('div.hoverPreviewContent').hide(); return false; });$(".comandibutt").button();$(".tabs").tabs(); $(".tabs").each(function() { var indtab = 0;var mytabs = $(this);mytabs.find('.ui-tabs-nav li').each(function() { if ($(this).text().toLowerCase().trim()=="italiano") mytabs.tabs({active: indtab}); indtab++;});});var menus = $("ul.popupmenu");menus.menu();$("span.openmenu").click(function() { $(this).next("ul.popupmenu").toggle();});$("body").bind("mouseup", function(e) { if (!menus.is(e.target) && menus.has(e.target).length === 0) { menus.hide(); } });$("ul.popupmenu li a").click(function() { var id=$(this).parents("ul.popupmenu").attr("id"); id= id.split("_")[1]; var action=$(this).attr("data-action"); menus.hide(); if (! action) { return true; } if (action == "links") { var dial = $("#dialogadmin"); dial.dialog("option","title", "Links"); dial.dialog("open"); dial.html($("#infolinks").html()); dial.find("input.internallink").val('[[' + id + '|]]'); var anchor = ""; if (id.substring(0,1) == "v") { anchor = '#agg' + id.substring(1); } dial.find("input.externallink").val('https://www.antiwarsongs.org/canzone.php?id=63833' + anchor); } if (! action.indexOf("form_") == 0) { action += "_" + id; } $("#" + action).submit(); return false;});$(".comandibutt").click(function() { $("#spaziosubmit").html(''); $("#spaziosubmit").load($(this).attr('href') + '&short=1', function () { scrollToId("#spaziosubmit");var areaname = 'areacommento';if ($("#areacommentouser").length > 0) { areaname = 'areacommentouser' }else{ ccg_initSmartLink(areaname); }setupAutocompleteTextarea(areaname,'it'); }); return false; });$("#dialogadmin").dialog({ autoOpen: false, width: 700, height: 500, modal: true, title: '', buttons: { Chiudi: function() { $(this).dialog("close"); } } } ); $("#dialogconfronta").dialog({ autoOpen: false, width: $('body').width()*0.75, height: $(window).height()*0.92, modal: false, title: 'The Dunes (Ronnie Drew)' } ); var modal = $("#myModal"); var modalimg = $("#modalimg"); var modalvideo = $("#modalvideo"); $("#myModal span.close").click (function() { modal.hide(); }); var showinmodal = function(html) { modal.show(); modalimg.hide(); modalvideo.show(); var marg = 60; var container = $("#modalvideocont"); var containerWidth = container.width() / 2; var content = $(html); var changed = false; content.find("img").each(function() { var w = $(this).attr("width");var newWidth = containerWidth - marg; if (w > containerWidth ) { var newHeight = Math.round($(this).attr("height") * newWidth / w); $(this).attr("width",newWidth).attr("height",newHeight);$(this).parent("div.thumb").css("width", newWidth + 2);changed = true;} }); if (changed) { content.find("table.confronto tr td").each( function () { $(this).css("width", containerWidth); }); } container.html( content ).scrollTop(0); }; var openconfr = function (url) {$.get(url, function(html) { var wpx ; var w = $("body").width(); wpx = Math.round(w*0.95); if (wpx > 900 ) { wpx = 900; } var hpx = Math.round(($(window).height() * 0.75)); $("#modalvideocont").css("width", wpx +"px").css("height", hpx +"px"); showinmodal(html);$("#modalvideocont").find("form").submit(function() { var url = $(this).attr("action") + "?" + $(this).serialize() + "&short=1"; $("#modalvideocont").parent("div.boxdetails").html("").hide(); openconfr(url); return false; }); }, "html");return false; };$(".linkconfronta").click(function() { openconfr($(this).attr('href') + '&short=1'); return false; }); $("#dialogvideo").dialog({ autoOpen: false, width: 900, height:595 , modal: false, title: 'Cerca Video su YouTube', buttons: { Chiudi: function() { $("#searchvideobox").html(""); $(this).dialog("close"); } } } ); $("#searchvideo").click(function() { return searchBox("video"); });$.fn.isInViewport = function() {var elementTop = $(this).offset().top;var elementBottom = elementTop + $(this).outerHeight();var viewportTop = $(window).scrollTop();var viewportBottom = viewportTop + $(window).height();return elementBottom > viewportTop && elementTop < viewportBottom;};var modal = $("#myModal"); var modalimg = $("#modalimg"); var modalvideo = $("#modalvideo");var imgart = $("div#imgartdiv").find("img[src*='img/art/t']");imgart.css('cursor', 'pointer');imgart.click(function(){ var img = $(this).attr("src");img = 'img/art/' + img.substr(9);modalimg.attr("src", img).attr("width","").attr("height", ""); modal.show(); modalimg.show(); modalvideo.hide();return false;});$("div.boxsong,div.boxvers").on("click", "img.resized",function() { modalimg.attr("src", $(this).attr("src")).attr("width", $(this).attr("data-w") ).attr("height", $(this).attr("data-h")); modal.show(); modalimg.show(); modalvideo.hide();return false; });var firstInViewport = function (){var selected = null;$("div.testo,div.commento").each(function(){if ((selected === null) && ($(this).isInViewport())){selected = ($(this));return false;}});if (selected === null){return {selected: selected};}if (selected.is("div.commento")){let selectedimg = null;selected.find("img").each(function(){if ((selectedimg === null) && ($(this).isInViewport())){selectedimg = ($(this));return false;}});if (!(selectedimg === null) && (selectedimg.offset().top - $(window).scrollTop() < 20)) { selected = selectedimg;}}var elementTop = selected.offset().top;var elementBottom = elementTop + selected.outerHeight();var viewportTop = $(window).scrollTop();var viewportBottom = viewportTop + $(window).height(); var perc = 0; var elementHeight = (elementBottom - elementTop); if (elementTop < viewportTop) { perc = (viewportTop - elementTop) / elementHeight; }return {selected: selected,percentage: perc,elementH: elementHeight,elementW: selected.width()};}var getSelectedText = function() {if (window.getSelection) {txt = window.getSelection();} else if (window.document.getSelection) {txt =window.document.getSelection();} else if (window.document.selection) {txt = window.document.selection.createRange().text;}return txt; }var readingview = false;var removeDimensions = function(img){let w = img.attr("width");if (w > 570){let h = img.attr("height");img.attr("data-w", w);img.attr("data-h", h);img.removeAttr("width");img.removeAttr("height");img.addClass("resized");}}var doToggleReadingView = function(savecookie) {var firstviewedelementInfo = firstInViewport();$("div.boxsong,div.boxvers").each( function() {$(this).toggleClass("boxtimeline").toggleClass("boxtimeline_round");});$("div.boxsong").each( function() {$(this).toggleClass("boxAddMargin");});$("hr").each(function() { $(this).toggle() });readingview = !readingview;$("img#imgreadingview").attr("src", readingview?"img/upl/reading_view_selected.png":"img/upl/reading_view_gray.png");if (readingview){$("div.boxsong div.thumb,div.boxvers div.thumb,div.boxsong img.alone,div.boxvers img.alone").each( function() {if ($(this).width() > 250){let floatCss = $(this).css("float");if (floatCss == "left" || floatCss == "right"){let remClass = "reset" +floatCss;$(this).css("float","").css("margin", "auto").addClass(remClass);}if ($(this).is("div")){img = $(this).find("img");removeDimensions(img);}}if ($(this).is("img")){removeDimensions($(this));}});$("div.boxtimeline div.indice").show();$("div.boxtimeline div.testo").click(function(ev) {if ($(ev.target).is("a")){return true;}if ((readingview) && (getSelectedText() == "")){let opened = false;$(this).parent().find("a.linkconfronta").first().each(function(){openconfr($(this).attr('href') + '&short=1');opened = true;});if (!opened){var wpx ; var w = $("body").width();wpx = Math.round(w*0.95);if (wpx > 950 ) {wpx = 950;}var hpx = Math.round(($(window).height() * 0.85));$("#modalvideocont").css("width", wpx +"px").css("height", hpx +"px");var tit = $("h1.titolo").first().html(); var art = $("a.artista,div.artista").first().html();showinmodal('
' +'
' + art + '
' + $(this).html() + '
');ccgnotes_setup("#modalvideocont");}}return false;});}else{var restoreimgdim = function(el){let img = null;if (el.is("div")){img = el.find("img");}else if (el.is("img")){img = el;}else{return;}if (img.hasClass("resized")){img.attr("width", img.attr("data-w"));img.attr("height", img.attr("data-h"));img.removeClass("resized");}};$("div.boxsong div.resetleft,div.boxvers div.resetleft,div.boxsong img.resetleft,div.boxvers img.resetleft").each( function() {$(this).css("float", "left").css("margin","");});$("div.boxsong div.resetright,div.boxvers div.resetright,div.boxsong img.resetright,div.boxvers img.resetright").each( function() {$(this).css("float", "right").css("margin","");});$("div.boxsong img,div.boxvers img").each(function(){restoreimgdim($(this));});}if ( (!(firstviewedelementInfo.selected === null)) && (savecookie == 1) && (!$("h1.titolo").first().isInViewport())){let h = firstviewedelementInfo.selected.outerHeight();let factor = 1;if (firstviewedelementInfo.selected.hasClass("commento") && (firstviewedelementInfo.selected.find("img.resetleft,img.resetright") == 0)){factor = (firstviewedelementInfo.elementW * firstviewedelementInfo.elementH) / (firstviewedelementInfo.selected.width() * h);if (!readingview && factor > 1.25){factor = 1.25;}if (readingview & factor < 0.75){factor = 0.75;}}window.scrollTo({top: firstviewedelementInfo.selected.offset().top + h *firstviewedelementInfo.percentage * factor });}let texts = ["Abilita Vista Lettura","Disabilita Vista Lettura"];let txt = readingview?texts[1]:texts[0];$("#togglebox").text(txt);$("img#imgreadingview").attr("title", txt);let val = readingview?"en":"dis";if (savecookie == 1){$.getJSON("getpart.php?type=setreadingviewcookie&val=" + val + "&t=" + Date.now(), function(d) { });}return false; };var togglereadview = function(){doToggleReadingView(1);};$("#togglebox").click(togglereadview);$("img#imgreadingview").click(togglereadview);$("img#imgsearch").click(function() { let f = $("#fixedSearchField");f.toggle(); if (f.is(":visible")) {$("#searchtextleft").focus();}});var _window = $(window); var _pane = $('#divReadingView');var _searchDiv = $("#fixedSearch"); var checkWidth = function() { var windowsize = _window.width(); if (windowsize < 1340) {if (_pane.hasClass("fixed")){_pane.removeClass("fixed")_searchDiv.hide();} }else{if (!_pane.hasClass("fixed")){_pane.addClass("fixed");_searchDiv.show();}} } checkWidth(); $(window).resize(checkWidth); setupAutocomplete('searchtextleft','it');setupAutocomplete('searchtext','it');init_embedyt(); $("#linklogin").click(function() { $("#dialogadmin").html('
'); $("#dialogadmin").dialog("option","title", "Login amministratori"); $("#dialogadmin").dialog("open"); return false; }); var h = window.location.hash; if (h) { scrollToId(h); } // js code for related songs:// nothing to update age = 359347 s. (thresh = 432000) 2024-08-29 22:29:34$("a.linkfragment img").on("click", function() { var fragment = $(this).parent("a"); var url = fragment.attr("href"); var regExp = /^.*(youtu.be\/|v\/|u\/\w\/|embed\/|watch\?v=|\&v=|\?v=)([^#\&\?]*).*/; var match = url.match(regExp); if (match && match[2].length == 11) {var ifhtml = '
';fragment.prepend(ifhtml);$(this).hide();return false; } return true;});} catch (exc) { }});function searchBox(what) { var q = "The Dunes Ronnie Drew"; var title = "Cerca Video su YouTube " + q; $('#searchvideobox').html('
'); $("#searchvideocommands").html(""); $("#dialogvideo").dialog("option", "title", title); $("#dialogvideo").dialog("open"); populateSearchBox(what, q,"searchvideobox", {"lang":"it","canzone":63833,"commands":"searchvideocommands","moreText":"Altri risultati...","notfoundtext":"Nessun video trovato","root":"\/"}); return false; }// -->
Lingua: Inglese
Lista delle versioni e commenti
Guarda il video
Cerca altri video su Youtube
Ti può interessare anche...
Free the People
(The Dubliners)Paddy Public Enemy No 1
(Shane MacGowan & The Popes)What We Tell the Children
(The Dubliners)
1995
Dirty Rotten Shame
What happened when Shane MacGowan met Ronnie Drew back in the ’90s? Well, a few things happened, but here’s one thing ye might not know about. Let’s take a trip back through time, but not one that will bore you.
Back in the day, Ronnie Drew was makin’ a solo record called Dirty Rotten Shame. He was short of a few songs, so he contacted the ol’ legend himself, Shane MacGowan. Shane sent him a song he’d written, called The Dunes.
Like most of MacGowan’s work, it’s a beautiful piece of music, and it shines a light on the ugly side of life. On one of Ireland’s toughest times. The Famine of 1845-52.
The Great Hunger
I walked today on the cold grey shore
Where I watched when I was much younger
Where they built the dunes upon the sand
For the dead from The Great Hunger.
Those are the first lines Ronnie sings in the song. It sets the scene of the terrible famine of 1845 to 1852, caused by a potato blight. The Irish, especially the working class, were heavily dependent on the potato, often eating 5 kilos a day. So the Famine struck right at the heart of their livelihood.
Ultimately, a quarter of Ireland’s population was either wiped out, or left to find a home elsewhere. This is what Shane writes and Ronnie sings about in the song, almost like they were there. More to the point, Shane was, when he was 18 or 19. “I was up near Louisburgh in Co. Mayo, and I heard the story about people burying their dead on the beach, during the Famine times,” the singer said once. “The place was eerie, all these bones lying about. I’ll never forget it.”
And Shane didn’t forget. Just listen to the line, “the children kicked the sand about, and the bones they are revealed, then”, and there’s your proof.
Shane at his best
Despite being about such a grim topic, The Dunes showcases MacGowan at his finest. While it’s hard to pick out the best lines Shane’s ever written, I particularly like the penultimate verse, which goes like this:
A crack of lightning split the sky
The rain on the dunes, it poured
I left them lying where I shot them down
The bailiff and the landlord
Then I went for a drink in Westport.
He’s had his problems, but Shane is a f*cking genius. And the “Westport” line is the only moment of hope in the song. The only moment where the narrator seems to hint at a normal life, like going for a drink in the pub. Sadly, it’s also a strong reminder of the part of Ireland that was hit the hardest by the great hunger.
It was the West, and the South, that copped the worst of it. Many of those who died were Catholics, as referenced by the “rosary” line earlier in the song. And one of the truly tragic factors about it all was the soup kitchens. These were set up to provide relief to the starving poor, and it did help. But since the kitchens were Protestant, and Catholics were sometimes reluctant to go in case they got converted, we’ll never know how many people died out of fear of losing their religion.
Busting a myth
Most of what I know about the Famine was written in a book by Joseph Coohill. His father was an Irish-American, and Coohill is a respected academic. His book Ireland: A Short History is informative without being hard to follow. Also, to Coohill’s credit, the book is fair to the Nationalist and to the Unionist sides. It’s fair to the Irish, but portrays the British in a factual light too.
That brings me on to something. The myth you’ll sometimes hear is that the Famine was entirely the fault of the British. While it’s a popular myth, it’s not completely true. The Quakers, and even Queen Victoria, donated a sh*tload of money, to try and stem the impact of the Famine. Robert Peel was PM when the Famine started, and he genuinely tried to help, but was stabbed in the back by his own government. They didn’t want him importing cheap food from abroad, even though people in Ireland were already starving to death. Sometimes it was the rich Irish landlords and bailiffs who turfed the starving people out of their homes, and effectively “stole their grain”, like it says in The Dunes.
If you’re looking for people in Britain who co*cked things right up, try the following:
Peel’s successor, PM John Russell. He believed in economics, rather than fixing an agricultural problem.
The scientists appointed by PM Peel to investigate the Famine. They disregarded a specialist’s opinion that the potato blight was caused by a fungus (which it was).
The arrogant people among the British, who believed the Famine was “sent by God to punish the Irish”. So much for love thy neighbour. Ireland was part of the UK at the time, so why didn’t more people look out for them?
Charles Trevelyan, treasurer to PM John Russell. Trevelyan was slow to give the Irish any kind of proper aid, and he also believed in the God-punishing-the-Irish crap. A poor treasurer and economist if ever there was one.
The takeaway
As Ronnie returns to the opening verse of The Dunes to finish, he sings about a man walking on the same shores where he witnessed the horrors of the Famine as a young boy. That implies that the Famine may have passed, but that it lives in the hearts and minds of the people connected with it. There’s a lesson to be learned in life, then. And that lesson is this: do what you can to help others. As human beings, we can’t work miracles. But we can all do something or other to make a difference.
It could be doing a Ferocious Dog and organising a food bank at a music venue. It could be raising money for, or donating money to the homeless, as I’ve done in the past and still do. It could even be as simple as looking out for folks during the terrible COVID-19 pandemic. In a world where ordinary people can feel powerless, let’s all do a little bit to make it a better, more humane place.
I walked today on the cold grey shore Although I was a doctor's son When I watched at the age of four But the wind and the rain they have worked away. My brothers and mysisters died. As we died in pain they stole our grain While the fiddler played we drank poitin I saw dark shadows rise up from the sand A crack of lightening split the sky. I walked today on the cold grey shore
Where I watched when I was much younger
While they built the dunes upon the sand
For the dead from the Great Hunger
For the dead from the Great Hunger.
I gazed in fear and wonder
As they perished from the raging plague
That came in from the Great Hunger
That came in from the Great Hunger.
in Eighteen Forty Seven
the mounds they built upon the shore.
They seemed to point to heaven
They seemed to point to heaven.
The dunes they're all uneven
And the children kick the sand around
And the bones they are revealed then
And the bones they are revealed then.
My mother only four and twenty
And I alone survived to see
The potatoes grow in plenty
The potatoes grow in plenty.
To put upon their tables.
The dying covered the dead with sand
And danced while they were able
And danced while they were able.
And ate the last of the berries.
Then knelt and said the rosary
Round the mounds of dead we'd buried
Round the mounds of dead we'd buried.
And dance all around the dunes
And they danced the rattling dance of the dead
To a set of mournful tunes
To a set of mournful tunes.
The rain on the dunes it poured.
I left them lying where I shot them down
The bailiff and the landlord.
Then I went for a drink in Westport.
Where I watched when I was much younger
While they built the dunes upon the sand
For the dead from the Great Hunger
For the dead from the Great Hunger.
inviata da Dq82 - 12/11/2021 - 18:22