Quellcode durchsuchen

Merge branch '2023-9-5'

liushengqiang vor 1 Jahr
Ursprung
Commit
e247421afc
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/pc/home/runtime.ts

+ 1 - 1
src/pc/home/runtime.ts

@@ -251,7 +251,7 @@ export const renderMeasures = (abc: IAbc, option?: IRenderMeasuresOption) => {
 			text += playStr ?? ""; // 演奏技法
 			text += note.dynamics ?? ""; // 力度符号
 			text += note.accidental ?? ""; // 临时升降记号
-			if (abc.isrhythm === 'rhythm'){
+			if (!note.content.includes('z') && abc.isrhythm === 'rhythm'){
 				text += "B";
 			} else {
 				text += note.content ?? ""; // 音符