| 探访柳琴戏 |
|
|
|
作者:霍小蕙 来源:齐鲁晚报 时间:2006-10-23 11:41:13 |
|
。原来,演员们参加“安徽泗州戏剧节”演出刚刚归来,正兴高采烈地谈论演出盛况。艺术剧院院长江淑君请导演李颖芳、业务副团长侯修斌与该院特聘作曲家、中国音乐家协会会员宋铭举先生与记者座谈。 宋铭举先生介绍,根据老艺人的师承关系推算,柳琴戏大约起源于清朝乾隆时期。那时,鲁南地区穷山恶水,贫苦农民四处流浪,一部分人就用唱门子的办法代替叫门子,这是“拉魂腔”的初级阶段。大约在200年前,柳琴戏分成南、北两路,南路活跃在苏、皖、豫一带,大多是由讨荒的滕州老艺人在此流传开来的。滕州为北路,早年的创始人是东郭镇苏楼村的苏金门,他家的佃农下地干活也得哼着小调,每年秋天,苏家都要种上四五十亩地的荞麦,专留给前来苏楼村唱戏的艺人们食用。由此,苏楼村会聚了当时的各路艺人,逢年过节通宵演出,盛况空前。约在道光年间,苏楼的巧木匠、“拉魂腔”艺人王清,在苏家班艺人苏道一指导下,制成了第一把柳琴。 到了20世纪的民国年间,当时鲁南一带最红的戏班是滕州张汪镇渊子崖村的卜端品创下的“卜家班”。卜端品是苏楼村苏家戏班后裔传人苏友刚的第三代徒弟,人们习惯称之为“卜拉门”。现在的滕州市柳琴剧团就是1953年由早期的卜家班改建而成的。 民间艺人们在实践中自行研制了柳叶琴作主弦伴奏,另外又增添了笛子、二胡等乐器,使丝竹锣鼓浑然一体,强化了艺术效果。经过一番改革,逐渐成为一种独特的地方艺术形式,因其曲调凄婉动听,故人们称其为“拉魂腔”,至今鲁南一带还流传着一段名为“四大香”的顺口溜:“绿豆米饭羊肉汤,旱烟袋和拉魂腔。”还有一首很有意思的民谣也一直在民间传唱:“拉魂腔一走,撂倒十九,别埋别埋,拉魂腔还来;小锣叮当,快起来喝口汤。” 柳琴戏的命名源于土琵琶 李颖芳是枣庄市艺术剧院柳琴剧团的导演,也是枣庄市戏剧家协会的秘书长。她告诉记者,新中国成立以前,拉魂腔主要以摆地摊为主,艺人们赶集赴会走街串巷,演出形式非常简陋。三五人既当演员,又当乐手,上演的剧目也是情节简单的“三小戏”(小生、小旦、小丑),无行当之分,“生旦净丑花白脸,老小净生一脚踢。”建国后,鲁南、苏北等地相继成立了专业剧团,柳琴戏从艺者挖掘整理了《王定保借当》《吕蒙正赶斋》《王汉喜借年》《喝面叶》等200余出深受群众欢迎且颇具代表性的传统剧目,对柳琴戏表演、伴奏、内上一页 [1] [2] [3] [4] 下一页
 <%
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: [剧种介绍]甘肃陇剧(陇东道情) 下一篇文章: 湖北文化周特刊:京剧“鄂军” |
|
相 关 文 章: |
|
会12种方言的戏迷自掏腰包10万想办培训班 四川巴中皮影:草台戏班进城记 60家戏迷俱乐部让京津廊"天天有戏" 真正的草根蛰伏在民间 CCTV媒体广场:镜头说话——游“戏”人生 柳琴戏鲁南人魂牵梦绕的“拉魂腔”
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|