★榮膺諾貝爾文學獎、12座葛萊美獎、全球1億2500萬張專輯銷售音樂傳奇,1970年錄音室珍稀音軌作品輯,進口3CD版
★收錄1970年間,錄製”Self Portrait”與”New Morning”兩張專輯間,於錄音室與披頭四成員George Harrison合作之outtake音軌作品
★收錄歌曲包括Dylan自己作品的'One Too Many Mornings,' 'Gates of Eden,' 'Mama, You Been On My Mind',以及翻唱如Everly Brothers的作品 'All I Have to Do Is Dream,' Carl Perkins' 'Matchbox'等傑出歌曲
藉由文字寫下一篇篇可歌可泣的歷史故事,透過音符傳遞一首首永垂不朽的經典樂章,被視為美國20世紀最有影響力的歌手、60年代民權運動的代言人,民謠樂派的先鋒使者Bob Dylan,入選滾石雜誌「史上經典藝人」第二順位,入籍搖滾名人殿堂、納許維爾創作名人殿堂、詞曲創作人殿堂,囊括終身成就在內的12座葛萊美獎加冕,獲頒2008普立茲特別榮譽獎,更在2016年獲得諾貝爾文學獎的至高榮譽,在當時亦廣獲熱議。諾貝爾委員讚許他在美國傳統的歌曲中,開創出新的詩意表達形式。走過歌壇半個世紀,擁有《Blowin` In The Wind》及《Mr. Tambourine Man》等多首永垂不朽的經典名曲,跨越多個世代,在哲學性的詩歌中,吸納美國傳統民謠、搖滾、鄉村、藍調、爵士和搖擺樂元素,不只動聽,更在音樂及文化上展現深厚影響力
曲目:
DISC 1 - CD | ||
1 | I Can't Help but Wonder Where I'm Bound (March 3, 1970) |
|
2 | Universal Soldier (Take 1 - March 3, 1970) |
|
3 | Spanish Is the Loving Tongue (Take 1 - March 3, 1970) |
|
4 | Went to See the Gypsy (Take 2 - March 3, 1970) |
|
5 | Went to See the Gypsy (Take 3 - March 3, 1970) |
|
6 | Woogie Boogie (March 3, 1970) |
|
7 | Went to See the Gypsy (Take 4 - March 4, 1970) |
|
8 | Thirsty Boots (Take 1 - March 4, 1970) |
|
9 | Little Moses (Take 1 - March 5, 1970) |
|
10 | Alberta (Take 2 - March 5, 1970) |
|
11 | Come All You Fair and Tender Ladies (Take 1) |
|
12 | Things About Comin' My Way (Takes 2 & 3) |
|
13 | Went to See the Gypsy (Take 6) |
|
14 | Untitled 1970 Instrumental #1 (March 5, 1970) |
|
15 | Come a Little Bit Closer (Take 2 - March 5, 1970) |
|
16 | Alberta (Take 5 - March 5, 1970) |
|
17 | Sign on the Window (Take 2 - May 1, 1970) |
|
18 | Sign on the Window (Takes 3, 4 & 5 - May 1, 1970) |
|
19 | If Not for You (Take 1 - May 1, 1970) |
|
20 | Time Passes Slowly (Rehearsal - May 1, 1970) |
|
21 | If Not for You (Take 2 - May 1, 1970) |
|
22 | If Not for You (Take 3 - May 1, 1970) |
|
23 | Song to Woody (Take 1 - May 1, 1970) |
|
24 | Mama, You Been on My Mind (Take 1 - May 1, 1970) |
|
25 | Yesterday (Take 1 - May 1, 1970) |
|
| ||
DISC 2 - CD | ||
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;
}
});
})
已加入購物車
已更新購物車
網路異常,請重新整理
|