|
作者:陆洪非 来源:中国秦腔网-中国戏曲论坛 时间:2007-3-6 8:52:41 |
|
注:此人在电视剧中被塑造成了女性)带她逃走。江大脚本名江兴和,脚大力大,是一位能扛动200多斤重的粮包的壮汉。江大脚听说有人想害严凤英,将她背起就跑,离开戏场时,发现有人跟着,他躲进一家茶馆。那人追进茶馆,他又急忙从后门跑到夜幕笼罩的田野。她在田埂小路上,一口气跑了15华里,才把严凤英背到双河埠。
双河埠有一位姓杨的“香匠”(制作供祭用的“把香”、“盘香”),为人各善。他和他的老伴,见到严凤英又急又饿,泡了一碗锅巴给她吃了。严凤英在杨家住了好些日子,成了这一对老夫妻的干女儿。抗战胜利后,严凤英在安庆“华林剧场”演唱,杨香匠从双河埠步行到安庆找她,但班主王老九连吓带哄将老人赶走,没让义父同干女儿见面。事后有人告诉严凤英,她很难过,痛哭了一场。
严凤英说过,旧社会她是路边草,任人践踏。但也有很多善良的人们保护着这棵小草。1945年,她随班到桐城南乡演出,生了满身疥疮,又痛又痒,苦不堪言。一位同班姐妹的母亲将她接到家中,细心调养,使她恢复了健康。1947年她在大通演出,当地驻军和乡绅对她虎视眈眈。一位船家在风雨交加的黑夜,冒着风险,驾起小船,帮她脱离了虎口。这些保护小草的人们,培养了严凤英的爱心,使她成了一位真正的艺术家。
成如容易实艰辛
艺术家对人民的最好报答,无疑是献出精湛的艺术成果。严凤英作为一位黄梅戏演员,创造了许多生动的艺术形象,献给了亿万观众。“文化大革命”前,严凤英家中挂着一幅唐云和赖少其合作的国画,画面上有一只蜜蜂在吸吮金针菜上的花粉也许她是用以自勉。我觉得这正是她博采众长,勤学苦练的艺术生活写照。
有这么一种说法:“演员是可训练出来的,艺术家则是天生的”。艺术家要靠天赋,但也离不开长期刻苦的训练,否则条件再好,也不过是一只“象牙饭桶”。
严凤英天赋甚厚,聪慧过人。小时候在严云高处,一个上午就学会一出唱做并重的小戏,叫师父大为吃惊:“鸿六儿(严凤英的乳名)真乖巧,那戏像是前生学会的一样!”15岁唱到安庆,成了当时最受观众欢迎的一位黄梅戏演员,每天晚上要赶几个台口。有位老艺人说:“凤英的戏虽不多,但一到安庆就唱红了。”22岁虽到上海,受到人们的交口称赞。说她演出的《蓝桥汲水》,身段、甩袖几乎都可与昆曲、京剧 上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] ... 下一页 >>
 <%
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
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
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=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&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() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
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)
%> |