Browse Source

Merge branch 'hoxfix-0110' into gym-online

TIANYONG 3 tháng trước cách đây
mục cha
commit
967b7ff21f
2 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 1 1
      osmd-extended
  2. 6 0
      src/helpers/calcSpeed.ts

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 4ebb0ca539cdf162b77078d69830820764752a3d
+Subproject commit 7c412c691b06b746fcedb430ed177f65e83d9474

+ 6 - 0
src/helpers/calcSpeed.ts

@@ -43,6 +43,12 @@ export const speedInfo: { [key in string]: number } = {
 	faster: 1.333333333,
 	"molto allargando": 1.333333333,
 	stringendo: 0.8,
+	"poco a poco rit.": 1.333333333,
+	"rit. poco a poco": 1.333333333,
+	"Ritardando": 1.333333333,
+	"Ritenuto": 1.333333333,
+	"accelerate": 0.8,
+	"poco a poco accel.": 0.8,
 };
 
 /**