diff --git a/Sources/VLModel.cpp b/Sources/VLModel.cpp index 7386d9c..3e7b026 100644 --- a/Sources/VLModel.cpp +++ b/Sources/VLModel.cpp @@ -1178,6 +1178,8 @@ static VLNoteList Realign(const VLNoteList & notes, at += n.fDuration; } } + } else { + newNotes = notes; } if (fromProp.fDivisions != toProp.fDivisions) { VLRealigner realign(fromProp.fDivisions, toProp.fDivisions);