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: Paolo Prete
Subject: Re: Reduce the gap between time signature and the first note
Date: Wed, 10 Nov 2021 00:33:11 +0100

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 <x.scheuer@gmail.com> wrote:
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]