Boom! Italian Jazz Soundtrcks at Their Finest (1959 – 1969)
義大利爵士電影配樂 : 繁盛年代 (1959-1969)
★33首最能表現爵士樂在義大利電影中,獨特風格與魅力的樂曲。
邁爾‧戴維斯在1958年以爵士樂為路易‧馬盧《死刑台與電梯》譜寫配樂之後,義大利導演與作曲家從這部法國片裡發現爵士樂的語言與現代性,於是從1950年代後期到1960年代,爵士樂幾乎全面佔領義大利電影配樂整整十年,很快成為殘酷紀錄、民族誌、分段式電影、黑色電影、安東尼奧尼風格戲劇到喜劇、諜報片、恐怖片⋯⋯等不同風格影片的最好搭檔。
義大利唱片公司CAM Sugar在1959年成立於羅馬,主要的業務是為當時極度興盛的義大利電影出版配樂。該公司擁有的兩千多部電影原聲帶不但是1960到1970年代義大利、法國的電影配樂重要歷史紀錄,也是CAM Sugar最驕傲的資產。
這張專輯是從CAM Sugar的母帶庫裡,精選出33首最能表現爵士樂在義大利電影中獨特風格與魅力的樂曲。這些音樂雖然受到咆勃爵士樂影響,但是在莫利克奈、里茲‧歐特拉尼等大師手中,更進一步融入個人的原創性與優雅誘人的地中海風,重新詮釋來自美國的咆勃爵士樂,完美地捕捉到當時義大利電影經常探討的主題氣氛:時代的躁動與疏離感。
除此之外,這張專輯也展示了當時義大利爵士樂界最精英的演出水準,像是中音薩克斯管演奏家吉安尼‧巴索、小號演奏家瓦爾丹布里尼等偉大的獨奏家,還有與作曲家畢奇奧尼關係密切的傳奇的小號演奏家羅通多,經常與作曲家烏米里亞尼合作的小號家拉瓦、爵士鋼琴家安德雷亞等。
【曲目】
1. Piero Umiliani – Notte in Algeria – I PIACERI PROIBITI
Sax: Gianni Basso ∙ Trumpet: Oscar Valdambrini
2. Francesco De Masi – Oggi in Africa – ALLA SCOPERTA DELL’AFRICA
3. Ennio Morricone – Agosto Jazz – LA VOGLIA MATTA
4. Armando Trovajoli – Jumping – IL VEDOVO **
5. Nino Oliviero, Bruno Nicolai – Ora di Punta – MONDO CANE No. 2
6. Riz Ortolani – Il sorpasso (Titoli – ripresa) – IL SORPASSO *
7. Marcello Giombini – Notti d’amore a Tokyo – LE DOLCI NOTTI
8. Ido Piga – Il vedovo bianco – AMORE FACILE *
9. Piero Umiliani – Tensione – AUDACE COLPO DEI SOLITI IGNOTI
Trumpet: Chet Baker
10. Gianni Ferrio – Frenesia dell’estate (Titoli) – FRENESIA DELL’ESTATE **
11. Luiz Bonfá – Coppia in crisi – LE ORE DELL’AMORE **
Classical Guitar: Luiz Bonfá
12. Piero Piccioni – Your Smile – 3 NOTTI D’AMORE
Flute: Gino Marinacci
13. Giuseppe De Luca – Il treno rosa – MILLE PECCATI NESSUNA VIRTU’ *
14. Marcello Gigante – Gardenia – SEDIA ELETTRICA
Vocals: Nora Orlandi
15. Piero Umiliani – In fondo alla notte – UNA BELLA GRINTA **
Drums: Gegé Munari ∙ Sax: Gato Barbieri ∙ Trumpet: Enrico Rava
16. Luis Bacalov – La strega in amore (Titoli) – LA STREGA IN AMORE
Vocals: Nora Orlandi
17. Piero Umiliani – 7 monaci d’oro (Titoli) – 7 MONACI D’ORO *
Choir: I Cantori Moderni di Alessandroni
descSectionTop) {
desc_sections.find("ul").css({"top": 0});
if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": 0});
} else if (prevScrollPos > currentScrollPos) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": headerHeight});
} else {
prevScrollPos = 0;
} prevScrollPos = currentScrollPos;
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
} else {
prevScrollPos = 0;
desc_sections.stop().removeClass("desc_sections_hold")
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
}
// 點選產品說明滑動
$(".desc_sections a.scroll").bind("click", function(event) {
var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1);
if (targetScrollTop > window.scrollY + 1) {
$("html, body").stop().animate({
scrollTop: targetScrollTop
}, 300);
} else {
$("html, body").stop().animate({
scrollTop: targetScrollTop - headerHeight
}, 300);
}
});
// 顯示當前產品說明
if (currentScrollPos > prevScrollInformationPos) {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() > desc_sectionTop || index === 0) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
} prevScrollInformationPos = currentScrollPos;
});
} else {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() + headerHeight > desc_sectionTop) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
}
});
prevScrollInformationPos = currentScrollPos;
}
});
})