
GoGo Penguin
2016/04/02 (土) 20:00 開演 @Blue Note TOKYO (東京都)ライブ情報に戻る
« 前へ| レビュー一覧へ (1/1) |次へ »
素晴らしいショーでした。
多彩な技術のアンサンブル感はライブでも健在。
なんでそういう奏法思いつくの?という感じでした。かっこいい。
どの曲もかっこよかったのですが、個人的に一番印象深いのはアンコール一曲目の
Garden Dog Barbecue (クリスの足元のセトリにはGDBと書いてありましたね)。
こんな曲もあるんだ、と一発で好きになった曲です。
v2.0に収録されてるようなので、購入を決意しました(笑)
余談ですが、曲終わりにクリスが足(だったかな?)を床に置いていたカップに当ててしまい、軽く笑いが起こるシーンがありましたね。
- いいね! 2
- コメント
- 2016/04/23 (土) 23:28
» 問題のあるレビューを報告する
« 前へ| レビュー一覧へ (1/1) |次へ »
// NARROWSEARCH TL
//jQuery('.typeFes').not('#type00').addClass('hide');
jQuery(document).on('change','#typeLive',function(){
jQuery('.typeFes').addClass('hide');
jQuery('#' + jQuery('#typeLive option:selected').attr('class')).removeClass('hide');
jQuery('.typeFes').not('#' + jQuery('#typeLive option:selected').attr('class')).val('');
});
jQuery(document).on('click','.memoBox > dl dt a.btnMemo',function(){
jQuery(this).parents('dl').hide();
jQuery('form'+jQuery(this).attr('href')).show();
return false;
});
jQuery(document).on('click','dt a.btnCncl',function(){
jQuery('form'+jQuery(this).attr('href')).hide();
jQuery('form'+jQuery(this).attr('href')).siblings('dl').show();
return false;
});