lilypond-user
[Top][All Lists]
Advanced

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

Re: Increasing space between staves - how to?


From: Malte Meyn
Subject: Re: Increasing space between staves - how to?
Date: Tue, 15 Jan 2019 16:38:11 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0



Am 15.01.19 um 11:46 schrieb address@hidden:
Hi,

I have written a score with 4 staves (please see below) and I want to increase 
the space between the 3rd and the 4th stave, and *only* between the 3rd and the 
4th stave.

How could I do that ?

Thanks.

Hi,

please always give a minimal *working* code example. In your case, the definition of global, Clarino, etc. is missing. Instead you could use simple rests:

\version "2.19.82"

\score {
  \new StaffGroup <<
    \new Staff << R1 >>
    \new Staff << R1 >>
    \new Staff \with {
      \override VerticalAxisGroup.staff-staff-spacing.basic-distance = 20
    } << R1 >>
    \new Staff << R1 >>
  >>
  \layout { }
}

HTH,
Malte



reply via email to

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