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