fixed ignored multiple linked notes

This commit is contained in:
2025-07-16 17:21:20 +02:00
parent 1f24ba8efe
commit 8ee14167de
3 changed files with 20 additions and 12 deletions

View File

@ -141,8 +141,8 @@
note.pos = pars.last().last()
}
let seq = ctx.last-seq.seq
seq.insert("linked-note", note)
let seq = ctx.elmts.at(ctx.last-seq.i)
seq.linked-notes.push(note)
ctx.elmts.at(ctx.last-seq.i) = seq
}
if note.aligned {