|
作者:樊宁 来源:新华网江苏频道 时间:2007-1-11 14:19:06 |
|
1951年首先组织了一次昆剧汇演,从上海、苏州等地聚拢的演员和曲友,在苏州演出日夜两场,戏好,观众过瘾,这一活动领全国之先。1953年起又在苏剧团内开始培养苏剧昆剧兼学兼演"继"字辈青年演员,《十五贯》一出戏救活了一个剧种,江苏不能落后,于是在1956年改苏州市苏剧团为江苏省苏昆剧团。同年,举办昆剧会演,江苏省苏昆剧团未满18岁的张继青、章继涓为俞振飞配演《断桥》,一时成为美谈。直至文革爆发,顾笃璜一直主持江苏省苏昆剧团工作,并担任艺术指导,经常参与导演,讲授表演艺术理论,帮助演员掌握昆剧一向崇尚的体验艺术。
清咸丰到民国初年,浙江宁波昆剧极为盛行,在宁波,昆班被称为"本班",民国初年仍有10几个昆剧班子,后来随着昆剧日渐衰落,艺人们纷纷转业,最后连一副班子也不剩了。1961年春天,顾笃璜追溯昆剧历史,挖掘昆剧剧目,听到上海的昆剧名家徐凌云讲述的史料--民国初年,宁波昆剧到上海演出,艺术水平非常高,徐凌云不但看戏,还与他们建立了友谊,参加客串,为他们筹集返回宁波的路费。顾笃璜根据这一线索,到宁波寻访,竟找到了当年红极一时的名老生陈云发,小生高小华,五旦周来贤,四旦王长寿、林根兰,唱大花面的林云生,唱小花面的严德才,笛师徐信章、张顺金等人,主要行当都觅齐了。他欣喜若狂,如同挖到了宝藏。林云生在赴苏州途中不幸病故,这是极大的损失。
这些宁波昆剧老艺人都已年高,在家乡做小生意,有的在上海摆菜摊,聊以维生,尽管离开舞台40多年,但是对昆剧怀有深厚感情,做梦也想不到有朝一日还能传授昆剧技艺。他们稍事准备即可传授的就有370多折昆剧,他们过去重视演本戏,其中包括许多苏州昆剧已经失传的折子。他们精神焕发地培养江苏省苏昆剧团青年演员,示范演出,时年79岁的陈云发、71岁的高小华连唱带做,风采不减。开始有些戏一时想不起来,经过互相回忆,终于把一出出戏全部排出来,多次在内部演出。而张顺金的鼓、徐信章的小锣,其演奏更是失传已久的地道昆派,顾笃璜如获至宝。
宁波昆剧很纯正,但较之"传"字辈艺人所表演的昆剧来得朴实,宁波昆剧老艺人的年龄长"传"字辈约20岁,足见他们保留着昆剧更古老的表演传统。他们悉心传授了60多出折子戏,文革前夕,山雨欲来风满楼,顾笃璜赶紧将他们安全送回宁波。他如此痴迷于挖掘传统文化,被斥责为封、资、修,这也因此成了他文革被揪斗的一大罪状。
宁波昆剧的发现,使顾笃璜喜出望外,他体会到祖国戏曲艺术遗产无限丰富,必须更好、更深地挖掘,并加以整理、提高。80年代,他又从浙江温州请来了更有泥土气息、更朴实的永嘉昆剧6名老艺人到苏州教戏。永嘉昆被认为是南戏海盐腔演员向昆曲学习而逐步形成的,因而保留着更为古老的海盐腔的遗韵,这是极有价值的。
"曲线救昆"--殚精竭虑为传承
1966年,文革爆发,顾笃璜被诬陷为反动学术权威、三反分子 上一页 [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)
%> |