|
作者:王剑虹 来源:新民晚报 时间:2008-4-23 14:30:05 |
|
新编京剧《诸葛亮招亲》月底沪上演出
由沪上青年女老生杨淼和北京青年尚派男旦牟元笛合作的新编京剧《诸葛亮招亲》,将于本月底在上戏剧院开幕演出季和逸夫舞台开台14周年系列演出中亮相。根据89岁高龄的戏剧理论家蒋星煜同名小说改编的《诸葛亮招亲》,尝试以轻喜剧的风格演绎诸葛亮年轻时的一段“风流韵事”,与以往戏曲舞台上常见的诸葛亮形象大相径庭。
据介绍,“坤生乾旦”的组合并非一开始就有意为之。上海戏剧学院附属戏曲学校一开始选择这个剧本是因为觉得比较适合青年教师、女老生杨淼的条件,在寻找女主角“阿丑”时,北京的年轻尚派男旦牟元笛进入了他们的视线。曾数次来沪演出的牟元笛基本功扎实,颇受沪上观众的喜爱,而“阿丑”这一角色也的确比较适合用尚派来表现,所以最后敲定由牟元笛出演“阿丑”,形成了“坤生乾旦”这样一个有趣的组合。
《诸葛亮招亲》是一出小制作的新戏,戏校方面表示,限于条件,戏校搞不起大制作,而从这个戏的内容和气质来讲也不必采用大制作。《诸葛亮招亲》定位在轻松、有趣上,为了塑造一个与以往戏曲舞台上不同的“出山”前的诸葛亮形象,杨淼一改老生的传统扮相去掉了髯口,在唱腔和表演上也融入了小生的元素,尝试塑造一个形象清新、风流倜傥的青年诸葛亮形象。
<%
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)
%> |