On Sun, 7 Nov 2021 at 18:56, Paolo Prete <[email protected]> wrote:
>
> Hello,
>
> I'm trying to have a minimum space between a TimeSignature and the first
note after it (and, consequently, all the following notes). I tried:
>
>     \once\override Score.TimeSignature.space-alist =
>     #'((first-note fixed-space . 0))
>
> ...but there's still a gap which I can't eliminate. How can I fix it?
>
> Thanks
> P
>
> %%%%%
> <<
> {
>
> c'1
>
> \time 3/4
>
> \once\override Score.TimeSignature.space-alist =
> #'((first-note fixed-space . 0))
>
> cis'2.\break
> s
>
> }
> >>
> %%%%%

Hello,

According to the Internals Reference manual the TimeSignature grob has some
extra-spacing-width on the right side.
Try adding

\override Score.TimeSignature.extra-spacing-width = #'(0.0 . 0.0)

Cheers,
Xavier

-- 
Xavier Scheuer <[email protected]>

Reply via email to