|

[图]茅威涛主演的越剧《藏书之家》剧照(中国秦腔网 长安小生/摄)
为庆祝越剧百年华诞,浙江小百花越剧团“穿越百年。感受经典”国内巡演将于下月在首都剧院演出新版《梁山伯与祝英台》、《藏书之家》和《春琴传》等三出风格迥异的新越剧。10月9日,茅威涛团长、郭晓男导演带领三剧主要演员参加了在首都剧场举行的媒体见面会。
越剧也要造星
据茅威涛团长介绍,此次来京演出的都是创新剧目,除了她亲自领衔主演的《梁山伯与祝英台》和《藏书之家》外,另外一部根据日本著名作家谷崎润一郎的小说改变的《春琴传》则是专为新生代演员投排的一部新剧,目的是想培养一批“偶像”越剧演员,让越剧更时尚、更娱乐,造就越剧界的超女。
影视不能曲线救戏
目前,像人艺这样的艺术团体中,很多演员因为出演影视剧被广大的观众熟知,继而重新回到舞台时,带来了更多观众关注话剧。然而茅团长却认为这种“曲线救戏”的路线不适合越剧,越剧与话剧不一样,戏曲的东西长期不练是不行的,在谈话间,她没有给好友何赛飞留情面,而是直接指出何赛飞长期拍摄影视剧疏于练功,以至于再次受邀回到越剧舞台时,功力还不如年轻演员。
最高待遇的戏曲演员
为了留住人才,浙江小百花艺术团也采取了“高薪留才”的措施,据郭晓男导演透露,见面会在座的不管青年还是中年演员都是开着私家车上班的,演员的收入也是戏曲类演员中最高的,尤其是在江浙一带的演出出场费从不打折。也正是这个原因,在很多剧种演员因生活所困被迫改行的时候,小百花留住并吸引了越来越多的越剧人才。
据悉,11月3-14日,由浙江小百花艺术团推出的新版越剧《梁山伯与祝英台》、《藏书之家》和《春琴传》将在北京首都剧场上演。
<%
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)
%> |