lilypond-user
[Top][All Lists]
Advanced

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

Spacing between staves


From: Peter Mayes
Subject: Spacing between staves
Date: Thu, 25 Apr 2024 14:44:56 +0100
User-agent: Mozilla Thunderbird

I may be missing something in the documentation here.

I have a two-movement score for a single melodic instrument. Each movement fits conveniently onto a single page.

I realise this is not a MWE, but I just wanted to specify the overall layout of my input

\version "2.24.1"

\paper { ... }

FirstMovement = { ... }

\score {
  \new Staff { \FirstMovement }
  \layout {}
}
\pageBreak
SecondMovement = { ... }

\score {
  \new Staff { \SecondMovement }
  \layout {}
}

What I want is for the second movement, on the second page, to have slightly increased vertical spacing between staves. (It has 32nd and even a few 64th notes, and just looks a little "bunched up" to my eyes.)

I can only see ways to set the vertical spacing globally in the \paper block.

What I am looking for is a way to say "Increase the vertical spacing between staves from this point onwards.

Is that possible?

Thanks in advance

--
Best wishes -- Peter
--
Peter Mayes




reply via email to

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