| 巴金;“其实川剧的剧目是那么丰富” |
|
|
|
作者:巴金 来源:成都晚报 时间:2005-10-19 21:44:54 |
|
我看过青年演出团的《拉郎配》,加了一场新的《武拉》,而且,改得的确比1957年在这里演出的更好了。我最近无意间读到原来的《鸳鸯绦》,才懂得所谓“化腐朽为神奇”的意义。几个主要人物的外表,似乎没有什么差异,可是精神面貌不同了。人物的性格鲜明了,主题也突出了。本来是歌颂封建统治者的戏现在变成了揭露封建统治者罪恶的讽刺喜剧。原来那个做替死鬼的大头、小吹董大也变成了观众最喜爱的有血有肉的董代了。《拉郎配》的确是一个最受外省朋友欢迎的好戏。去年我在北京遇见一位向来不看戏的朋友,他忽然拉住我说:“想不到川戏的喜剧那样好。”他指的就是这个戏,从这里也可以看出解放十年来戏改工作的巨大成绩。 我常常听见人们谈到川剧中的喜剧,都说它好,川剧团在各地演出的喜剧也比较多些。不过我觉得有些戏似乎还需要更好的加工,要是都能够整理到《拉郎配》那样完整就更好了。《乔老爷上轿》也是近几年中整理出来的很好的喜剧,倘使再花一点点功夫也就可以跟《拉郎配》媲美了。像这样的戏都是应当列入世界喜剧名作之林的。
其实川剧的剧目那么丰富,称得上好戏的岂止喜剧而已!像去年九月青年演出团在上海演过的《治中山》就是一本激动人心的好戏,虽然还不够完整,但是在现有的基础上加工也并不困难。这个戏在上海只演了一场,可是好些看过戏的人都赞不绝口。《焚香记》也是感染力很强的好戏,听说出国演出团在柏林演完这个戏,谢幕多到22次。两个多月前陕西省戏曲演出团的秦腔古典剧《赵氏孤儿》轰动了上海文艺界。我曾经这样想:为什么川剧团不把这个戏带出来呢?1956年年底,我在成都陪西德剧作家魏森堡(《十五贯》的德文译者)看过这个戏的一段,觉得很不错。有些外省朋友说,川剧表演以“三小 ”见长。我不大同意这种说法。所以我倒希望今后川剧团出川巡回演出,在喜剧之外,也带些正戏和悲剧出来。培养演员也一定能做到全面发展,不会只限于“三小”的。
最近几年来,川剧在党的领导下对于新生力量的培养做了很多的工作,也有了不小的成绩。许多人谈到这一点,都表示钦佩,我也听见一些同志在公开的会上称赞川剧青年演员成长的迅速。据我这个外行看来,就数量和普遍说,恐怕没有一种剧种在这方面比得上川剧。但是在去年到上海来的青年演出团中我还没有见到一位像姚璇秋同志(潮剧演员)那样成熟的演员,姚同志是在1953年才开始学戏的上一页 [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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: “梨园春”蹿红的三个关键词:擂台赛、超低俗、零距离 下一篇文章: 艺术硕士专业学位(MFA)的必要性和可行性 |
|
相 关 文 章: |
|
这里是川剧版不准再说额滴神 川剧首次列入大专招生目录,考生报考踊跃 不能坐视绝活变绝唱 与前辈飙戏 川剧后备军初露锋芒 青研收官 沈铁梅改变观众印象现优雅川剧 “秦韵之声”音乐会将于10月12日在成都上演(组图) 剧种介绍:川剧历史 “成都戏剧丛书”再添两本新作 网上“叫卖川剧变脸绝活”是否合适? 感悟川剧:温婉的致命诱惑 川剧版“谢谢你的爱”五十名歌手唱了十年才走红 让土文化走向大世界 魏明伦:这是我最好看的一部戏 巴中川剧摇滚唱到人民大会堂 《迎贤店》(读画说戏)(图) 传统戏曲市场日趋萎缩 “芙蓉”花开香从何来 精品怎样“炒”成大众菜 振兴川剧 魏明伦赴湘与名流切磋 [视频]川剧《刘氏四娘》万语千言涌咽喉 川剧守梦人:我想撑下去 中国川剧院团组建“联合舰队”抢滩国际市场 田蔓莎:川剧 实验 再实验 最新"川剧变脸风波"被指纯属媒体瞎编 评论:川剧"变脸"泄密与绝技保护 重庆举办“保护文化遗产,守护精神家园”广场音乐会 川剧“变脸”泄了什么密?保护:靠操守还是法律 关注传统艺术:少名家缺资金 川剧闹“本”荒 让川剧在民众中形成娱乐归宿感 川剧进京连演7天 当家花旦刘谊挑大梁 “川文化周”今起开演 《易胆大》打头炮 剧目介绍:川剧《白蛇传》 剧目介绍:川剧《巴山秀才》
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|