幕開けを知らせるOvertureからNevermoreは本作の志向を伝える荘厳さの中にヘヴィネスを注ぎ込む。続くタイトルトラックのUnderworldのギターとキーボードの掛け合いのスリリングさには彼らの出自がしっかり刻まれている。パワーバラードと言いたくなるWithout Youを挟んで、私が一番気に入ったKiss Of Fireと次曲のCharonでは手数の多いジェイソンのドラミングを屋台骨にダークな時期のDREAM THEATERを想起させる太く低いリフが重なっていく。哀愁を誘い出すイントロが印象的なTo Hell And Back、ヘヴィネスとメロディアスの緩急を楽曲内に盛り込む彼らの魅力が凝縮しているIn My Darkest Hour、Run With The Devil、壮大なバラードSwan Songを挟み、フィナーレを迎えるLegendでは全プレイヤーのテクニカルな音像が群がって重厚に帰着する。
プロデュースはマイケル・ロメオで、ミックス、マスタリングのエンジニアはイェンス・ボグレンだ。
さらなる仕掛けとして、通算3枚目のアルバムであるThe Divine Wings Of Trangedyから3つの引用がある。このアルバム全体を通して見つけ出せるので是非とも聴いて楽しんでほしい。
*
* Again: this will **not** prevent inline script, e.g.:
* .
*
* This workaround is possible because Safari supports the non-standard 'beforeload' event.
* This allows us to trap the module and nomodule load.
*
* Note also that `nomodule` is supported in later versions of Safari - it's just 10.1 that
* omits this attribute.
* -->
*/
(function () {
const check = document.createElement('script');
if (!('noModule' in check) && 'onbeforeload' in check) {
let support = false;
document.addEventListener(
'beforeload',
(e) => {
if (e.target === check) {
support = true;
} else if (!e.target.hasAttribute('nomodule') || !support) {
return;
}
e.preventDefault();
},
true,
);
check.type = 'module';
const blob = URL.createObjectURL(
new window.Blob([], { type: 'text/javascript' }),
);
check.src = blob;
check.onload = () => {
URL.revokeObjectURL(blob);
};
document.head.appendChild(check);
check.remove();
}
})();