|
>
今年下半年,中国京剧院将有5次出访演出。9月1日至10日,三团将赴圣彼得堡和莫斯科演出高牧坤自改自演的《霸王别姬》和耿巧云的《拾玉镯》。9月8日至14日,二团将带着一台武戏去金门演出。10月底,一团将带着《图兰朵公主》赴东欧演出,10月21日至27日在波兰,28日至31日在罗马尼亚,11月1日至3日在保加利亚,11月4日至10日在匈牙利。二团于10月7日至10日,于魁智、李胜素、李海燕、管波等将在香港文化中心大剧院演出《竹林计》、《大·探·二》、《小花田错》、《打渔杀家》、《坐寨盗马》、《二堂舍子》、《六月雪·探监》、《打金砖》和《野猪林》。11月7日至14日,三团将带着刁丽主演的《杨门女将》和贾永全《大闹天空》赴以色列演出,他们还将与以色列爱乐乐团合作京剧交响音乐会。
2台新创剧目
《包龙图梦断金蝉案》年底出炉
除了本报多次报道过的张火丁工作室创排的《梁祝》,中国京剧院一团还将创排由吴江编剧的《包龙图梦断金蝉案》。目前,该剧的案头工作已经做完,待《图兰朵公主》从七艺节上归来,便马上建组投排。该剧将由孙元意导演,主演仍然是《图兰朵公主》的原班人马,由魏积军扮演包拯,邓敏扮演柳金蝉。
虽是出新戏,但吴江强调,传统戏《探阴山》中的精彩唱段,全都巧妙、融洽地保留在了剧中。
明年院庆百天百场百台戏
除了这3-5-2之外,中国京剧院全院上下正在为明年的建院50周年做准备。吴江十分肯定地告诉记者,明年的院庆,肯定不出画册、不开研讨会,不搞那些华而不实的东西,“弄得像办红白喜事似的”。而是要在北京演百天、百场、百台戏,以这种形式来扩大社会影响,打出自己的品牌。同时,也使各团都恢复、排练、演出、积累出一批剧目。目前,有的团已经报了70多出戏,有的报出了80出戏。吴江说,在三年内要让各团都有100多出剧目滚动演出。
院庆50周年的百场演出,拟由明年8月1日开始,到11月15日结束。按吴江的设想,将根据不同主题推出不同的演出周,比如抗战胜利纪念周、红军长征60周年纪念周,也可能推出李少春纪念周、叶盛兰纪念周、 上一页 [1] [2] [3] [4] 下一页
<%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |