「VexFlow タブ譜 ミュート」の版間の差分
999行目: | 999行目: | ||
fontSize: 40, | fontSize: 40, | ||
fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial" | fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial" | ||
shift_x: shiftGuitar1_1st, | shift_x: [ | ||
{x:shiftGuitar1_1st[0].x, y:shiftGuitar1_1st[0].y}, | |||
{x:shiftGuitar1_1st[1].x, y:shiftGuitar1_1st[1].y}, | |||
{x:shiftGuitar1_1st[2].x - 10, y:shiftGuitar1_1st[2].y}, | |||
], | |||
IsOffset_x_Abs: true | IsOffset_x_Abs: true | ||
}; | }; |
2024年4月19日 (金) 18:27時点における版
VexFlow 使い方に戻る。
概要
タブ譜 ミュート
コードは以下のとおりです。
<div id="yonet202404Mid_Output01"></div>
<script>
VexFlow 使い方に戻る。