「VexFlow 連符」の版間の差分
編集の要約なし |
編集の要約なし |
||
59行目: | 59行目: | ||
// Create the beams for 8th notes in second measure. | // Create the beams for 8th notes in second measure. | ||
const beam1 = new Beam(notesMeasure2_part1); | const beam1 = new Beam(notesMeasure2_part1); | ||
const | const tuplet = new Tuplet(notesMeasure2_part2); | ||
const beam2 = new Beam(notesMeasure2_part3); | const beam2 = new Beam(notesMeasure2_part3); | ||
2022年12月16日 (金) 21:24時点における版
概要
連符を描いてみたいと思います。tupletというのが連符のキーワードになります。