|
大陆演员演出,台湾民乐伴奏,两岸传统艺术领域又一次尝试全新的合作,南京越剧团与台北市立民乐团将联合推出越剧《李清照》。
越剧《李清照》是南京市越剧团创作的新戏,该剧以凄婉动人的韵律展现出李清照的少妇之爱、中年之悲和暮年之哀,以李清照的十二首诗词为载体讲述了李清照才华横溢、命运坎坷的一生,剧情跨度长达五十余年。该剧曾在第七届中国戏剧节上荣获多项大奖。
据记者了解,南京越剧团于二十二日抵达台北,二十三日就开始积极与台北市立民乐团紧张排演,准备本月二十六、二十七日的正式演出。
主演李清照和赵明诚的陶琪和华洁是南京越剧团的国家一级演员,曾在大陆获得多项大奖;而在配乐团队中,指挥为台湾知名民乐指挥家李英,演奏者除大陆来的五位同行,其他均是台北市立民乐团的团员。虽然只有三天的磨合时间,但乐团表示会积极配合大陆演员,努力为宝岛观众献上这部具有历史文化韵味的新编越剧。
台湾知名戏曲评论家林谷芳和歌仔戏演员唐美云也来到排演现场,在间隙时间与大陆同行切磋交流表演艺术。林谷芳对记者说,越剧是由浙江地方歌舞小戏发展而来,只有一百年短短历史,唱的是方言,可说是凌驾了许多古典及地方剧种,在大陆有极高的知名度和众多观众,这中间的魅力让人好奇。
比较台湾和福建地区的歌仔戏艺术,林谷芳希望同样拥有百年历史,出自民间的歌仔戏能从越剧的发展中得到一些启发和参照。
<%
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)
%> |