mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 11:14:00 +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…
Reference in New Issue
Block a user