エレファントカシマシの「友達がいるのさ」を聴いた。この曲の歌いだしは、スタジオ録音とライブでは少し違う。ここで取り上げたのはあるライブ音源からの楽譜起こしだ。なぜ楽譜起こしをしたかというと、ソドレミで始まっているからである。
// {
if (ABCJS.synth.supportsAudio()) {
let visualObj=ABCJS.renderAbc("tomodatchigairunosa", tomodatchigairunosa, {}, {staffwidth:"460"})[0]
let synthControl = new ABCJS.synth.SynthController();
synthControl.load("#tomodatchigairunosa_synth", null, {displayRestart: true, displayPlay: true, displayProgress: true});
synthControl.setTune(visualObj, false, {qpm: 120});
} else {
document.querySelector("#tomodatchigairunosa_synth").innerHTML = "
Audio is not supported in this browser.<\/div>";
}
});
//]]>
セ
記事を書く
セコメントをする