fixed ignored multiple linked notes
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user