Mischa Elman: the Complete Victor Recordings (2CD)
米夏・艾爾曼錄音發行企畫 第四輯 / Victor錄音全集
Biddulph唱片公司於2023年開始,全新企畫發行一系列偉大小提琴家Mischa Elman的珍貴錄音集.目前已經發行四集,分別是:
第一輯 柴可夫斯基與韋尼奧夫斯基 (以BIDD-85031發行)
第二輯 莫札特與帕格尼尼 (以BIDD-85037發行)
第三輯 RCA錄音全集 (以BIDD-85043發行)
第四輯 Victor錄音全集 (以BIDD-85050發行)
本發行為第四輯,以雙CD收錄Mischa Elman在Victor的錄音全集.Victor後來被RCA併購成為RCA Victor.而併購之後的錄音Biddulph在艾爾曼系列的第三輯整理發行為”RCA錄音全集”.這份併購前的Victor錄音全集總共有41首小品錄音.包含多首改編曲,這些錄音被譽為史上最精采的小提琴小品錄音.千萬不可錯過!
曲目:
CD1:
Arensky: Serenade for Violin & Piano, Op. 30 No. 2
Cui: Letter of Love in F Sharp Major, Op. 50, No. 21
Friml: At Evening – Rêverie
Haydn: String Quartet 'Fifths' in D Minor, Op. 76, No. 2
Haydn: String Quartet 'Fifths' in C Major, Op. 76, No. 3
Tchaikovsky: String Quartet No. 1 in D major, Op. 11
Cui: Kaleidoscope in G Minor, Op. 50, No. 9
Dvořák: Humoresque in G flat major, Op. 101 No. 7
František Drdla: Souvenir
Rachmaninoff: Vocalise, Op. 34 No. 14
Bach: Orchestral Suite No. 3 in D major, BWV1068
Schubert: Schwanengesang, D. 957
Sibelius: Valse Triste, Op. 44 No. 1
Wieniawski: Caprice in E-Flat Major (Alla saltarella) in E Flat Major, Op. 10, No. 10
Schumann: Kinderszenen, Op. 15, Op. 15, No. 7
Schubert: Ave Maria, Op. 52 No. 6, D839
Massenet: “Méditation” from Thaïs
Elman: Tango
Rimsky Korsakov: Le Coq d'Or: Hymn to the Sun
CD2:
Beethoven: 6 Minuets, WoO 10 in G Major, WoO 10, No. 2
Raff: Cavatina for violin & piano (or orchestra), Op. 85 No. 3
Wagner: Albumblatt
Schubert: Valse sentimentale, D783, No. 10
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;
}
});
})