「VexFlow タブ譜 ハーモニクス」の版間の差分
1,074行目: | 1,074行目: | ||
var Guitar1_st2_str_option = { | var Guitar1_st2_str_option = { | ||
textContent: ["┌ | textContent: ["┌"], // 必須文字列 | ||
strID: "Guitar1_st2_str", // 必須 | strID: "Guitar1_st2_str", // 必須 | ||
Stave_x_Offset: 0, | Stave_x_Offset: 0, | ||
1,084行目: | 1,084行目: | ||
}; | }; | ||
insertTextToSVG(Guitar1_st2_str_option); | insertTextToSVG(Guitar1_st2_str_option); | ||
var Guitar1_st2_str2_option = { | |||
textContent: ["va Harm.────┐"], // 必須文字列 | |||
strID: "Guitar1_st2_str2", // 必須 | |||
Stave_x_Offset: 0, | |||
Stave_y_Offset: 0, | |||
fontSize: 40, | |||
fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial" | |||
shift_x: [{x:shiftGuitar1_2st[0].x + 10, y:shiftGuitar1_2st[0].y - 30}], | |||
IsOffset_x_Abs: true | |||
}; | |||
insertTextToSVG(Guitar1_st2_str23_option); | |||
var Guitar1_st2_str_option = { | var Guitar1_st2_str_option = { | ||
textContent: ["8"], // 必須文字列 | textContent: ["8"], // 必須文字列 | ||
strID: " | strID: "Guitar1_st2_str3", // 必須 | ||
Stave_x_Offset: 0, | Stave_x_Offset: 0, | ||
Stave_y_Offset: 0, | Stave_y_Offset: 0, | ||
1,095行目: | 1,107行目: | ||
IsOffset_x_Abs: true | IsOffset_x_Abs: true | ||
}; | }; | ||
insertTextToSVG( | insertTextToSVG(Guitar1_st2_str3_option); | ||
var EGuitar2Text_options = { | var EGuitar2Text_options = { |