lilypond-user
[Top][All Lists]
Advanced

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

Re: beginning-of-measure padding value?


From: Mats Bengtsson
Subject: Re: beginning-of-measure padding value?
Date: Wed, 11 Apr 2007 09:16:11 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070221)


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: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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