lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Reduce the gap between time signature and the first note


From: Xavier Scheuer
Subject: Re: Reduce the gap between time signature and the first note
Date: Tue, 9 Nov 2021 09:34:27 +0100

On Sun, 7 Nov 2021 at 18:56, Paolo Prete <paolopr976@gmail.com> 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 <x.scheuer@gmail.com>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]