mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Preserve accidental information in triplets processing
This commit is contained in:
parent
e66a6fa230
commit
e5347a3dd9
|
@ -265,6 +265,8 @@ void VLMeasure::DecomposeNotes(const VLProperties & prop, VLNoteList & decompose
|
|||
// Prefer further triplets
|
||||
//
|
||||
if (prevTriplets) {
|
||||
prevVisual = (prevVisual & ~VLNote::kAccidentalsMask)
|
||||
| (p.fVisual & VLNote::kAccidentalsMask);
|
||||
if (p.fDuration >= 2*prevTripDur) {
|
||||
p.fDuration = 2*prevTripDur;
|
||||
if (prevTriplets == 1) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user