소스 검색

Merge branch '2023-9-5'

liushengqiang 1 년 전
부모
커밋
e247421afc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 ?? ""; // 音符