Leopold Auer是匈牙利小提琴學派的一代宗師,他的弟子個個名震樂壇,包含了Mischa Elman, Konstanty Gorski, Jascha Heifetz, Nathan Milstein, Toscha Seidel, Efrem Zimbalist, Georges Boulanger, Lyubov Streicher, Benno Rabinof, Kathleen Parlow, Julia Klumpke, Thelma Given, Sylvia Lent, Kemp Stillings, Oscar Shumsky都是一流的小提琴名家.Biddulph預計發行一系列Leopold Auer弟子的珍貴錄音.第一輯首先推出Efrem Zimbalist的錄音.收錄的都是大師非常罕見難尋的珍貴錄音!
Cui Orientale From K Aleidoscope, Op.50 No.9
22 November 1911; Victor 64261 (B 11295)
Aulin Aquarelles From Humoresques
22 November 1911; Victor 64241 (B 11297)
Zimbalist Hebrew Song and Dance
24 February 1912; Victor 64455 (B 11609)
Saint-Saëns The Swan from The Carnival of the Animals
8 March 1913; Victor 64562 (C 12974)
Chopin (arr. Zimbalist) Waltz in D, Op.64 No.1 “Minute”
8 March 1913; Victor 64562 (C 12974)
Zimbalist PolishDance
16 February 1916; Victor 64562 (B 17172)
Glinka(Arr. Auer) The Larkfrom AFarewell to St. Petersburg
11 September 1918; Victor 74582 (C 22235)
Saint-Saëns Prelude from Le Déluge, Op.45
11 September 1918; V ictor 64827 (B 22256)
Glinka(arr. Zimbalist) Persian Song from Ruslan & Ludmilla
2 February 1926; Victor 1154 (BVE 34445)
Chopin (Arr. Spalding) Waltz In G, Op.70 No.1
2 February 1926; Victor 1154 (BVE 34446)
YamadaKuruka, Kuruka ( Japanese Lullaby)
12 December 1929; Columbia 2110-D (W 149717)
Zimbalist Improvisation on a Japanese Tune
12 December 1929; Columbia 2110-D (W 149718)
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;
}
});
})