|
作者:佚名 来源:新浪娱乐 时间:2006-7-27 16:11:30 |
|
无穷、无极、无限的意思。我们在舞台上如使用布景和灯光呢?大部分做法错误,比如在舞台上设置高台阶、高平台,结果都一样。所谓用实景来营造舞台的立体感,实际等于把演员的两条腿削去了。再如原来的戏曲舞台就是白光,现在话剧导演丰富了舞台表现手段,但也有失败的,比如《放裴》这出戏,开场是一个女鬼在舞台上走几个漂亮的圆场,好演员能够走得如同飘一样,但有的导演为了追求效果运用了追光,把演员的功夫都破坏了。
观点三——在戏曲改革上我是偏保守的,我始终认为改革不要大补也不要大泻,而要温补。我们常说要去粗取精,但关键我们现在分不清粗和精,有的甚至把戏曲美学的原则去掉了。戏曲未来的发展,不能死守祖宗留下的程式,但现在最难的是如何创造新的程式和新的曲牌,否则不可能有飞跃。
我的观点:从中我们可以看出林兆华先生对戏曲的认识比较深刻,但他说戏曲向话剧学习是本末倒置我不太认同,两种艺术形式是可以相互借鉴的,并不是说戏曲就处处比戏剧高明。比如我们在舞台上可以看到学习过戏剧表演的戏曲演员在戏曲舞台上塑造的人物更加丰满富有表现力,比如杜近芳、李维康等人。观点二也是和田沁鑫导演的第二个观点一致,但同样没有回答如何才能用好戏剧舞台的布景和灯光丰富戏曲舞台的问题。对于观点三我的认识是,创造新程式和新的曲牌现在来讲是困难的,戏曲的不景气只能使这个行业越来越衰落下去,而新的创造是一种艺术处于巅峰时期才能出现的。也许会有天才出现能够创造出新,但可能性几乎是零。
以上是我对五位导演的回应,总的看来除了林、田二位导演外其他三人都把自己当成戏曲的救命良药。对此我很是不赞同,我认为有些根本性的概念必须澄清,比如什么是戏剧?什么是戏曲?只有从根本的概念上厘清才能避免将两种艺术混为一谈。
相关链接:
话剧导演介入戏曲改革者?破坏者? 上一页 [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)
%> |