@@ -1595,7 +1595,7 @@ const parseXmlToRepeat = (repeats: any) => {
} else if (direction === 'backward') {
end = notesNumber
repeatInfo.push({
- start,
+ start: start ? start : 1,
end
})
}