lilypond-user
[Top][All Lists]
Advanced

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

RE: horizontal spacing


From: Nick Payne
Subject: RE: horizontal spacing
Date: Mon, 2 Mar 2009 08:03:12 +1100

You’ve got the commands inside \midi. Move them to \layout:

 

\layout {

    \context {

        \Score \override SpacingSpanner #'base-shortest-duration = #(ly:make-moment 1 16)

    }

}

\midi { }

 

Nick

 

> -----Original Message-----

> Subject: Re: horizontal spacing

>

>

> Imho Lilypond uses to many bars on one 'row' in a-4 format. I

> got about

> 8 bars (4/4), I prefer to have 4.

> I tried to use:

> 

> \layout { }

>   \midi {

>     \context {

>       \Score

>        \override SpacingSpanner

>                 #'base-shortest-duration = #(ly:make-moment 1 16)

> 

> 

> 

> But it doesn't seems to work...


reply via email to

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