mirror of
https://github.com/microtherion/VocalEasel.git
synced 2025-05-01 10:44:29 +00:00
Extend song when note gets extended
This commit is contained in:
parent
239b3ef834
commit
b47ecf36b8
@ -1126,6 +1126,8 @@ void VLSong::ExtendNote(size_t measure, VLFraction at)
|
||||
k = fMeasures[++measure].fMelody.begin();
|
||||
}
|
||||
}
|
||||
if (measure+1 == fMeasures.size())
|
||||
AddMeasure();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user