Many thanks!


Francisco Vila wrote:
> 
> 2012/3/13 eriksbike <eriksb...@yahoo.com>:
>>
>> 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
> lilypond-user@gnu.org
> 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.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to