Hello Xavier,
I tried your tip but it seems to not produce any difference. See (tested on
2.19.48):
%%%%%
{
r1\break
\time 4/4 c''
\break
\once \override Score.TimeSignature.extra-spacing-width = #'(0.0 . 0.0)
\time 4/4 c''
\break
r
}
%%%%%
Cheers,
P
On Tue, Nov 9, 2021 at 9:34 AM Xavier Scheuer <[email protected]> wrote:
> 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]>
>
>