Hi all, Right now I am working on a python program for making grids with heterogenous measure lengths and changing tempos while keeping the spacing proportional to the time it takes up to help me with some precomposition stuff. I have used \override Score.SpacingSpanner.spacing-increment to get an approximation of the changing measure lengths to match tempo changes, but it seems imprecise and has distortions. Does anyone know how I could get this as accurate as possible, some floating point scaling factor so that when I set it to 2 it doubles the width, when I set it to 3.4 it makes it 3.4 times as wide, etc.
Thanks, Nick
