lilypond-user
[Top][All Lists]
Advanced

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

Re: Single Staff Spacing


From: Pierre Perol-Schneider
Subject: Re: Single Staff Spacing
Date: Fri, 7 Nov 2014 07:24:00 +0100

Hi Chris,

2014-11-07 4:03 GMT+01:00 Chris Trahan <address@hidden>:
Thanks to  David Nalesnik and Jim Long for helping.

I figured that the spacing had to go in the \paper section but I couldn't figure out what parameters to adjust.

 
Actually David and Jim did give you the answer.
Tu sum up:

\version "2.18.2"

\paper {
  system-system-spacing #'padding = #20
  %% you can also try:
  % ragged-last-bottom = ##f
  %% and/or (for a multi pages score):
  % ragged-bottom = ##f
}

\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.~ |
  }
}


HTH,
Pierre


reply via email to

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