|
@@ -342,7 +342,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "transverse",
|
|
|
height: "1.6rem",
|
|
|
hasTizhi: true,
|
|
|
- id: 8,
|
|
|
+ id: 1,
|
|
|
};
|
|
|
case 4: // 单簧管
|
|
|
return {
|
|
@@ -350,7 +350,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "vertical",
|
|
|
width: "3rem",
|
|
|
hasTizhi: true,
|
|
|
- id: 10,
|
|
|
+ id: 3,
|
|
|
};
|
|
|
case 5: // 萨克斯
|
|
|
case 6: // 中音萨克斯
|
|
@@ -359,7 +359,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "vertical",
|
|
|
width: "4.34rem",
|
|
|
hasTizhi: true,
|
|
|
- id: 9,
|
|
|
+ id: 5,
|
|
|
};
|
|
|
case 12: // 小号
|
|
|
return {
|
|
@@ -375,7 +375,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "vertical",
|
|
|
width: "4.98rem",
|
|
|
hasTizhi: false,
|
|
|
- id: 13,
|
|
|
+ id: 12,
|
|
|
};
|
|
|
case 14: // 长号
|
|
|
return {
|
|
@@ -383,7 +383,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "transverse",
|
|
|
height: "1.6rem",
|
|
|
hasTizhi: false,
|
|
|
- id: 12,
|
|
|
+ id: 13,
|
|
|
};
|
|
|
case 15: // 上低音号
|
|
|
return {
|
|
@@ -399,7 +399,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
direction: "vertical",
|
|
|
width: "4.34rem",
|
|
|
hasTizhi: false,
|
|
|
- id: 15,
|
|
|
+ id: 16,
|
|
|
};
|
|
|
case 120: // 短笛
|
|
|
return {
|
|
@@ -408,7 +408,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
width: "3rem",
|
|
|
orientation: 1,
|
|
|
hasTizhi: true,
|
|
|
- id: 4,
|
|
|
+ id: 2,
|
|
|
};
|
|
|
case "piccolo": // 德式竖笛
|
|
|
return {
|
|
@@ -418,7 +418,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 1,
|
|
|
code: "竖笛",
|
|
|
hasTizhi: true,
|
|
|
- id: 4,
|
|
|
+ id: 37,
|
|
|
};
|
|
|
case "hulusi-flute": // 葫芦丝
|
|
|
return {
|
|
@@ -428,7 +428,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 1,
|
|
|
code: "葫芦丝",
|
|
|
hasTizhi: false,
|
|
|
- id: 3,
|
|
|
+ id: 35,
|
|
|
};
|
|
|
case "pan-flute": // 排箫
|
|
|
return {
|
|
@@ -439,7 +439,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 0,
|
|
|
code: "排箫",
|
|
|
hasTizhi: false,
|
|
|
- id: 1,
|
|
|
+ id: 33,
|
|
|
};
|
|
|
case "ocarina": // 陶笛
|
|
|
return {
|
|
@@ -450,7 +450,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 0,
|
|
|
code: "陶笛",
|
|
|
hasTizhi: false,
|
|
|
- id: 2,
|
|
|
+ id: 34,
|
|
|
};
|
|
|
case "melodica": // 口风琴
|
|
|
return {
|
|
@@ -460,18 +460,18 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 0,
|
|
|
code: "口风琴",
|
|
|
hasTizhi: false,
|
|
|
- id: 5,
|
|
|
+ id: 36,
|
|
|
};
|
|
|
- case "baroque-recorder": // 英式竖笛
|
|
|
- return {
|
|
|
- name: "baroque-recorder",
|
|
|
- direction: "vertical",
|
|
|
- width: "3rem",
|
|
|
- orientation: 1,
|
|
|
- code: "竖笛",
|
|
|
- hasTizhi: true,
|
|
|
- id: 6,
|
|
|
- };
|
|
|
+ case "baroque-recorder": // 英式竖笛
|
|
|
+ return {
|
|
|
+ name: "baroque-recorder",
|
|
|
+ direction: "vertical",
|
|
|
+ width: "3rem",
|
|
|
+ orientation: 1,
|
|
|
+ code: "竖笛",
|
|
|
+ hasTizhi: true,
|
|
|
+ id: 38,
|
|
|
+ };
|
|
|
default:
|
|
|
return {};
|
|
|
}
|