mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
Preserve third triplet in group
This commit is contained in:
parent
7086678c38
commit
afc0a0dbc2
|
@ -552,7 +552,8 @@ void VLMeasure::DecomposeNotes(const VLProperties & prop, VLNoteList & decompose
|
||||||
//
|
//
|
||||||
// Second swing note (8th triplet -> 8th)
|
// Second swing note (8th triplet -> 8th)
|
||||||
//
|
//
|
||||||
p.fVisual &= ~VLNote::kTriplet;
|
if (!prevTriplets)
|
||||||
|
p.fVisual &= ~VLNote::kTriplet;
|
||||||
} else if ((p.fDuration > kMinDuration) &&
|
} else if ((p.fDuration > kMinDuration) &&
|
||||||
((at % p.fDuration != 0)
|
((at % p.fDuration != 0)
|
||||||
|| (p.fDuration != c.fDuration
|
|| (p.fDuration != c.fDuration
|
||||||
|
|
Loading…
Reference in New Issue
Block a user