「VexFlow タイ」の版間の差分
(ページの作成:「<yjavascript></script> <script src="https://wiki.yo-net.jp/vexflow/build/cjs/vexflow.js"></script> <script> </yjavascript> VexFlow 使い方に戻る。 == '''概要''' == タイは同じ高さの音同士を区切らずに演奏する奏法に使います。 == '''タイ''' == <div id="yonet202303Mid_Output01"></div> <yjavascript></script> <script> (function(){ const { Factory, Stave, StaveNote, GhostNote, Formatter, Voice,…」) |
(→タイ) |
||
39行目: | 39行目: | ||
]; | ]; | ||
Formatter.FormatAndDraw(ctx, stave1, notes1); | Formatter.FormatAndDraw(ctx, stave1, notes1); | ||
const ties1 = [ | |||
new StaveTie({ | |||
first_note: notes1[1], | |||
last_note: notes1[3], | |||
first_indices: [0], | |||
last_indices: [0], | |||
}), | |||
]; | |||
ties1.forEach((t) => { | |||
t.setContext(ctx).draw(); | |||
}); | |||
})(); | })(); |