|
8月5日,“曲剧皇后”张新芳的遗体告别仪式在郑州市殡仪馆举行。张新芳的亲人、20多名弟子和来自全省各地的戏迷等上千人前来送大师最后一程。
孔玉芳、李志斌、常法武等省领导参加了追悼会。
张新芳是著名戏曲表演艺术家、国家一级演员,河南曲剧一代宗师,于2006年8月1
日下午4时零6分,因病不幸逝世,享年79岁。
追悼会上,孔玉芳深切缅怀张新芳:张新芳同志1927年11月25日出生于河南邓县。7岁学习大调曲,8岁登台,9岁唱响南阳,被誉为“九岁红”,是最早登上曲剧舞台的女演员。”她盛赞说,张新芳视艺术为生命,为曲剧的发展做出了不可磨灭的贡献。她做派端庄大方,表演质朴无华,创立了“张派”声腔艺术。在70年的艺术生涯中,先后在《陈三两》、《秦香莲》、《荆钗记》、《祥林嫂》等100多个剧目中饰演了一系列鲜活的人物,悲切感人,享有悲剧之星的美誉。
昨日,在吊唁厅内,尽管遗像里的张老右手托腮,灿然一笑,但台下送别的人们却早已泪流不止。
“她的哭腔独树一帜,开创了张派绝唱。演唱字正腔圆、刚柔并济,是货真价实的曲剧皇后。现在,虽然她人走了,但张新芳做人为艺的精神永远活在广大戏迷的心中。”前来吊唁的著名曲剧表演艺术家海连池神情肃穆,悲痛不已。
而一向以口才著称的相声演员范军也早已哭成了泪人。他告诉记者:“老师很亲切,就像我的妈妈一样。不管对谁她都没有一点大师的架子。她的唱法大气、浑厚,韵味十足,是真正的天籁之音。”
记者从省曲剧团了解到,省政协主席王全书已经批示,在近期内要采用“大师原声,高徒表演”的方式举行一场张老的纪念演出。并决定将有关张老一生的所有资料、照片、影像等收集在一起,刻制成VCD珍藏起来。
<%
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)
%> |