Preserve third triplet in group

This commit is contained in:
Matthias Neeracher 2009-03-14 23:07:37 +00:00
parent 7086678c38
commit afc0a0dbc2

View File

@ -552,6 +552,7 @@ void VLMeasure::DecomposeNotes(const VLProperties & prop, VLNoteList & decompose
// //
// Second swing note (8th triplet -> 8th) // Second swing note (8th triplet -> 8th)
// //
if (!prevTriplets)
p.fVisual &= ~VLNote::kTriplet; p.fVisual &= ~VLNote::kTriplet;
} else if ((p.fDuration > kMinDuration) && } else if ((p.fDuration > kMinDuration) &&
((at % p.fDuration != 0) ((at % p.fDuration != 0)