Comment #55 on issue 687 by [email protected]: Enhancement: inequal
MIDI quantization of equal durations (swing, rubato)
http://code.google.com/p/lilypond/issues/detail?id=687
That is more or less as expected. You can directly translate the <a>:<b>
ratios from the Wikipedia article into \applySwing 8 #'(<a> <b>) { ... }.
As for the Laborejo Swing modifier <m>, from the information in the
screenshot I would guess the corresponding calls to be \applySwing 8
#'(<1+m> 1) { ... } for positive values and \applySwing 8 #'(1 <1+|m|>)
{ ... } for negative values.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings