|
作者:崔一佳 来源:新浪娱乐 时间:2007-5-11 10:31:24 |
|
精彩演出剧照

焦仲卿与刘兰芝

焦仲卿与刘兰芝

刘兄逼婚
北京京剧院再度排演的《孔雀东南飞》新版本日前在长安大戏院登场亮相。话剧幽默元素在传统戏曲中的运用,让观众们时而开怀大笑,时而悲愤万分,更有看“入戏”的观众突然在台下大声指责剧中的恶婆婆。
新版《孔雀东南飞》以青春阵容为主打。扮演刘兰芝的张笠媛是北京市戏剧人才“百人剧场”工程重点推出的张派新秀,几大段成套声腔,演唱的如泣如诉扣人心扉,动作舞蹈线条简约灵动,念白气韵内在柔韧有加。奚派老生新秀张建峰扮演焦仲卿,他一改平素的老成持重变得清秀舒朗,在表演手段上也掺入许多非老生元素。特别是最后一场表现焦仲卿对刘兰芝爱之切的泣血呐喊和对专制母亲的彻底决裂高潮戏中,“抢背”、“甩发”的动作技巧运用和“散板”一场三叠的泼洒渲染,都既见传统的不凡功力,又见刻画人物的创造激情。
新版《孔雀东南飞》,由因执导《程婴救孤》夺冠国家舞台艺术精品工程、享誉剧坛的张平担纲。张导在原版角色行当定位与演员遴选做了大幅调整,焦母由原来的老旦更改为更具传统风格的彩旦应工,对扮演着梅庆羊要求在保持丑行表演特色的同时,掺入不少话剧的表演元素,使焦母专制形象更加生动逼真。而作为全场戏的穿插角色,陈妈特邀中国评剧院的名丑韩剑光出演,虽然每次出场戏份不多,但举手投足间插科打诨,妙语连珠点染“戏眼”,很灵动的调节了整出戏的色调。
二位主演青春亮丽的扮相、全新的现代化舞美设计灯光、风趣幽默的话剧台词和表现手段的应用,让《孔雀东南飞》彻底“新”了起来,很多观看首演的年轻观众都惊讶观看现代戏曲竟然是这样轻松享受。据悉,北京京剧院也将准备把这出新人新版的《红雀东南飞》在部分高校倾力推出公演。
<%
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)
%> |