(SONY)2021仲夏夜露天音樂會 (DVD)/丹尼爾哈汀&維也納愛樂管弦樂團

Summer Night Concert 2021 (DVD)
SONY MUSIC 2021-08-06
優惠價
NT$599
商品編號: 194399049297

此商品參與的優惠活動

加入最愛
商品介紹

丹尼爾哈汀Daniel Harding (指揮)

維也納愛樂管弦樂團Wiener Philharmoniker

列維特Igor Levit (鋼琴)

 

  • 世界上最盛大的年度戶外古典音樂會 - 「夏夜音樂節」演出實況
  • 本年度音樂會以德文「Fernweh」一詞為主題,意為:對遠方旅程的渴望。
  • CDDVDBD 發行,為樂迷同步開啟渴望中的美好音樂旅程。

一年一度的維也納「仲夏夜露天音樂會」(SOMMERNACHTSKONZERT)再次開演。2021年的音樂會以德文「Fernweh」一詞為主題,意為:「對遠方旅程的渴望」,正好也呼應了2020-21年各國因新冠病毒實施的封城禁令,造成人們無法隨意四處旅行的窘境。演出曲目包括:《西西里的晚禱》之「序曲」、《西城故事》舞蹈組曲、《愛情萬歲》、《牧神的午后前奏曲》、《行星組曲》 之「木星」。另外還包括樂團首度於音樂會中演出的《帕格尼尼主題狂想曲》與《卡雷利亞組曲》之「間奏曲」。

 

這場由世界最頂尖的維也納愛樂管弦樂團為樂迷們呈獻全球最盛大的年度戶外古典音樂會,演出的地點為樂團所在的奧地利首都維也納西南部的美泉宮(Schloss Schönbrunn ,又名熊布朗宮、申布倫宮)外的巴洛克花園。花園中還有世界上第一座動物園。此處曾是神聖羅馬帝國、奧地利帝國、奧匈帝國和哈布斯堡王朝家族的皇宮,如今是維也納最負盛名的旅遊景點,也是聯合國認證的世界遺產。

 

「仲夏夜露天音樂會」一直以免費入場的方式舉行,自2008年開辦以來,已經成為維也納一項重要的音樂慶典。2021年的音樂會於618日舉行,由於受到新冠病毒的影響,因而限制欣賞人數,僅受邀的3000人能夠進入現場。而透過電視與廣播,於60多個國家播出,估計超過百萬人觀賞。

 

今年首度邀請鋼琴家列維特(Igor Levit)與英國指揮哈汀(Daniel Harding)參與演出。以往僅發行過獨奏專輯的列維特,本錄音中則是他首度與管弦樂團合作。此次的發行包含CDDVD與藍光影片。獨奏者、指揮家與樂團的完美結合,搭配豐富精彩的選曲,為樂迷開啟了渴望中的美好音樂旅程。

 

DVD 規格:NTSC/全區

DVD 9

音效:LPCM Stereo / DTS 5.0

螢幕規格:16:9
總長:約1小時36

包裝內容:1片裝

文字方塊: DVD 規格:NTSC/全區DVD 9音效:LPCM Stereo / DTS 5.0螢幕規格:16:9總長:約1小時36分包裝內容:1片裝【收錄曲目】

 

Giuseppe Verdi

Les Vêpres siciliennes: Overture

威爾第:西西里的晚禱 - 序曲

 

Sergei Rachmaninoff

Rhapsody on a Theme of Paganini op. 43*

拉赫曼尼諾夫:帕格尼尼主題狂想曲

 

Leonard Bernstein

Symphonic Dances from West Side Story

Prologue – Somewhere – Mambo

伯恩斯坦:「西城故事」舞蹈組曲 - 序奏、某處、曼波

 

Edward Elgar

Salut d’amour op. 12

艾爾加:愛情萬歲

 

Jean Sibelius

Karelia Suite: Intermezzo op. 11/1 *

西貝流士:卡雷利亞組曲 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; } }); })

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