|
作者:佚名 来源:中国文化网 时间:2007-3-20 14:55:50 |
|
昨天,北方昆曲剧院演员董萍、王振义在老导演丛兆桓的指导下加紧排练《西厢记》。这出北昆的代表剧目将于19日亮相在民族文化宫大剧院举办的“百花芬芳京昆戏曲演出季”。与其它昆曲版本不同,该剧最大限度保留了王实甫元杂曲的本来面貌,在昆曲界可谓独树一帜。
《西厢记》是与《牡丹亭》齐名的古典名著,它曾被翻译成十七八种文字在世界各地流传。崔莺莺与张生的爱情故事,曾被许多种艺术形式再现,南派昆曲与北方昆曲就有很大不同。年过古稀仍精神矍铄的导演丛兆桓说起北昆版《西厢记》滔滔不绝:“现在的许多版本都是根据后来的传奇故事改编的,而我们沿袭的是马少波先生改编了王实甫元杂曲的版本,这也是保留原著最多的版本。”1982年,北昆首演该剧,至今已经25年,该剧每年都要演出,成为北昆最具代表性的剧目。
与南派昆曲版本相比,该剧在注重规范技巧的同时,更突出人物内心感受的表达,所有程式都是为表现人物情感服务的,是体验与体现的结合。在音乐方面,剧中还加入了许多昆曲史前的音乐元素,使音乐更加丰富。此次担纲主演崔莺莺的董萍,一直担任名家蔡瑶铣的B角,她的表演以演唱见长,音色音质在当前的青年演员中都很出色。(
<%
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)
%> |