瀏覽代碼

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 ?? ""; // 音符