。親愛的樂迷,購物前,請先將帳號啟用與密碼完成設定。
您好!
會員登入
註冊新會員
我的帳戶
訂單查詢
專屬優惠券
收藏清單
會員登出
0
目前的購物車是空的!
立即購買
前往收藏清單
搜尋
搜尋
主選單
古典
華語
西洋
東洋
風雲榜
古典月榜
帳戶
我的帳戶
訂單查詢
會員登出
會員登入
註冊新會員
首頁
商品
古典館所有商品
,
古典音樂所有黑膠
,
王羽佳 Yuja Wang
(DG)維也納獨奏會 (2片黑膠) / 王羽佳 Yuja Wang (piano)
首頁
商品
古典館所有商品
,
古典音樂所有黑膠
,
王羽佳 Yuja Wang
(DG)維也納獨奏會 (2片黑膠) / 王羽佳 Yuja Wang (piano)
(DG)維也納獨奏會 (2片黑膠) / 王羽佳 Yuja Wang (piano)
DG(環球)
2024-04-26
優惠價
NT$1,499
商品編號:
28948657407
此商品參與的優惠活動
加入購物車
立即購買
聯絡店家
已售完
同時加購物車
同時購買
0
加入購物車
立即購買
聯絡店家
已售完
同時加購物車
同時購買
加入最愛
此商品 「 最高 」可以折抵紅利
0
點 (約等於
NT$0
)
商品庫存不足留言
×
送出
商品介紹
訂購須知
加入購物車
聯絡店家
商品介紹
Vienna Recital / Yuja Wang
維也納獨奏會
★鋼琴/王羽佳
2024年首度榮獲葛萊美獎的中國鋼琴家王羽佳,2022年在維也納舉行獨奏會,開出一套不拘一格的曲目,展示了難以置信的寬廣曲目與演奏技術,備受好評。
王羽佳認為所有曲目應當有自己的生命,並且反映著我當前的感受。她在李給替與卡普斯汀鮮為人知的作品中,演示了她火熱般的精湛技巧;在貝多芬與史克里亞賓的傑作中,凸顯她成熟的音樂才能;並在西班牙作曲大師阿爾班尼士的伊比利亞選曲中,展現了音色的控制與想像力。四首精采安可曲分別是美國的葛拉斯、墨西哥的阿奎茲、浪漫時代的布拉姆斯與早期古典的葛路克,宛如一場小型鍵盤音樂史。
這套看似隨心所欲不同時代的混搭選曲風格,實際聆聽下來發現有著高度的凝聚力,其中一件曲目的主題或是表現張力,可能喚醒或是暗示著緊接下來的音樂內容。如同一位擁有豐厚知識背景的藝術策展人,將不同的藝術家的畫作陳列在博物館中,需要仔細考量場地、畫作的尺寸、畫作背景、風格等。王羽佳能夠驅使動態極限,卻同時不失情感及細膩詮釋。歐洲著名藝文記者Miriam Damev在奧地利標準報上用短短幾個字總結這場精彩的獨奏會─「這音樂廳瘋狂了」。
【曲目】
LP 1
A side
ISAAC ALBÉNIZ (1860–1909)
Málaga from Iberia
ALEXANDER SCRIABIN (1872–1915)
Piano Sonata No. 3 in F sharp minor op. 23
1. Drammatico
2. Allegretto
3. Andante
4. Presto con fuoco
B side
NIKOLAI KAPUSTIN (1937–2020)
Prelude No. 11
Prelude No. 10
from 24 Jazz Preludes op. 53
ISAAC ALBÉNIZ
Lavapiés from Iberia
LUDWIG VAN BEETHOVEN (1770–1827)
Piano Sonata No. 18 in E flat major “The Hunt” op. 31/3
1. Allegro
2. Scherzo. Allegretto vivace
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; } }); })
相關商品
(DG原音黑膠系列) 梅湘:時間終止四重奏 (黑膠/限量編號) / 巴倫波英 Daniel Barenboim (鋼琴)
NT$1,379
加入購物車
(DG原音黑膠系列)馬勒:第二號交響曲 (2片黑膠/限量編號) / 阿巴多 Claudio Abbado (指揮) 芝加哥交響樂團
NT$1,949
加入購物車
(DG)前奏曲輯 - 蕭邦、巴哈、拉赫曼尼諾夫、梅湘與葛瑞茲基的前奏曲 / Jan Lisieckie 利謝茲基 (鋼琴)
NT$428
加入購物車
(DG)Howard Shore 霍華‧蕭的巴黎樂章 (2023年5月,法國巴黎演出實況) 2CD
NT$568
加入購物車
Loading
已加入購物車
已更新購物車
網路異常,請重新整理