|
作者: … 来源:南方日报 时间:2007-8-30 0:14:02 |
|
●故事二:
八旬老艺人传授绝技椅子功
讲述人:海丰县西秦戏剧团团长吕维平
我们团的演员来自各地,主要是在汕尾市内。我和团里主要演员陈小玲等都是1985年参加惠阳地区艺术培训团后进入剧团的。当时从1000多人中选出20多个,老乐手吴焕如说:“这20个里头18个都会演戏。”现在,这批人中留下来的只有五六个。
10年前剧团陷入低潮,很多人调走,去做生意,或者去做别的工作。陈小玲也出走了10年,她说做生意一个月至少有1000多元的收入。后来实在招不到学生,叫她回来,说“剧团里真的没人了”,她还是回来了。新剧团成立后,灯光、背景、服装、道具都更现代化了,还新排了三四个戏。去农村演出,以前一台戏唱5小时,戏金3500元,现在提高到5500元了,演员收入也差不多翻了一番,从以前五六百元变成现在的1500元左右。现在我们一年演200场戏,温饱问题基本解决了。
以前我们这个剧种有一批老艺人,达到了省级演员的艺术水平。但“文革”时期剧团解散,一些人走掉,再也没回来,比如有名的黑脸吕潭胜。名角罗宗满的女儿罗淑娇也是我们剧种的一个名旦。虽然她再也没有回剧团,但她时常回来帮我们排戏、培育新人。而她的先生吕匹也是研究西秦戏的权威,在我们这一带,他家中的稀有剧种资料最全。所以,每次东京大学的田仲义成教授过来研究,就会直接跑到他家里去。而我们西秦戏解放后第一个女旦刘宝凤,现在的境况不是太好。因为她退休金并不高,两个儿子又相继去世,生活甚至还不如一般的农村老太太。所以说,保护这个剧种首先要保护人。
“椅子功”是西秦戏中的绝活,已经好几年没有人能表演了。4年前,我从团里88岁的老艺人唐托那里学来,足足学了半年。这个功夫的要点是,你不能用手,也不能用脚,但椅子要跟着你身子的前后上下的移动而移动。但其实跟椅子磨合非常不容易。唐托一直演出到70多岁,如果他不能教,我也学不了。他还不算那一辈中技艺最顶尖的,但是,其他人都走了。
上一页 [1] [2] [3] [4] [5]
<%
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)
%> |