(Decca)Sir Georg Solti 蕭提的歐洲歲月 - 與歐洲樂團合作錄音大全輯(45CD+2DVD)

DECCA(環球) 2023-12-01
優惠價
NT$5,288
商品編號: 28948530588

此商品參與的優惠活動

加入最愛
商品介紹

Solti • Europe : The Orchtral Recordings / Sir Georg Solti (45 CD+2 DVD)
蕭提的歐洲歲月
★指揮大師蕭提,與歐洲樂團合作錄音大全輯
    從1947年開始,來自匈牙利的指揮大師蕭提與笛卡展開長達五十年的合作關係,大量的錄音奠定他在樂壇的地位,也為後世留下珍貴的有聲資產。至今仍有不少唱片被公認是相同曲目的經典錄音。
    繼芝加哥交響樂團與倫敦之後,笛卡的「蕭提三部曲」來到歐洲時期的錄音。四十五張唱片與兩張DVD,包括1947年在笛卡的第一張錄音(以鋼琴家身分和庫倫肯普夫合作布拉姆斯、莫札特、貝多芬小提琴奏鳴曲,以及逝世前三個月在祖國匈牙利,與布達佩斯節慶管弦樂團錄製的巴爾托克世俗清唱劇《九頭魔法雄鹿》、韋納《小夜曲》、高大宜《匈牙利詩篇》。這也是蕭提第一次在匈牙利與匈牙利音樂家合作的錄音室錄音。
    其他重要的錄音還有和巴黎管弦樂團合作的柴可夫斯基兩首交響曲、與柏林愛樂的貝多芬《莊嚴彌撒》等唱片、1967年與維也納愛樂的威爾第《安魂曲》、與阿姆斯特丹大會堂管弦樂團的馬勒與蕭士塔高維奇。至於與維也納愛樂合作的經典華格納錄音,挑選出的是重要的管弦樂曲、序曲與《齊格菲的牧歌》。
    紀念莫札特逝世兩百週年,以及聯合國成立五十週年音樂會演出實況之外,蕭提與蘇黎士音樂廳管弦樂團的馬勒第五號交響曲是最後一場演出實況的錄音。專輯附有托蘭斯基拍攝的蕭提紀錄片與專書提供更多參考價值。
 

【曲目】

  • BRAHMS Violin Sonatas Nos 1-3
    Georg Kulenkampff violin, Georg Solti piano
  • SCHUBERT In der Ferne; Abschied
    Max Lichtegg tenor, Georg Solti piano
    MOZART Violin Sonata K454
    BEETHOVEN “Kreutzer” Sonata

    Georg Kulenkampff violin, Georg Solti piano
    BEETHOVEN Egmont Overture

    TONHALLE ORCHESTRA ZURICH
  • UN 50th Anniversary Concert – works by Rossini, Bartók & Beethoven
    WORLD ORCHESTRA FOR PEACE
  • MAHLER Symphony No.5
    TONHALLE ORCHESTRA ZURICH
  •  “THE LAST RECORDING”
    BARTÓK Cantata profana; WEINER Serenade; KODÁLY Psalmus hungaricus

    Tamás Daróczy tenor; Alexandru Agache baritone, BUDAPEST FESTIVAL ORCHESTRA
  • BEETHOVEN Symphony No.3 “Eroica”
    WIENER PHILHARMONIKER
  • BEETHOVEN Symphony No.5
    WIENER PHILHARMONIKER
  • BEETHOVEN Symphony No.7
    WIENER PHILHARMONIKER
  • SUPPÉ Overtures
    WIENER PHILHARMONIKER
  • TCHAIKOVSKY Piano Concerto No.1
    Clifford Curzon piano,
    WIENER PHILHARMONIKER
  •  “The Vienna Philharmonic Plays Wagner”
    Rienzi Overture, Der Fliegende Holländer (The Flying Dutchman) Overture, Tannhäuser (Original Paris Version) Overture & Bacchanale

    WIENER PHILHARMONIKER
  • BRUCKNER Symphony No.7
    WIENER PHILHARMONIKER
    WAGNER Siegfried Idyll

    Members of the WIENER PHILHARMONIKER, Walter Weller leader
  • BRUCKNER Symphony No.8
    WIENER PHILHARMONIKER
  • SCHUMANN Symphony No.1 “Spring”; Overture, Scherzo & Finale Op.52
    WIENER PHILHARMONIKER
  • SCHUMANN Symphony No.2; Julius Caesar Overture
    WIENER PHILHARMONIKER
  • SCHUMANN Symphony No.3 “Rhenish” & No.4
    WIENER PHILHARMONIKER
  • VERDI Requiem
    Sutherland, Horne, Pavarotti, Talvela
    WIENER PHILHARMONIKER
  • 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; } }); })
已加入購物車
已更新購物車
網路異常,請重新整理