|
作者:未知 来源:国际在线 时间:2006-4-5 12:55:30 |
|
1699·桃花扇》所作的创新尝试时,昆曲研究专家陈兆弘先生做了充分肯定。他认为,昆剧今天的创新会成为“明天的传统”。
“我们就要把昆曲原汁原味地在一部分剧团中保留下来,另一方面,我们要随着时代要创新,要革新。还要吸收我们现代新的剧种优秀的东西,甚至于国外戏曲的东西。(否则,昆曲)一旦失去群众的青睐,艺术再高雅,也没有生命力。”
与昆曲高雅的传统相反,同样诞生于南方的越剧,一直走的是“平民路线”。这点,即使到了今天也不例外----当昆曲把目光更多地投向城市观众的时候,越剧则把希望更多地寄托在农村观众身上。
杭州越剧院是一支充满活力的越剧团,上个世纪末,在越剧发展一度十分低靡的情况下,该剧团尝试“平民戏曲”的发展之路,特别注意到基层村镇中去培养观众群。杭州越剧院的院长侯军先生说: “我们的立院之本就是打响‘平民戏曲’的品牌,坚持为观众演戏,让(基层)观众看到满意的好戏。我们选择的艺术道路是:面向演出市场,尽量满足不同层次观众的需要,既尊重老观众的欣赏习惯,又致力于争取新观众。”
一百年前,越剧诞生于浙江的农村地区,后来,一度在大都市上海得到了空前的发展。但现在,越剧在许多大城市中的演出少人问津,而在农村地区的演出却非常火爆。』这也引发了戏曲界的思考:戏曲艺术的复兴,是应该定位在城市?还是应该定位在农村?
戏曲评论家、中国传媒大学教授周华斌先生认为,戏曲是一门大众艺术,在高雅与通俗的取向上不应有界线,各个剧种可根据自身特点寻找出路。他说:
“中国戏曲是全民族的,全民族的就是要面对全体群众的,农民有农民的需求,城市有城市的需求。今天,(传统戏曲)面对大众,按照不同的受众需要,可以有不同的做法。因为现在的文化,包括戏曲在内,是多元的时代,那么戏曲也可以朝多元的方向发展。” 上一页 [1] [2]
<%
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)
%> |