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...

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

Reply via email to