Hi Paolo, Le mer. 10 juin 2020 à 22:29, Paolo Prete <[email protected]> a écrit :
> Hello,
>
> as you can see in Lilybin's output, the below expression produces a
> collision:
>
> { \repeat tremolo 8 { aes'16 bes' } }
>
> http://lilybin.com/tmdugu/1
>
> What's wrong
>
Definitly a bug.
> how can I fix it?
>
Maybe:
\version "2.20.0"
{
\once\override Beam.positions = #'(3 . 3)
\repeat tremolo 8 { aes'16 bes' }
}
> Thanks!
>
Cheers,
Pierre
