|
作者:张裕 来源:文汇报 时间:2006-7-18 23:48:53 |
|
昨天,2006全国昆曲小生演员培训班在上海戏剧学院戏曲学院开班。昆曲界“三大小生”蔡正仁、汪世瑜、岳美缇亲自“掌勺”,向来自全国各地的50多位昆曲小生演员传授技艺。
在为期一个月的培训班里,蔡正仁、汪世瑜、岳美缇将分别教授《琵琶记·书馆》、《牡丹亭·硬拷》、《占花魁·湖楼》三折戏。这三折戏,涉及昆曲小生的不同风格。如《书馆》为大官生,为官生必学之戏。此戏以唱做繁重见长,对演员嗓子要求极高。《硬拷》为巾生戏,南北曲的配合很有特色。巾生柳梦梅演唱的“折桂令”、“雁儿得胜”曲调细腻多姿,别具一格,传为名曲。《湖楼》则是巾生与穷生相结合,边唱边演,情景交融,富有动感。其中,《书馆》、《硬拷》两折已很少见于舞台了。为了使学员学成回团后便能登台演出,因此各团还派出配合小生演出的旦行、丑行及鼓、笛等学员。
培训班吸引了全国仅存的七大昆曲院团的优秀小生演员,他们中大多在各团担纲主演。学员中还包括一些慕名而来的京剧、桂剧等剧种的演员和祖国宝岛台湾地区及海外学员。8月19日,本次小生演员培训班的结业汇报演出将在逸夫舞台举行。
<%
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)
%> |