|
作者:云鹏 向红 王帅 薛晓兵 来源:陕西日报 时间:2006-7-7 5:28:53 |
|
的炕桌等。他们把这些东西小心翼翼地运到北京,简单收拾后就成了舞台上鲜活的道具。与这些土里土气的道具相映成趣的是,舞台上铺满了真正的黄土,演员们一脚踏下去,裤脚和鞋面上就会落上不少土。还有圆形的巨大天幕,舞台深处隐隐约约的窑洞,都再现了关中农村的独特景观。
“他大舅他二舅都是他舅,高桌子低板凳都是木头。太阳圆月亮弯都在天上,男人笑女人哭都在炕上。男人下了田,女人做了饭。男人下了种,女人生了产。娃娃一片片,都在原上转。”这是话剧《白鹿原》中华阴老腔的唱词。导演林兆华告诉记者:“剧中的老腔演员是一群非常可爱的人,他们执著而淳朴。71岁的王振中老人因眼睛不好,排练时几次摔倒,但他依然十分认真地排练。为此我们特意安排一位较年轻的秦腔演员跟他一块出场,必要时搀扶老人一把。”据了解,这些老腔演员中最年轻的也已52岁,有些人身体不是太好,西安演出结束后,他们就将告别舞台,回到自己原来的生活中去。
陈忠实:话剧《白鹿原》保留住了原作精神气象
“话剧《白鹿原》是小说《白鹿原》与人们交流的另一种形式,它有着文字阅读无法替代的鲜活性和互动性。话剧把文字变成了活生生的具象,和观众直接进行交流和冲击,因为空间和时间的限制,小说中的所有内容不可能都包容在话剧中,我觉得舍弃什么都可以,但要把精神气象保留住。”“编剧和导演能把一部50万字的长篇小说基本完整地保存在舞台上是出乎我意料的。小说历史跨度很长,人物命运起伏很大,两个多小时的舞台时空很难解决这个问题,肯定要有很多取舍。但我发现,不仅很重要的人物,即使次要的人物都上了舞台。编导应该是煞费苦心,找到了一种比较好的表现形式。”陈忠实说,“我想观众会有新奇的感觉,想看到活跃于舞台上的白嘉轩们是怎样一种感觉,濮存昕与宋丹丹会与观众进行怎样的交流与呼应。”尽管已在京看过话剧《白鹿原》,这次陈忠实还决定自己买票请家人朋友去看这出他认为“很不错”的话剧。
陈忠实说,毕竟小说和话剧是两种不同的艺术形式,一千个观众心中就有一千个白嘉轩,他有时都能感到濮存昕的压力,不过看完北京的演出后,他知道观众其实已经接受了濮存昕扮演的白嘉轩。“现在话剧《白鹿原》要回家了,看到这么多陕西人关注它,我既有欣慰,当然还有惴惴不安。作为小说的原作者,这部话剧是新鲜的,带给我的意义和震动也是非凡的。”陈忠实在接受记者电话采访时表示,虽然在京已看过首场演出,但对这出话剧在西安的上演充满信心,他说:“濮存昕的陕西方言说得也许还欠点火候,但其精神体现是白嘉轩的。”京陕两地众多演员在一起展开碰撞,挥洒激情,将会使陕西观众产生一种从未有过的艺术观赏体验。濮存昕、郭达愿与古城观众一起走进《白鹿原》,共同感受这部文学巨著的文化精髓。
对于《白鹿原》的“火”,《小说评论》主编、评论家李国平认为,小说《白鹿原》同时得到文学界和读者的双重认同,特别是在读者中享有盛誉,可见其思想性、艺术性之高。同名话剧引来万众争睹,出现“一票难求”的盛况,再一次体现了《白鹿原》的价值,同时也显示了陕西观众对高档艺术的饥渴。省剧协主席陈彦告诉记者,北京人艺来陕演出话剧《白鹿原》,已引起陕西戏剧界的强烈关注。他认为这出话剧与陕西的文化形成了血肉联系,如陕西方言的运用等,而陕西老腔已成为这个戏的灵魂,使其更具有史诗的品格,话剧《白 上一页 [1] [2] [3] 下一页
 <%
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)
%> |