|
江西省广昌县甘竹镇赤溪曾家孟戏剧团日前举行拜师典礼,村中23个稚气未脱的少年,对着面前十多位村中演孟戏的元老,毕恭毕敬地行拜师仪式。这是曾家孟戏举行的廿六代拜师典礼。
《孟姜女送寒衣》是该村传统宗族祭祀戏,自明正统年间起,除“文革”十年浩劫外,每年春节期间必演,至今演出五百年。该戏是古南戏的孤本,内含有大量过去认为已经失传多年的古代四大声腔之一的海盐腔,人们简称其为“孟戏”。中国戏曲学会常务理事、江西戏曲研究院研究员流沙认为,广昌《孟戏》的发现,不仅填补了古南戏空白,也为中国戏曲史的研究、民俗研究以及海盐腔等古唱腔的研究提供了活的戏曲文物。
近些年来,村中的青壮年纷纷外出打工淘金,他们当中学戏的少了,会唱戏的更少了。曾家如今这届孟戏班子已经走过了28个春秋,演员当中最老的已有60多岁,最年轻的也已40多岁,面临着后继乏人的危机。为此,曾家剧团几位德高望重的老艺人决定培养接班人。他们采取了本人自愿报名、家长签字同意的方式,向本村招收了23名12岁至16岁的少年作为培养苗子,并颁布了班规班纪。
据该剧团老艺人曾国良介绍,在不妨碍这些孩子正常学习的前提下,他们将采取一教一或一教二的方式,利用每周六、周日下午授艺,确保到今年阴历年底,这些小演员能把曾家班的上下两本孟戏全部拿下来,明年正月十二晚上,将由这个少儿班的演员演出。
14岁的吴燕华拜过师后,在老前辈现场辅导下,大胆参加了剧团当夜演出,成功表演了一段折子戏,前来祝贺的广昌县文化局同志高兴地说:曾家孟戏从此后继有人了。
<%
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)
%> |