Juilliard in collaboration with the Polish Cultural Institute in New York presents
FOCUS! Festival Polish Modern: New Directions in Polish Music Since 1945
Saturday, January 22, 2011 - Friday, January 28, 2011
The Juilliard School
Paul Recital Hall
60 Lincoln Center Plaza
(65th St. between Amsterdam and Columbus Aves) New York, NY
Alice Tully Hall
1941 Broadway (on 65th St.)
New York, NY 10023
Tickets: FREE, but required, and will be available January 6, 2011 from the Janet and Leonard Kramer Box Office at Juilliard (155 West 65th Street between) Tel. 212.769.7406
FOCUS! 2011, Juilliard's 27th annual mid-winter festival of 'new' music, presents Polish Modern: New Directions in Polish Music Since 1945 with six free concerts from Saturday, January 22 Friday, January 28, 2011. The composers presented on the FOCUS! festival represent several generations and a broad range of styles from Krysztof Penderecki, Boguslaw Schaeffer, Kazimierz Serocki and others born before the mid-1930s; to composers including Krysztof Knittel, Aleksander Lason, Marian Sawa, and Stanislaw Moryto from the 1940s; to Pawel Szymanski, Tadeusz Wielecki, and those born ten years later; and Pawel Mykietyn, Aleksandra Gryka, Wojciech Zimowit Zych, and the 1970s generation. The festival opens with the New Juilliard Ensemble, conducted by founder Joel Sachs, performing works by Grazyna Bacewicz, Wojciech Kilar, Zygmunt Krauze, Elzbieta Sikora, and Tadeusz Wielecki. The closing concert, performed by the Juilliard Orchestra and led by conductor Jeffrey Milarsky, features a musical Portrait of Witold Lutoslawski, one of the 20th century's major composers. The program includes Lutoslawski's Overture for Strings, Concerto for Cello and Orchestra, Partita for Violin and Orchestra, and the Symphony No. 4. On Monday, January 24 through Thursday, January 27, the FOCUS! festival presents four concerts of chamber and solo works by contemporary Polish composers, performed by Juilliard students at the School's Paul Hall. Other highlights of the festival include a film screening and a panel discussion about contemporary music in Poland with editor-in-chief of the Polish Music Publishing House and program director of the Polish Music Festival, Andrzej Kosowski; president of the Polish Composers' Union, Jerzy Kornowicz; composer Elzbieta Sikora; and director of the Warsaw Autumn Festival, Tadeusz Wielecki, moderated by Joel Sachs. COMPLETE PROGRAM MORE ABOUT NEW JUILLIARD ENSAMBLE MORE ABOUT JOEL SACHS MORE ABOUT JEFFREY MILARSKY MORE ABOUT JUILLIARD ORCHESTRA
\")");*/
//if(securityError == 0){
if (errors) {
alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = false
//return false
//document.MM_returnValue = (errors == '');
}else{
//return true
document.MM_returnValue = true
}
//}else{
//document.MM_returnValue = false
//}
}
function processCaptcha(){
args1=processCaptcha.arguments;
var browser = navigator.appName;
if(browser == "Microsoft Internet Explorer"){
var http = new ActiveXObject("Microsoft.XMLHTTP");
}else{
var http = new XMLHttpRequest();
}
//valStr = validationString
process();
var nocache = 0;
function process(){
var urlchallenge= Recaptcha.get_challenge();
var urlresponse= Recaptcha.get_response();
nocache = Math.random();
http.open('get', 'captcha.cfm?challenge='+urlchallenge+'&response='+urlresponse+'&nocache='+nocache);
http.onreadystatechange = insertReply;
http.send(null);
}
function insertReply(){
if(http.readyState == 4){
document.getElementById("content").innerHTML = http.responseText
var response = http.responseText;
var validCheck = response.match('security');
if (validCheck >= 0){
//validate other fields
var i,p,q,nm,test,num,min,max,errors='';
for (i=0; i<(args1.length-2); i+=3) {
test=args1[i+2]; val=MM_findObj(args1[i]);
if (val) {
nm=args1[i];
if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) {
p=val.indexOf('@');
if (p<1 || p==(val.length-1))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain an e-mail address.\n';
} else
if (test!='R') {
num = parseFloat(val);
if (isNaN(val))
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number.\n';
if (test.indexOf('inRange') != -1) {
p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if ( min > num || max < num)
errors+='- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' must contain a number between '+min+' and '+max+'.\n';
}
}
}else
if (test.charAt(0) == 'R'){
errors += '- '+document.getElementById("error" + nm.substring(nm.length-1,nm.length)).innerHTML+' is required.\n';
}
}
}
//end of valiadting field
// if errors then show errors otherwise submit.
if (errors) {
alert('The following error(s) occurred:\n'+errors);
Recaptcha.reload();
}else{
document.surveyform.submit();
}
//var ret = MM_validateForm(valStr)
//document.getElementById("surveyform").onSubmit=function(){MM_validateForm(valStr);return document.MM_returnValue};
//document.surveyform.submit();
//alert(ret)
}else{
Recaptcha.reload();
}
}
}
}
function pausecomp(millis)
{
var date = new Date();
var curDate = null;
do { curDate = new Date(); }
while(curDate-date < millis);
}
//-->