Преглед на файлове

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