Hello! I have some music with half - quarter - quarter sequence.
I want the horizontal spacing of the halves to be equal of the quarters. I tried:
\version "2.22.0"
pippo = \repeat unfold 16 {c'2 c'4 4}
{\pippo}
{
\override Score.SpacingSpanner.spacing-increment = #.1
\pippo
}
but at the beginning of every bar now there is an extra space. Someone know a solution? Thanks -- Questa e-mail รจ stata controllata per individuare virus con Avast antivirus. https://www.avast.com/antivirus
\version "2.22.0"
pippo = \repeat unfold 16 {c'2 c'4 4}
{\pippo}
{
\override Score.SpacingSpanner.spacing-increment = #.1
\pippo
}
spacing-increment.pdf
Description: Adobe PDF document
