「VexFlow ベースヘ音記号練習」の版間の差分
編集の要約なし |
編集の要約なし |
||
22行目: | 22行目: | ||
const f = new Factory({ renderer: { elementId: 'yonet202507Early_Output01', width: 1500, height: 600 } }); | const f = new Factory({ renderer: { elementId: 'yonet202507Early_Output01', width: 1500, height: 600 } }); | ||
const ctx = f.getContext(); | const ctx = f.getContext(); | ||
const stave1 = new Stave(10, 50, | const stave1 = new Stave(10, 50, 1400); | ||
stave1 | stave1.addClef("bass"); | ||
stave1.setEndBarType(BarlineType.END); | |||
stave1.setContext(ctx).draw(); | |||
const notes1 = [ | const notes1 = [ |
2025年7月3日 (木) 13:59時点における版