「VexFlow test content」の版間の差分
(→概要) |
(→概要) |
||
149行目: | 149行目: | ||
//SINGLE:1, DOUBLE:2, END:3, REPEAT_BEGIN:4, REPEAT_END:5, REPEAT_BOTH:6, NONE:7 | //SINGLE:1, DOUBLE:2, END:3, REPEAT_BEGIN:4, REPEAT_END:5, REPEAT_BOTH:6, NONE:7 | ||
const gracenotes1 = [ | const gracenotes1 = [ | ||
new VF.GraceNote({ keys: ['a/ | new VF.GraceNote({ keys: ['a/5', 'c/5', 'e/5'], duration: '8', slash: true }) | ||
.addModifier(new VF.Accidental('n'), 0) | .addModifier(new VF.Accidental('n'), 0) | ||
.addModifier(new VF.Accidental('#'), 1) | .addModifier(new VF.Accidental('#'), 1) |
2024年4月6日 (土) 14:55時点における版
概要