').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=67124' + 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: 'Morti per niente (Giorgio Canali & Rossofuoco)' } ); 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 = 40357 s. (thresh = 432000) 2024-12-08 01:48:00 ccgRelated_switchTable(8000);$("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 = "Morti per niente Giorgio Canali & Rossofuoco"; 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":67124,"commands":"searchvideocommands","moreText":"Altri risultati...","notfoundtext":"Nessun video trovato","root":"\/"}); return false; }// -->
Lingua: Italiano
Lista delle versioni e commenti
Guarda il video
Altri video...
Scarica / ascolta
Ti può interessare anche...
Lettera del compagno Lazlo al colonnello Valerio
(Giorgio Canali & Rossofuoco)Tu lo sai compagno a Marzabotto
(Ivan Della Mea)Renzino
(Casa del Vento)
Piazza Fontana e altre Stragi di Stato
Stragi e eccidi fascisti e nazisti in Italia e in Europa
(2023)
dall'album Pericolo Giallo
Una canzone molto significativa che abbiamo voluto inserire prima ancora che fosse pubblicata quando se ne trovava solo una versione in cui Canali si esibisce da solo.
L'ho ascoltata dal vivo a Firenze a luglio, con tutto il gruppo, ed è ancora più potente.
È la canzone che ha dato il La all’album, l’intro è il riciclaggio di una mezza strofa di “Circondati” da Venti. Poi, snocciolati in ordine cronologico ma sparso eventi, ragionamenti e ulteriori citazioni e paracitazioni dal ’43 ad oggi, ad affermare che la resistenza non è solo una ricorrenza.
Il titolo viene da una frase scritta a vernice nel ’68 da un anonimo anarchico sul muro bianco di un sacrario francese per i caduti della seconda guerra mondiale: “Morts pour rien, fascisme toujours là, états policiers partout!” (morti per niente, fascismo sempre qua, stati di polizia ovunque).
Giorgio Canali
L'autorevole compagno guarda in camera E sventola come un trofeo Impiccati sui viali a Bassano Bersargli facili al poligono a Bologna Morti per la Libertà Poi alle cave l'odio cieco che esplode Rappresaglie di ferocia impunita Morti per la libertà Saltano treni, banche e stazioni Con quella faccia un po' così Eh già il fascismo è sempre là Morti per niente
dice di armarsi, sì, ma di di pazienza
poi con fare solenne imposta la voce
e rende onore alla Resistenza
sia ben chiaro solo a quella di ottant'anni fa
il fiore secco del partigiano
O bella ciao, bella ciao, bella ciao (1)
Spazzati via dai panzer a Montefiorino
ad Alba duemila anime diventano duecento
Per chi suona la campana quando fischia il vento?
braccati e accoppati in montagna
traditi, rastrellati, fucilati,
torturati in via Tasso e poi finiti
perché senza Libertà si muore
morire per un sogno, un'idea
una medaglia postuma al valore
anche a Sant'Anna e Marzabotto si uccide
Si muore a Vinca, Fucecchio, Cavriglia
vestiti di nero i fantocci di paglia
Ma fa niente, dai, si ritorna alla vita
Ma poi a Portella i banditi di Scelba
sparano sulla folla
a Reggio Emilia i boia di Tambroni
cantano in coro boia chi molla
ché la libertà è spesso un sogno
un'illusione come la democrazia
quella che tu festeggi ogni 2 giugno
E chi non salta è Berlusconi
e gli anarchici che non saltano dalla finestra
ingozzati forzati a mangiar la minestra
quell'espressione incredula
che abbiamo noi che vi abbiamo visti a Genova (2)
che abbiamo visto voi, nazisti senza svastica
nei rastrellamenti di chi faceva ginnastica
non è mai stato spazzato via
è un cancro dentro ogni Stato
e ogni stato è uno stato di polizia
morti per niente
morti per niente
morti per niente
(1) i primi 8 versi sono ripresi da Circondati dello stesso Canali dall'album Venti (2020)(2) citazione di Paolo Conte, "Genova per noi" :
inviata da Lorenzo - 16/9/2023 - 23:44
confronta con l'originale
Lingua: Inglese
English translation / Traduzione inglese / Traduction anglaise / Italiankielinen käännös:
Riccardo Venturi, 19-09-2023 12:05
Translator’s note.In translating this song for English speakers, I warn the English reader that the original lyrics are literally full of quotations (and self-quotations), as well as references to historical events and Italian idiomatic expressions that are not always easy to be adequately translated into English. References to historical events are generally expressed through direct links pointing to site songs that talk about them (often provided with English translations); but there are also specific notes explaining idiomatic expressions and other points that could be difficult to understand for those who are not fully at home in the sad history of Italy in the post-war period up to nowadays.
Dead for Nothing An influential comrade looks into the camera And he waves like a banner Hanged to avenue trees in Bassano Easy targets in Bologna firing ground Dead for Freedom And then, blind hatred exploding in the Caves Savage and unpunished reprisals Dead for Freedom Trains, banks and stations are blown up With that iffy face Well cuz fascism is still there Dead for nothing
Says you’ve to arm yourself, yes, but with patience
Then pitches his voice with solemn gestures
And pays tribute to the Resistance movement
Well, of course, just that of eighty years ago
The withered flower of the Partisan
O bella ciao, yes, good bye, bella ciao [1]
Swept away by tanks in Montefiorino
Two thousand turned into two hundred in Alba
For whom the bell tolls when the wind blows
Hunted down and killed in the mountains
Betrayed, shot, tortured and then finished in via Tasso [2]
Because you die without Freedom
Dead for a dream, for an idea,
A posthumous medal for valour
Massacres in Sant’Anna and Marzabotto
Slaughters in Vinca, Fucecchio and Cavriglia
The straw puppets were all dressed in black
But doesn’t matter, life retakes its course
But, then, in Portella della Ginestra,
Scelba’s bandits shoot into the crowd
And in Reggio Emilia, Tambroni’s butchers
Sing in choir “Death to traitors” [3]
Well, Freedom often is a dream,
An illusion, like democracy
The thing you celebrate every June 2nd [4]
And, look! While you’re jumping, Berlusconi stays unexploded. [5]
And the Anarchists who don’t jump down out from the window
Are stuffed with this bitter, bitter soup [6]
And that iffy expression
We have after seeing you in Genoa [7]
You, yes you, fascists without swastikas
In the roundups of runners and gym exercisers [8]
It’s never been wiped out
It’s a cancer inside any State
Any State is a police state
Dead for nothing
Dead for nothing
Dead for nothing
[1] (Ironic) reference is made to the famous Italian partisan song (see link). These first eight verses are taken word for word from another song by Giorgio Canali, Circondati (2020).[2] In Via Tasso 145, in Rome, there was a prison, used by the SS and their Italian fascist accomplices, through which approximately two thousand people passed during the German occupation: partisans, soldiers, ordinary citizens (among them approximately 300 women), anti-fascists and their relatives. The prison in Via Tasso is sadly famous also because the Jews rounded up from the Ghetto were locked up there before deportation to German concentration camps. The SS prison in via Tasso 145, Rome Peter Punk: Chi non salta Berlusconi è! Silvio Berlusconi: "Chi non salta nerazzurro (= FC Inter supporter) è! "Chi non salta comunista è! (the crowd at Berlusconi's burial ceremony) There’s an untranslatable joke here: while the crowd is jumping (“saltare” in Italian; = "exploding"), Berlusconi is not (“saltare” means also “explode, blow up” in Italian, just like French sauter). Reference is made to the events of July 20-22, 2001.
19/9/2023 - 12:07