Bach : Goldberg Variations 巴哈 : 郭德堡變奏曲
★歐拉夫森,鋼琴
冰島鋼琴家歐拉夫森是我們這個時代最受樂迷喜愛的古典鋼琴家之一,自從2017年與DG公司簽署獨家合約開始,陸續發行《葛拉斯:鋼琴作品》(2017)、《巴哈鍵盤作品選》(2018)、《德布西與拉摩》(2020)、《莫札特與其時代》(2021),以及《來自遠方》(2022)。每張專輯都受到各界好評,獲獎無數。2019年BBC音樂雜誌年度專輯、2019年留聲機雜誌年度藝術家、2023 年CoScan國際北歐年度人物等。《經濟學人》評論:「歐拉夫森為古典音樂賦予了新生命」、《每日電訊報》:「古典音樂的新巨星」。
2023年歐拉夫森最新專輯帶來鍵盤音樂的代表作之一「巴哈:郭德堡變奏曲」。有著獨到詮釋品味、藝術視野,以及情感交流的特性,歐拉夫森在這幾年受到評論界高度讚揚與認可,擄獲不少樂迷,對於古典音樂的推廣也有不小功勞。
歐拉夫森說:「《郭德堡變奏曲》是有史以來最為精湛的鍵盤音樂之一,包含無數令人讚嘆的對位法、崇高的藝術展現、複雜的內蘊,以及深刻的情感。在30首變奏當中,建立在簡單樸素而優雅的框架之中,將有限的素材轉化為前所未見的萬千變化,我認為巴哈是最偉大的鍵盤作曲家」。
配合專輯發行,歐拉夫森從今年起也展開世界巡演,演出郭德堡變奏曲。倫敦南岸藝術中心、紐約卡內基音樂廳、維也納音樂廳、巴黎愛樂廳等,明年(2024)也將來到台灣演出這套重要鍵盤作品。
【曲目】
01 J.S. Bach: Goldberg Variations, BWV 988: 1. Aria
02 J.S. Bach: Goldberg Variations, BWV 988: Variatio 1 a 1 Clav.
03 J.S. Bach: Goldberg Variations, BWV 988: Variatio 2 a 1 Clav.
04 J.S. Bach: Goldberg Variations, BWV 988: Variatio 3 Canone all'Unisono a 1 Clav.
05 J.S. Bach: Goldberg Variations, BWV 988: Variatio 4 a 1 Clav.
06 J.S. Bach: Goldberg Variations, BWV 988: Variatio 5 a 1 ô vero 2 Clav.
07 J.S. Bach: Goldberg Variations, BWV 988: Variatio 6 Canone alla Seconda a 1 Clav.
08 J.S. Bach: Goldberg Variations, BWV 988: Variatio 7 a 1 ô vero 2 Clav. Al tempo di Giga
09 J.S. Bach: Goldberg Variations, BWV 988: Variatio 8 a 2 Clav.
10 J.S. Bach: Goldberg Variations, BWV 988: Variatio 9 Canone alla Terza. A 1 Clav.
11 J.S. Bach: Goldberg Variations, BWV 988: Variatio 10 Fughetta. A 1 Clav.
12 J.S. Bach: Goldberg Variations, BWV 988: Variatio 11 a 2 Clav.
13 J.S. Bach: Goldberg Variations, BWV 988: Variatio 12 Canone alla Quarta. (a 1 Clav.)
14 J.S. Bach: Goldberg Variations, BWV 988: Variatio 13 a 2 Clav.
15 J.S. Bach: Goldberg Variations, BWV 988: Variatio 14 a 2 Clav.
16 J.S. Bach: Goldberg Variations, BWV 988: Variatio 15 Canone alla Quinta. A 1 Clav. Andante
17 J.S. Bach: Goldberg Variations, BWV 988: Variatio 16 Ouverture. a 1 Clav.
18 J.S. Bach: Goldberg Variations, BWV 988: Variatio 17 a 2 Clav.
19 J.S. Bach: Goldberg Variations, BWV 988: Variatio 18 Canone alla Sesta. A 1 Clav.
20 J.S. Bach: Goldberg Variations, BWV 988: Variatio 19 a 1 Clav.
21 J.S. Bach: Goldberg Variations, BWV 988: Variatio 20 a 2 Clav.
22 J.S. Bach: Goldberg Variations, BWV 988: Variatio 21 Canone alla Settima (a 1 Clav.)
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;
}
});
})