|
作者:慷慨悲歌 来源:中国秦腔网 时间:2006-8-1 18:39:37 |
|
(中国秦腔网2006年8月1日河南消息 慷慨悲歌) 今天(8月1日),广受戏迷喜爱的“曲剧皇后”张新芳老师于下午4点06分在河南省人民医院与世长辞!享年79岁。
张新芳生于 1927年,河南省邓县人,著名曲剧表演艺术家。她天资聪慧,记忆力强,嗓音洪亮,善于模仿,从7岁开始学唱戏,9岁便已在曲剧舞台上唱红。1937年把曲子戏从地摊搬上高台,使曲子戏发展成为河南省的第二大剧种,定为曲剧。从艺66年来,张新芳演戏100多部,尤以擅演悲剧人物见长,她主演的《陈三两》、《秦香莲》、《荆钗记》以及后来的《祥林嫂》都是其代表作。她的唱腔高亢嘹亮,豪放有力,清脆委婉,韵味深厚,给人以强烈的感染力,被观众誉为“曲剧皇后”。
她打破曲剧男扮女妆的传统,开创女扮女角的先例,成为曲剧的第一个女演员。她唱腔高亢嘹亮,豪放有力,清脆委婉,韵味深厚,字正腔圆,气宇轩昂。是公认的“曲剧皇后”。代表剧目有《陈三两》、《荆钗记》、《秦香莲》、《钱塘县》等。
《陈三两》是张新芳的代表剧目,自1947年以来,累计演出超千场。但她从不固步自封,因循守旧,而是在保持曲剧传统风格的基础上,成功地吸收兄弟剧种的唱腔艺术。1959年,毛主席观看了张新芳演的《陈三两》后大加赞赏,梅兰芳、田汉等戏剧界知名人士也给予了高度评价。之后《陈三两》被多种剧种移植与搬演,并由长春电影制片厂拍摄成戏曲故事片。
张新芳不但艺术造诣非常高,她的艺德更是有口皆碑的,她对广大观众的一腔赤诚和对曲剧艺术的一往情深感动着每一个曲剧戏迷。她以其超凡的艺术成就,创造性地丰富了曲剧的艺术内涵,拓展了曲剧的表演领域和流行地域,成为河南曲剧发展史上的一座里程碑。
<%
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)
%> |