Le 29/07/2021 à 05:23, Kees van den Doel a écrit :
Is there a way to do a \shiftDurations of 2/3?
I have a voice with almost all dotted minims and semibreves {c2. c1. }
in 6/2 and want to change to 2/2 and use \scaleDurations to make it fit.
I would not be surprised by "no" as there are a few "minim semiminim"
like {e2 d4 c2.} occurrences which would have to be changed to triplets.
Thanks,
Kees
Hello,
\shiftDurations happily accepts a negative second argument,
like: \shiftDurations 0 -1 { c1. } If there are not enough
dots, it just brings the number of dots to zero.
It is unclear to me how one could do better given that
\tuplet 3/2 { c8 d e c d e }
and
{ \tuplet 3/2 { c8 d e } \tuplet 3/2 { c d e } }
are different things in spite of all notes having the
same played durations.
So perhaps use tags to convert the non-dotted to
triplets manually?
Regards,
Jean