|
@@ -970,7 +970,7 @@ export const formateTimes = (osmd: OpenSheetMusicDisplay) => {
|
|
|
isRestFlag: note.isRestFlag,
|
|
|
noteId: note.NoteToGraphicalNoteObjectId,
|
|
|
measureListIndex: note.sourceMeasure.measureListIndex,
|
|
|
- MeasureNumberXML: note.sourceMeasure.MeasureNumberXML,
|
|
|
+ MeasureNumberXML: note.sourceMeasure.MeasureNumberXML, // 当前的小节数,(从1开始)
|
|
|
_noteLength: _noteLength,
|
|
|
svgElement: svgElement,
|
|
|
frequency: note?.pitch?.frequency || -1,
|