ブラームスの歌曲を聴いていたら、op.58-4 "O koome, hole Sommernacht" (おお来たれ、やさしい夏の夜)という歌がソドレミで始まっているのに気付いた。それはともかく、ブラームスの歌は「リート」としているのもあれば、「ゲザング」となっているのもある。両者の違いはあるのだろうか。
// {
if (ABCJS.synth.supportsAudio()) {
let visualObj=ABCJS.renderAbc("brahms_o_komme", brahms_o_komme, {}, {staffwidth:"460"})[0]
let synthControl = new ABCJS.synth.SynthController();
synthControl.load("#brahms_o_komme_synth", null, {displayRestart: true, displayPlay: true, displayProgress: true});
synthControl.setTune(visualObj, false, {qpm: 120});
} else {
document.querySelector("#brahms_o_komme_synth").innerHTML = "
Audio is not supported in this browser.<\/div>";
}
});
//]]>
セ
記事を書く
セコメントをする