lilypond-user
[Top][All Lists]
Advanced

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

Reduce the gap between time signature and the first note


From: Paolo Prete
Subject: Reduce the gap between time signature and the first note
Date: Sun, 7 Nov 2021 18:49:20 +0100

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

}
>>
%%%%%


reply via email to

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