In March 2005 Eleni Karaindrou presented what she called “a scenic cantata” at the Megaron in Athens, a tour through her music for film and theatre, with musical themes newlycombined and contrasted. A live audio recording, “Elegy of the Uprooting”, was issued in 2006: “The two-CD set interweaves excerpts of her music from 13 different scores spanning more than two decades, although the irresistible congruence of the music is such that newcomers to Karaindrou’s oeuvre would be forgiven for thinking this is newly composed. [The music] seduces by its profound beauty, tenderness and candour.”. – International Record Review. Here is the video document of the event.
〈Recorded March 2005〉
Maria Farantouri - voice
Vangelis Christopoulos - oboe
Socratis Sinopoulos - Constantinople lyra, laouto
Maria Bildea - harp
Konstantinos Raptis - accordion, bayan
Sergiu Nastasa - violin
Renato Ripo - violoncello
Stella Gadedi - flute
Nikos Guinos - clarinet
Sopcratis Anthis - trumpet
Spyros Kazianis - bassoon
Vangelis Skouras - French horn
Aris Dimitriadis - mandolin
Christos Tsiamoulis - ney
Panos Dimitrakopoulos - kanonaki
Andreas Katsiyiannis - santouri
Andreas Papas - bendir, daouli
Eleni Karaindrou - piano
Hellenic Radio and Television Choir
Antonis Kontogeorgiou - choirmaster
Camerata Orchestra
Alexandros Myrat - conductor
【曲目】
<CD 1>
01. Prayer (The Weeping Meadow)
02. Refugee's Theme (The Suspended Step of the Stork)
03. The Weeping Meadow (The Weeping Meadow)
04. Dance (Ulysses' Gaze)
05. An ode of tears (Trojan Woman)
06. For the Phrygian land vast mourning (Trojan Woman)
07. By the Sea (Eternity and a Day)
08. Depart and Eternity Theme (Eternity and a Day)
09. Rosa's Aria (Rosa)
10. Memories (The Weeping Meadow)
11. Hecuba's Lament / Hecuba's Theme II (Trojan Woman)
12. Telamon, you came to conquer our town (Trojan Woman)
13. The city that gave birth to you was consumed by fire (Trojan Woman)
14. An ode of tears (Trojan Woman)
15. Theme of the Uprooting I (The Weeping Meadow)
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;
}
});
})