18th International Chopin Piano Competition Final Round LIVE / Bruce Liu
劉曉禹贏得2021年蕭邦鋼琴大賽的決賽實況錄音 (64頁全彩紀錄冊珍藏版限量發行)
這張專輯是劉曉禹贏得2021蕭邦鋼琴大賽的實況錄音.根據比賽合約,DG與蕭邦鋼琴協會各自發行一半的冠軍比賽錄音.兩者完全沒有重複.
蕭邦鋼琴協會在這裡所發行的是劉曉禹在決賽演奏協奏曲的全曲錄音,以及在第二輪彈奏的敘事曲與輪旋曲,還有第三輪彈奏的鋼琴奏鳴曲.
限量發行,以64頁的精美解說冊敘述整個比賽過程,以及收錄比賽過程數十張劉曉禹的珍貴照片.絕對要珍藏的一份發行!
曲目:
FRYDERYK CHOPIN [1810–1849]
[1] Ballade in F major, Op. 38 — 7.03
[2] Rondo . la Mazur in F major, Op. 5 (before 1826) — 8.14
Sonata in B flat minor, Op. 35
[3] Grave. Doppio movimento — 7.28
[4] Scherzo.Molto vivace — 7.02
[5] Marche fun¯bre — 9.07
[6] Finale — 1.23
Piano Concerto in E minor, Op. 11
[7] Allegro maestoso — 19.58
[8] Romance. Larghetto — 9.47
[9] Rondo. Vivace — 9.47
Total time: 79.54
Recorded during the 18th International Fryderyk Chopin Piano
Competition at the Warsaw Philharmonic Concert Hall,
Warsaw 3–20 October 2021.
[1–2] 2nd stage auditions, 12 October
[3–6] 3rd stage auditions, 16 October
[7–9] Finale stage auditions, 20 October.
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;
}
});
})