|
|
2,164行目: |
2,164行目: |
| }; | | }; |
| insertTextToSVG(PercText_options); | | insertTextToSVG(PercText_options); |
|
| |
| var note13_2_0_option = {
| |
| textContent: ["\uFF65", "\uFF65", "\uFF65", "\uFF65",
| |
| "\uFF65", "\uFF68", "\uFF66", "\uFF67", "\uFF65", "\uFF0B", "\uFF65", "\uFF0F"], // 必須文字列
| |
| //x , half_o, , >, , + , , o
| |
| strID: "note13_2_0", // 必須
| |
| Stave_y_Offset: [ -5, -5, -5, -5,
| |
| -5, -60, -5, -60, -5, -60, -5, -60],
| |
| fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial"
| |
| shift_x: shiftDrum1, // xのオフセット値配列
| |
| IsOffset_x_Abs: true
| |
| };
| |
| insertTextToSVG(note13_2_0_option);
| |
|
| |
| var Perc_notes1_1_0_Shaker_option = {
| |
| textContent: ["< Shaker >"], // 必須文字列
| |
| strID: "Perc_notes1_1_0_shaker", // 必須
| |
| Stave_x: Perc_note1_1_0.x,
| |
| Stave_y: Perc_note1_1_0.y,
| |
| Stave_x_Offset: -20,
| |
| Stave_y_Offset: 0,
| |
| fontSize: 60,
| |
| fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial"
| |
| shift_x: [0] // xのオフセット値配列
| |
| };
| |
| insertTextToSVG(Perc_notes1_1_0_Shaker_option);
| |
|
| |
| var Perc_notes1_1_0_option = {
| |
| textContent: ["\uFF69"], // 必須文字列
| |
| strID: "Perc_notes1_1_0", // 必須
| |
| Stave_y_Offset: -5,
| |
| fontFamily: "YonetMuFL, Arial", // オプション、デフォルトは"Bravura, Arial"
| |
| shift_x: shiftPerc1, // xのオフセット値配列
| |
| IsOffset_x_Abs: true
| |
| };
| |
| insertTextToSVG(Perc_notes1_1_0_option);
| |
|
| |
|
| if(allUniqueIds !== "undefined"){ | | if(allUniqueIds !== "undefined"){ |