Since you want to change the spacing after the time signature, you should
modify the space-alist property for the TimeSignature:
\override TimeSignature #'space-alist = #'(
(first-note . (fixed-space . 12.0)) ; Default = 2.0
(right-edge . (extra-space . 0.5))
(staff-bar . (minimum-space . 2.0)))
/Mats
Trevor Bača wrote:
Hi Kieren, hi Mats,
As long as we're somewhat on the topic, how do we get more space
before the first note of each *line* (as opposed to each measure)?
Here's an example:
%%% BEGIN %%%
\version "2.11.20"
\new Score \with {
\override BarLine #'space-alist = #'(
(time-signature extra-space . 0.75)
(custos minimum-space . 2.0)
(clef minimum-space . 1.0)
(key-signature extra-space . 1.0)
(key-cancellation extra-space . 1.0)
(first-note fixed-space . 10.3)
(next-note semi-fixed-space . 10)
(right-edge extra-space . 0.0))
} {
\new Staff {
c'4 c'4 c'4 c'4
d'4 d'4 d'4 d'4
}
}
%%% END %%%
There's more space before the ds (because of next-note); but how can
we get more space before the cs?
(Side question: isn't there some way to set individual pairs in an
alist separately? I seem to remember there being a way to do that, but
can't find anything on a quick manual scan.)
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user