lilypond-user
[Top][All Lists]
Advanced

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

Re: increase spacing between consecutive staves in solo music


From: Karlin High
Subject: Re: increase spacing between consecutive staves in solo music
Date: Tue, 10 Oct 2017 16:24:53 -0500

On Tue, Oct 10, 2017 at 4:08 PM, Ryan Michael <address@hidden> wrote:
> Ah okay so I need to do " system-system-spacing.basic-distance = #8" where
> do I put it in my score?
> Ryan.

You will get better help if Tiny Examples are provided.

http://lilypond.org/tiny-examples.html

Maybe something like this?

% BEGIN LILYPOND CODE
\version "2.19.62"

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

\repeat unfold 48 { c' }
% END LILYPOND CODE

-- 
Karlin High
Missouri, USA



reply via email to

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