lilypond-user
[Top][All Lists]
Advanced

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

Change vertical spacing of piano system (single)


From: Ben
Subject: Change vertical spacing of piano system (single)
Date: Sat, 21 Jul 2018 14:21:55 -0400
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Hi all,

What is the best way to go about changing the vertical distance between piano staves (RH/LH) for only one particular system, as needed, rather than the whole instrument throughout the piece?

Here's my code so far, as an example:

\version "2.19.81"

\new PianoStaff
\with {
  \override StaffGrouper.staff-staff-spacing.basic-distance = #20
}
<<
\new Staff = "RH" \relative c' { \repeat unfold 10 { c1 d e f } }
\new Dynamics = "dyn" { s1\p\< s1*6 s1\f }
\new Staff = "LH" \relative c {  \repeat unfold 10 { c1 d e f } } >>

%%%%%%%%%

For example, how can I change the vertical distance for the second and third systems, independently and inline with the music itself? I've tried a few overrides but no luck.

Thank you!


reply via email to

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