lilypond-user
[Top][All Lists]
Advanced

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

Re: How to increase the distance between systems? (new try)


From: Noeck
Subject: Re: How to increase the distance between systems? (new try)
Date: Wed, 18 Feb 2015 16:03:43 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

Hi Kaj,

what you need is a system-system-spacing not a staff-staff-spacing,
which is placed in a paper block as documented here:
http://www.lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables#list-of-flexible-vertical-spacing-paper-variables

 \paper {
    system-system-spacing.basic-distance = #25
  }

For the staff-staff distance, I think you should set the
default-staff-staff-spacing instead (if you want to adjust that):
    \override
Staff.VerticalAxisGroup.default-staff-staff-spacing.basic-distance = #15

HTH,
Joram



reply via email to

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