lilypond-user
[Top][All Lists]
Advanced

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

Re: Single Staff Spacing


From: David Nalesnik
Subject: Re: Single Staff Spacing
Date: Thu, 6 Nov 2014 20:50:20 -0600

Hi Chris,

On Thu, Nov 6, 2014 at 8:43 PM, Chris Trahan <address@hidden> 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
}


Hope this helps,
David

reply via email to

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