Hi Chris,

On Thu, Nov 6, 2014 at 8:43 PM, Chris Trahan <trahan.ch...@gmail.com> wrote:

> I'm new to Lilypond.
>

Welcome to the community!


> I have a simple score that is short. It's a single staff score. I'm trying
> to increase the spacing between staves but nothing I try is working.  How
> do I increase the space between the staves?
>
> A short example is:
>
> \version "2.18.2"
>
>     \new Staff {
>
>          \relative c'' {
>
>           \key g \major
>
>            \time 3/4
>
>            \autoBeamOff
>
>            \partial 4
>
>                c8 d | e2.~ | e2 g,8 b | d4 d b | a8( g)~ g2~ | \break
>
>                g4 e'8 e4 e8 | d2.~| d8 d, a'4 a | g2.~ | g8 c c4 d | e2.~
> |
>
>      }
>
> }
>
>
> Thank,
>
> Chris Trahan
>

There are various settings you can add to a \paper block to control the
vertical spacing. Try adding this to your file:

\paper {
  system-system-spacing #'basic-distance = 20
}

For more details, see the documentation at
http://lilypond.org/doc/v2.18/Documentation/notation/flexible-vertical-spacing-paper-variables

Hope this helps,
David
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to