|
@@ -231,11 +231,7 @@ export const renderMeasures = (abc: IAbc) => {
|
|
|
text += note.segno; // 分割
|
|
|
}
|
|
|
let _i = i + 1;
|
|
|
- // text += `${_i % 4 !== 0 ? `"${i + 1}"` : ""}${i === measures.length - 1 ? '|]' : measure.barline}`;
|
|
|
- text += measure.barline;
|
|
|
- if (i > 0 && i % 4 === 0) {
|
|
|
- text += "\n";
|
|
|
- }
|
|
|
+ text += `"<${_i}"${ measure.barline}`;
|
|
|
}
|
|
|
// console.log(text)
|
|
|
return text;
|