|
@@ -130,6 +130,7 @@ export const mappingVoicePart = (
|
|
|
|
|
|
/** 声部的指法配置信息 */
|
|
|
export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
+ console.log(800 / window.screen.height)
|
|
|
switch (subjectId) {
|
|
|
case 2: // 长笛
|
|
|
return {
|
|
@@ -204,6 +205,7 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 1,
|
|
|
code: "竖笛",
|
|
|
hasTizhi: true,
|
|
|
+ transform: `scale(1.3)`,
|
|
|
};
|
|
|
case "hulusi-flute": // 葫芦丝
|
|
|
return {
|
|
@@ -234,12 +236,13 @@ export const subjectFingering = (subjectId: number | string): IFingering => {
|
|
|
orientation: 0,
|
|
|
code: "陶笛",
|
|
|
hasTizhi: false,
|
|
|
+ transform: "rotate(-35deg) scale(1.3) translateX(0.2rem)",
|
|
|
};
|
|
|
case "melodica": // 口风琴
|
|
|
return {
|
|
|
name: "melodica",
|
|
|
direction: "transverse",
|
|
|
- height: "1.8rem",
|
|
|
+ height: "2rem",
|
|
|
orientation: 0,
|
|
|
code: "口风琴",
|
|
|
hasTizhi: false,
|