(DG)聖桑 --- 法國風情 (2CD) / Lang Lang 郎朗 (鋼琴)、吉娜‧愛麗絲 (鋼琴)、Andris Nelsons 尼爾森斯 (指揮)

DG(環球) 2024-03-08
優惠價
NT$638
商品編號: 28948592241

此商品參與的優惠活動

加入最愛
商品介紹

Lang Lang : Saint-Saën (2 CD Digipack)  聖桑 - 法國風情

郎朗鋼琴吉娜愛麗絲鋼琴

★尼爾森斯,指揮萊比錫布商大廈管弦樂團

透過這張唱片錄音,第一次能夠更近距離地了解法國女性作曲家的音樂。我發現這些美麗的寶藏,我也樂於跟大家分享”-----鋼琴大師 郎朗

  《動物狂歡節》是聖桑私下與朋友趣味演奏的遊戲之作。但萬萬沒想到,這部生前完全不想公開的作品卻成了最著名的作品之一,也被視為兒童的古典音樂最佳入門曲。透過和尼爾森斯、萊比錫布商大廈管弦樂團與妻子吉娜‧愛麗絲合作的《動物狂歡節》,郎朗帶來了足以拉赫曼尼諾夫等大型浪漫鋼琴協奏曲媲美的聖桑第二號鋼琴協奏曲,以及多首法國鋼琴音樂經典。

       拉威爾《死公主的孔雀舞》、德布西《小組曲》鋼琴四手聯彈(與吉娜‧愛麗絲)、聖桑《為鋼琴而寫的六首練習曲》等都是鋼琴名曲;還有德利伯歌劇《拉克美》的〈在茉莉花織成的花頂〉、聖桑《動物狂歡節》〈天鵝〉改編成鋼琴獨奏曲或是四手聯彈作品。

       最後的驚喜來自五名法國女性作曲家。第一位得到羅馬大獎的卻不幸早逝的莉莉‧布朗熱《來自光明的花園》優美絕倫。聖桑十分崇仰的梅拉妮‧博尼所寫的〈小傢伙睡著了〉則是優美動人。法朗與塔耶費爾才被重視的《升F小調第十號練習曲》與《緩慢的圓舞曲》,各有自己的語言,但氣質上卻又相通。

【曲目】

CD 1

Camille Saint-Saëns (1835–1921)

Carnival of the Animals R. 125
Grand Zoological Fantasy for 2 Pianos and Orchestra

1    No 1 Introduction

2    The Lion’s Royal March

3    No 2 Hens and Roosters

4    No 3 Jackasses (Wild Animals)

5    No 4 Tortoises

6    No 5 The Elephant

7    No 6 Kangaroos

8    No 7 Aquarium

9    No 8 Personages with Long Ears

10  No 9 The Cuckoo in the Deep Woods

11  No 10 Aviary

12  No 11 Pianists

13  No 12 Fossils

14  No 13 The Swan

15  No 14 Finale

Lang Lang (piano I) , Gina Alice (piano II)

Gewandhausorchster, Andris Nelsons

Concerto for Piano and Orchestra No. 2 in G minor op. 22

16  1.  Andante sostenuto

17  2.  Allegro scherzando

18  3.  Presto

Lang Lang, Gewandhausorchster, Andris Nelsons

CD 2

Maurice Ravel (1875–1937)

1    Pavane pour une infante défunte M. 19

Version for Piano

CLAUDE DEBUSSY (1862–1918)

Petite Suite CD 71a

for Piano 4 Hands

2    1.  En bateau. Andantino

3    2.  Cortège. Moderato

4    3.  Menuet. Moderato

5    4.  Ballet. Allegro giusto

Gabriel Fauré (1845–1924)

6    In paradisum

No. 7 from Requiem op. 48 · Arr. for Piano by Emile Naoumoff

Léo Delibes (1836–1891)

7    Lakmé: Flower Duet

Arr. for Piano by Emile Naoumoff

Camille Saint-Saëns 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; } }); })

已加入購物車
已更新購物車
網路異常,請重新整理