Browse Source

Merge branch 'feature-tianyong-newVersion' into ktyq-online-new

TIANYONG 3 months ago
parent
commit
368c522410
2 changed files with 7 additions and 1 deletions
  1. 1 1
      osmd-extended
  2. 6 0
      src/helpers/calcSpeed.ts

+ 1 - 1
osmd-extended

@@ -1 +1 @@
-Subproject commit 0f7cca4a0e1e3ef3bdd04762a312a910935900cb
+Subproject commit 29530cc1c43eaab54fd7d800dc687fd748912f5d

+ 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,
 };
 
 /**