|
格法:那是我的日记。
安格斯:对不起,我刚刚把它念给大家听了。
格法:京剧告诉你中国人以前怎么交往,他们穿什么,在家里做什么。而那些现在都改变了。
安格斯:格法,为什么京剧那么吵?
格法:因为以前,京剧需要和猫狗的叫声还有小贩的叫卖声竞争。以前的戏帮常常在露天表演,为了吸引大家的注意,所以必须很大声。用锣啊鼓啊,来吸引大家来看。有点像街头剧院。这就是京剧的起源。
在演出结束后,外国观众说:你能得到一些解释。非常好。我觉得纯粹的京剧要去国外的话,会有一些问题。因为大家听不懂。这次你能听到一些关于孙悟空的解释。非常好。
安利:现在我知道为什么他们穿这种衣服,为什么这样勾脸,为什么做什么动作。因为格法的话,猴子王的话,孙悟空的话都是英语的。一部分我们可以听懂他的话。我还是觉得这样比较容易了解。可是我还是觉得音乐有点难,因为对我们欧洲人来说,这个音乐非常吵。可是我觉得你应该习惯 ,慢慢就习惯了。
格法:我想尝试一些新的方式。中国文化如此丰富,还没有完全传播给外国人。中国人不只是生意人,也不只是武术家,中国人有很强的幽默感。京剧里面包含了中国诗歌,文学,历史。几千年历史都在唱念做打当中。很可惜,现在的年轻人更喜欢摇滚,嘻哈,好莱坞,迪斯尼。所以京剧也在苦苦挣扎上海的演出票房很成功,但因为是慈善义演,格法自己并没有拿到多少钱。
现在,格法和知慧又开始准备今年去英国六所大学的讲学演出了。 上一页 [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
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)
%> |