On 4 April 2010 07:48, Tom Cloyd <[email protected]> wrote: > The critical statement - > > \override VerticalAxisGroup #'next-staff-spacing = #'((padding . 10)) > > I have not been able to get much information about. It seems not to be in > the Notation manual index. I don't know what to set the padding value to - > but changing it to extreme values doesn't seem to matter, so I must have it > place wrong. > > I could really use some help...
You need the \paper block properties for spacing between systems; 'next-staff-spacing is one of the properties which sets spacing *between* staves in a system: http://lilypond.org/doc/v2.13/Documentation/notation/vertical-spacing-between-systems#Vertical-spacing-between-systems and http://lilypond.org/doc/v2.13/Documentation/notation/page-formatting#Vertical-dimensions Something like \paper { between-system-spacing #'padding = #10 } should let your staves breathe a bit. Regards, Neil _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
