「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 tuplet = new | const tuplet = new Beam(notesMeasure2_part2); | ||
const beam2 = new Beam(notesMeasure2_part3); | const beam2 = new Beam(notesMeasure2_part3); | ||
2022年12月16日 (金) 22:08時点における版
概要
連符を描いてみたいと思います。tupletというのが連符のキーワードになります。