| 京剧《悲惨世界》征服西方人 |
|
美国加州大学艺术部部长称:比百老汇的同名歌剧更好 |
|
作者:唐雪薇 来源:北京娱乐信报 时间:2005-11-5 22:52:36 |
|

张建峰饰冉阿让,王晓燕饰芳汀
为庆祝中国戏曲学院建校55周年,该院的师生们用最纯粹的传统艺术尝试着去碰撞西方经典作品,京剧《悲惨世界》呈现出的双重面貌——中国传统文化和现代舞台表现形式的共存,出乎很多人的意料。
根据法国大文豪雨果名著改编的京剧《悲惨世界》,截取了冉阿让一生中的几个片段:为了几个快要饿死的孩子偷了一块面包而服刑19年的冉阿让,在滑铁卢战役那年获释。出狱后因其身份屡遭冷眼,求宿无门,乐善好施的米里哀主教盛情款待了他。但在狱中沾染的恶习却使冉阿让以德报怨偷了教堂的银器,米里哀非但没有惩罚他,反将银烛台作为礼物送给了他,引起了他灵魂深处的自省和彻底改变。从此冉阿让更名改姓,广施良善,深得民众的爱戴,被任命为市长。为解救和抚养孤女珂赛特,他舍弃高官再次踏上逃亡之路,并舍生忘死救出马吕斯。在为女儿完婚后,冉阿让再次悄然离去。冉阿让以无私的付出彻底感化了几十年来苦苦追捕他的警探沙威,酷法下的悲惨世界终于闪现出人性的光辉。
《悲惨世界》在中国戏曲学院排演场中赢得了一次又一次的笑声、掌声和喝彩声。演出时,连过道上都站满了人。在观众的印象中,国粹演“洋戏”一直是费力不讨好的;如何既能体现出西方经典的神韵,又能表现出中国传统文化的特色,也一直是许多戏曲界人士思考的问题。《悲惨世界》做出的这又一次尝试,无疑使东西文化在京剧舞台上的融合向着成功和完美大大迈进了一步。除了“步步皆是景”的舞美服饰外,音乐肯定是这部“触洋”京剧是否成功的关键。原著中不少脍炙人口的语言被改为京剧唱段,剧中除了很纯粹的京剧唱腔外,还采用并加强了合唱,使京剧的声腔给了观众一种全新的、更为震撼的感受。该剧在保持原著框架的基础上为唱、念、做、打提供了充分的空间,并巧妙地利用行当的特长来塑造人物。
[1] [2] 下一页
 <%
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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |
|
文章录入:长安小生 责任编辑:长安小生 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 网络聚焦国粹 综艺活动“戏剧访谈”将开聊(图) 下一篇文章: CCTV-11《名段欣赏》国庆特别奉献 |
|
相 关 文 章: |
|
没有相关文章 |
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|