|
作者:佚名 来源:新浪娱乐 时间:2006-7-24 15:06:30 |
|
刻的,这部戏充分运用了电视的手段。因为黄梅戏原是舞台上的东西,既然进入电视剧了,就要充分运用电视现代技术手段,塑造人物。有一场戏“写状”,那个推门的一组镜头,连推了几下,表现李清照的内心,非常震撼人。这就是电视手法。这个“连推”在舞台上根本做不到,只有电视才能做到,通过这样的方式,更好地展示人物的境界。包括掰麦秸秆,啪啪,此处无声胜有声啊,这些地方都很有张力,都是电视特有的镜头语言和音响语言,这些处理都很好。别的艺术做不到。这部戏里戏曲和电视的结合,就像谈恋爱谈的好,男的有男的长处,女的有女的长处,就像赵明诚和李清照一样,那么美的一对,郎才女貌。这个是我印象比较深刻的。
当然我也有觉得不满足的一点,就是最后结尾时老年李清照的造型,化妆显得粗糙了一点。我觉得文章的最后一句,一个舞蹈的最后亮相,音乐最后的花腔,都是最后的画龙点睛,而最后李清照这个形象我不满足。太苍老,太粗糙,不美,没有升华。我觉得没必要给她搞的那么苍老,那么悲怆,那么狼狈,再加上小孩子说,我不要学她,这个地方当然是有点哲理,但是我觉得结尾我希望有一个更美的造型,在那么一个澎湃起伏的大江边,在雄浑的音乐中,完成一个形象,最后这个形象好像有点遗憾。
柏龙驹:(安徽省黄梅戏艺术发展基金会常务副会长)
我正好今天有点事,但是我上午看了两集,有几点想法。第一,它是戏,第二是黄梅戏,第三是一部好看的黄梅戏,第四是一部很值得我们深思的黄梅戏。
第一点,我说它是一个戏,尽管它是年表式的,但是它有一个比较完整的故事。现在我们有些作品,特别是戏曲,和戏剧衍生出的电影电视剧,有一种倾向,叫淡化故事,淡化情节,看不到故事,但是实际上中国的观众很讲究看故事,我们的传统戏,我们的古典小说也好,一定要有故事性,这就是我们的传统。所以我说,这是一个戏。
第二,它是一个黄梅戏。为什么这样讲呢,因为对黄梅戏电视剧,过去是有些争论,我也是本着这个态度,尊重不同,争取双赢。但是我也有点看法,就是不讲四川话的川戏不大好,不讲浙江话的绍兴戏也不大好,所以不讲安庆话的黄梅戏,至少它脱离安徽这一块土壤。所以我认为这部黄梅戏电视剧是黄梅戏。
第三,它是一部好看的黄梅戏。因为这部戏是写女词人的,阳春白雪的,而我们的黄梅戏来自于民间,来自于农村,它是比较大众的。看到这个戏我感觉很朴实,我认为最朴实的东西就是最好看的东西。我对一些所谓现代题材的大制作,大投资,从观众的欣赏的角度来讲很反感。
第四,这是一部很值得我们深思的黄梅戏,或者说对我们有所启示的黄梅戏。过去一谈剧本,首先就谈主题,首先就谈教育意义,有点题材决定论。现在我倒过来讲,首先是戏,而且真正是我们的黄梅戏,而且还很好看,很朴实,在这个情况下我们再来谈它的意义。过去有人认为李清照没有改嫁过,在讨论庐剧本的时候我就说过,我说它是戏,不是历史。我们能容忍曹操到现在还是白脸,我们为什么不能容忍李清照改嫁呢?能容忍周瑜比诸葛亮年纪小,为什么不能容忍李清照到了南宋以后她的一番行动呢?刘秀是唯一没有杀功臣的人,但是他在《打金砖》里就那么杀了,观众也能容忍,而朱元璋杀了那么多,刘邦杀了那么多,我们都不在戏里表现,非要表现刘秀杀人,观众一样能容忍,因为这是戏!所以戏还是需要敢虚,太真实太讲究细节就不是戏了。
这个戏如果说有什么缺点的话,我认为它的缺点就是太严肃了一点,因为我们中国的戏曲就讲究插科打诨,再 << 上一页 [11] [12] [13] [14] [15] [16] 下一页
 <%
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)
%> |