「VexFlow test content」の版間の差分

提供:yonewiki
編集の要約なし
編集の要約なし
79行目: 79行目:
];
];


Formatter.FormatAndDraw(ctx, stave1, notes1);
var stave1Voice = new Vex.Flow.Voice({ num_beats: 4, beat_value: 4 });
stave1Voice.addTickables(notes1);
 
var formatter1 = new Vex.Flow.Formatter().joinVoices([stave1Voice]);
formatter1.formatToStave([stave1Voice], stave1);
stave1Voice.draw(ctx, stave1);
})();
})();
})();
})();
</yjavascript>
</yjavascript>

2024年3月28日 (木) 21:49時点における版

概要