Am 15.01.19 um 11:46 schrieb [email protected]:
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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user