【專輯名稱】古城今昔
【專輯藝人】张毅 邓伟标
【專輯風格】Chinese New Age, Instrumental
【發行日期】2005.12.01
【發行公司】雨林唱片
【專輯簡介】 · · · · · ·
燃烧的小提琴,张毅领衔首演 邓伟标全力新作.一幅颠倒众生的岭南音画.一阙吟咏千载的历史弦歌.展现千年广州的风采与文明.
专辑里古城所指的就是具有二千三百年历史的广州城。唱片以擅长于抒情的小提琴作为主导,并诚邀了发烧友非常熟悉的广州交响乐团首席小提琴张毅领衔拉奏,通过十多种中西真乐与电声交织,谱写出一幕幕耳目一新的岭南音画。广州是一个充满矛盾的城市。她的烦嚣与生机并存,令人疲惫不堪却又机遇处处。邓伟标用穿越古典与流行的华美畅响向人们娓娓道出了他心目中历尽千年沧桑的广州,揭开了羊城鲜为人知而又风光旖旎的一面。也许,听完这张唱片后,大家会对广州深厚的文化底蕴有更多更深入的了解,至少透过优美的旋律会对这座千年古城另眼相看。
【曲目播放】 · · · · · ·
【张毅&邓伟标《古城今昔》】
Paused...
----- The music displayed are for the purposes of criticism, comment, and non-profit education -----
----- Please purchase the copyrighted music from licensed distributors -----
' + trackName + '
' + trackLength + '
');
}),
trackCount = tracks.length,
npAction = $('#npAction'),
npTitle = $('#npTitle'),
audio = $('#audio1').bind('play', function () {
playing = true;
npAction.text('Now Playing...');
}).bind('pause', function () {
playing = false;
npAction.text('Paused...');
}).bind('ended', function () {
npAction.text('Paused...');
if (index + 1 -1) {
index--;
loadTrack(index);
if (playing) {
audio.play();
}
} else {
audio.pause();
index = 0;
loadTrack(index);
}
}),
btnNext = $('#btnNext').click(function () {
if (index + 1