lilypond-user
[Top][All Lists]
Advanced

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

Re: localized horizontal spacing


From: Francisco Vila
Subject: Re: localized horizontal spacing
Date: Tue, 13 Mar 2012 17:59:42 +0100

2012/3/13 eriksbike <address@hidden>:
>
> Is there a way to expand and contract the horizontal spacing on a
> measure-to-measure basis? For a simple example, three measures of quarter
> notes:
> a4 a4 a4 a4
> a4 a4 a4 a4
> a4 a4 a4 a4
>
> Can I get the second measure to be widely spaced and then the third measure
> back to more closely spaced?

Maybe something like

{
  \override Score.SpacingSpanner
  #'base-shortest-duration = #(ly:make-moment 1 2)
  b4 b b b
  \newSpacingSection
  \override Score.SpacingSpanner
  #'base-shortest-duration = #(ly:make-moment 1 16)
  b4 b b b
  \newSpacingSection
  \override Score.SpacingSpanner
  #'base-shortest-duration = #(ly:make-moment 1 2)
  b4 b b b
}
-- 
Francisco Vila. Badajoz (Spain)
www.paconet.org , www.csmbadajoz.com



reply via email to

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