| 甘肃“河西宝卷”的孤寂守望者 |
|
|
|
作者:未知 来源:新华网 时间:2006-11-27 15:28:16 |
|
4岁的郑辉光说,自从他懂事起父亲就在念卷而且有名气了,他跟随父亲多年,潜移默化学习了这门技术,现在父亲老了,念不动了,继承和发扬这一传统文化的担子就落到了他身上。对于《张四姐》、《红江记》等许多留有底本或手抄本的宝卷,郑辉光念起来轻而易举,可对于那些由父亲平时搜集整理但不知道卷名的宝卷,他只能根据父亲传授给他的经验断文识字了。现在,只要见到经卷内容,不管有无卷名,不论是否注有音谱,他都能念出音律来。
郑辉光说,不管社会如何发展,不懂得行善积德尽孝的人也不可能对家庭、工作、社会和国家尽忠。念卷劝人行善有利于社会和谐,没有理由抛弃,要让子孙守护祖先留下来的宝贝。郑殿有说,他已经带着孙子开始学习念卷了,他不信经卷会在历史的舞台上彻底消失,至少他不希望这个宝贝在他的孙子手中丢失。他还说,没有人听,他就在逢年过节或农闲时组织家人自娱自乐。
据肃州区文化馆工作人员介绍,李世瑜所著《宝卷总录》是目前为止全国宝卷集目录大成者,总数653种1487个版本。而经过搜集整理,现在在甘肃河西走廊所搜集的宝卷总数为133种265个版本,占全国宝卷总目录的五分之一,而且,其中有63种为《宝卷总录》所没有记录在内的,起到了补遗作用。河西宝卷是“活着的宝卷”,因为其它地方的宝卷基本上处于消亡状态,河西宝卷是我国目前独存仍然有生命力的宝卷,抄卷念卷活动至今在河西走廊的农村仍然在继续,在河西走廊的农村,仍然能够聆听到讲唱宝卷的声音。河西宝卷共有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
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 新疆新湖农场干部出资请职工看戏 下一篇文章: [原创]谢艳春等9人获首届中国戏剧最高理论评论奖 |
|
相 关 文 章: |
|
甘肃陇东戏苑的一枝新葩 甘肃陇东戏苑的一枝新葩 记优秀青年演员尚小丽 去甘肃省博看总书记的剪纸“回娘家” 兰州:石佛沟花儿会昨日开幕 变成秦腔演唱会 甘肃天水市文化活动异彩纷呈迎新春 关注甘肃文艺院团改革(七) 关注甘肃文艺院团改革(三) 关注甘肃文艺院团改革(二) 关注甘肃文艺院团改革(一) 甘肃秦腔 关注甘肃文艺院团改革(五)
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|