liushengqiang 1 year ago
parent
commit
47b306dc36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pc/home/runtime.ts

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

@@ -200,7 +200,7 @@ export const renderMeasures = (abc: IAbc, option?: IRenderMeasuresOption) => {
 		abc.title && (text += `T:${abc.title}` + "\n");
 	}
 	if (option?.showCreator) {
-		abc.creator && (text += `R:${abc.creator}` + "\n");
+		abc.creator && (text += `C:${abc.creator}` + "\n");
 	}
 	abc.celf && (text += abc.celf + "\n");
 	abc.meter && (text += abc.meter + "\n");