lilypond-user
[Top][All Lists]
Advanced

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

Re: localized horizontal spacing


From: eriksbike
Subject: Re: localized horizontal spacing
Date: Tue, 13 Mar 2012 21:49:47 -0700 (PDT)

Many thanks!



Francisco Vila wrote:
> 
> 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
> 
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/localized-horizontal-spacing-tp33492027p33499457.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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