|
@@ -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");
|