|
作者:张古董[转贴] 来源:中国秦腔网-中国戏曲论坛 时间:2007-5-30 23:17:23 |
|
柱,追求一种写意的效果。我认为金属有一种力度,可以表现出强烈的时代气息;而泥土色有一种横向的张力,它能使人们对我们中华民族的博大、古老、宏伟产生无限的遐想,可以和女娲产生呼应。在音响方面,除了选用前面提到的两首歌和排箫乐以外,我在每场戏的结尾都用了萨克斯曲。这一方面和剧中人物柳泯是个萨克斯手有关。另一方面,我觉得萨克斯有一种悠长、抒情、婉约的诉说感,很符合剧中人物的心情。顺便说一句,如果这个戏再演出的话,我准备在幕间加入专职萨克斯吹奏员的演奏——微弱的灯光下,一位年轻人有时在台阶上,有时在桌椅边忘我地、尽情地陶醉在萨克斯音乐里,他来去无踪,时隐时现,观众也看不清他的面孔……我希望通过这种处理使观众忘掉幕间的等待,为观众营造出一个想象的空间;同时,还起到一种承上启下的作用。在人物处理方面,我要求每个人物要有大反差,要把刻薄的调侃掩饰下的以诚相见表现出来。我没有为演员设计大的、雕凿感太强的调度,要求他们以自然、舒服为主,尽量地贴近生活。
笔者:这个戏不但获得了编剧奖,还获得优秀演出奖,而且剧中的四个演员都分别获得表演奖,这说明他们都是很称职的。那么作为获得导演一等奖的你是如何当他们的“镜子”的?
王佳纳:首先,我觉得用“镜子”来形容我们之间的关系太生硬了。应该说,我们是一帮非常团结、和谐和融洽的哥儿们。要知道,由于省话条件有限,排练场拆修,我们的排练是在一间旧仓库里,四周堆满了各种布景杂物,经常有进进出出的人,但是,我们的创作基本上没受到太大的影响,大家仍然认真、积极、投入地进行排练。我们这个组最大的特点就是民主气氛特别浓,大家经常在一起进行艺术探讨。就拿对剧中人物的理解来说吧,开排前,我们就反复进行讨论,各抒己见,慢慢地缕析出“阿惠由纯情到世故,小怡由小辣椒到淑女,柳泯由小痞子到男子汉,陶焰由浮浅到深沉”的人物发展线。我作为导演,就以此为依据把握他们的表演。我认为四个演员在统一于真实、生活、自然这一表演风格的同时,还充分展现出了每个人的个性,如刘艺的激情,冯谦的细腻,田晓红的流畅,徐永革的洒脱。另外,他们还充分发挥主观能动性,在表演上出了许多点子,增添了角色的个性色彩。比如柳泯第二场吻阿惠那段戏,本来是很含蓄的,但徐永革觉得太温,就设计了一个“神圣的吻过后,自己难以抑制地狂喜”的动作。这不仅恰到好处地揭示了人物性格,而且使这段戏的节奏更加鲜明。还有第四场小怡回忆陶焰那段戏,本来是一段舞蹈,但大家觉得过于平淡,就一起想办法,出主意,改成了由小怡重复上一场两个人在一起时的动作和感觉,好像已经故去的陶焰仍然在她身边那样,增强了这段戏的感染力,产生了催人泪下的效果。
笔者:据说在这次艺术节上,我国研究布莱希特的专家丁扬忠先生作为评委充分肯定了这出戏,而且评价说《泥巴人》的演出水平在全国也是一流的。你有何感想?
王佳纳:我觉得丁扬忠先生是鼓励我们。我们还要通过演出、观摩、交流、探讨,力争进一步提高演出水平。 文化部艺术局局长曲润海同志观看广东话剧院实验剧团演出的小剧场话剧《泥巴人》后,一九九二年六月三十日夜于厦门艺园宾馆赋诗一首。特辑录于本刊,并感谢作者对广东戏剧事业的关心。
上一页 [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
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)
%> |