(RCA)喬普林鋼琴作品全集 (3CD) / 迪克海曼 Dick Hyman (鋼琴)

Scott Joplin - The Complete Works For Piano (3CD)
RCA(SONY MUSIC) 2023-09-08
優惠價
NT$1,178
商品編號: 196587923624

此商品參與的優惠活動

加入最愛
商品介紹
迪克海曼Dick Hyman (鋼琴)
  •  「散拍音樂之王」喬普林鋼琴作品完整呈現。
  • 埋藏近50年的錄音,重新發行。
  • 留聲機雜誌:喬普林的作品理當以此優秀的演奏與傑出的錄音受到崇敬。
本集收錄擁有「散拍音樂之王」(King of Ragtime)之稱的美國作曲家、演奏家史考特.喬普林(Scott Joplin, 1868-1917)的完整鋼琴作品。全套專輯包含三張CD,由爵士鋼琴家和作曲家迪克·海曼 (Dick Hyman)演奏。1975 年 1 - 4 月期間,迪克·海曼在紐約市 RCA 的 A 錄音室,完成了喬普林全部鋼琴作品的權威錄音,並以五張黑膠唱片發行專輯。如今,索尼唱片公司重新以滿滿的三張CD,再度發行這套完整錄音。
 
 
喬普林是十九世紀末、二十世紀初美國甚具影響力的作曲家之一,出生於德州的特克薩卡納(Texarkana)。散拍音樂的黃金時代大約是在1898年到1908年,喬普林正好生逢其時。其音樂天賦在年少時便已經是社區居民間津津樂道的話題。1897年他的作曲才華獲得突破性的發展,在密蘇里州塞達利亞的楓葉俱樂部裡,他完成了著名的《楓葉散拍》(Maple Leaf Rag),喬普林的傳奇也就此展開。而1902年發表的《表演者》(The Entertainer)更成為喬普林個人最具代表性的旋律。1976年喬普林被追授普立茲獎,因為他是美國建國二百週年來,為美國音樂作出貢獻的重要人物之一。
 
 
  專輯收錄的曲目包含了1908年發表《散拍學校》(School of Ragtime)的六首練習曲,還包括了較不為人熟悉的進行曲與圓舞曲。另外還收錄了海曼以喬普林的旋律所作的12首輕快的即興曲。這些作品創作的目的是用來展示喬普林對爵士樂之和聲與旋律的影響。
 
 
  當年黑膠唱片發行時,英國「留聲機雜誌」曾評論:「海曼卓越的演奏才華在整張專輯中得到體現;他完美地描繪每首作品的特點,並以精確的方式指出每一個和聲的微妙之處和旋律的幸福感,而不減損整體概念......他同樣關注速度、結構、樂句和動態的問題,就好似在演奏二十四首蕭邦的前奏曲一樣。 其中,我特別喜歡的兩首是他那輕柔觸鍵的《瀑布》(Cascades),和清晰的演奏及節奏豐富且令人愉悅的《喬普林的新散拍》(Scott Joplin’s New Rag)。 ……喬普林理當以此優秀的演奏與傑出的錄音受到崇敬。」
 
 
【收錄曲目】
 
CD 1
Joplin: Maple Leaf Rag
Joplin: Original Rags
Joplin-Marshall: Swipesy
Joplin: Peacherine Rag
Joplin: The Easy Winners
Joplin-Hayden: Sunflower Slow Drag
Joplin: The Entertainer
Joplin: Elite Syncopations
Joplin: The Strenuous Life
Joplin: A Breeze From Alabama
Joplin: Palm Leaf Rag
Joplin-Hayden: Something Doing
Joplin: Weeping Willow
Joplin: The Chrysanthemum
Joplin: The Cascades
Joplin: The Sycamore
Joplin: The Favorite
Joplin: Leola
Hyman: Peacherine Rag
Hyman: The Entertainer
Hyman: Elite Syncopations
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; } }); })
已加入購物車
已更新購物車
網路異常,請重新整理