|
作者:唐雪薇 来源:北京娱乐信报 时间:2006-11-12 12:05:39 |
|
昆曲《酒楼》、高派《碰碑》等一批近年来极其罕见的戏,将于本月25日在北京市工人俱乐部亮相。演出这些剧目的是第四届中国戏曲学院优秀青年演员研究生班的部分学员。
25日在北京市工人俱乐部举行的剧目展演,集中了第四届中国戏曲学院优秀青年演员研究生班的10余名精英,包括京剧、昆曲及豫剧、评剧、秦腔、河北梆子等地方剧种。
此次展演分为五部分,除了阵容外还有一大特色就是多剧种同台,清唱,折子戏同台。头一出为第四届研究生班学员田磊和马宝旺带来的昆曲《酒楼》,二人分别饰演郭子仪、酒保。这出戏近年来已很少见于舞台,其中郭子仪一手持宝剑一手提酒坛,亦舞亦唱的一段戏颇具特色。
第二部分为梅派代表剧目《红线盗盒》,主演为郑佳艳。第三部分为多剧种清唱,包括第四届研究生班各剧种的学员黄丽珠、王红丽、许荷英、李小峰、王晓燕等,都是各剧种的中坚力量。
压轴戏为京剧高派的《碰碑》,由倪茂才饰演杨老令公。《碰碑》一剧许多老生流派都有,但高派的《碰碑》如今只有极少的观众曾看过,作为现今为数不多的几位高派传人之一,倪茂才所带来的这出《碰碑》极具高派特色,值得期待。
大轴是由第五届CCTV京剧电视大赛两位金奖头名李阳鸣和刘魁魁合作演出的《战濮阳》。这出戏同样是近年很少见于舞台的,演的是《三国演义》中吕布与曹将典韦大战于濮阳的故事,戏中吕布与典韦分别手持方天画戟和双戟开打,难度很大。
<%
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)
%> |