Hi Nolan,
There is no specific command for that, but threre are some workarounds,
such as:

\version "2.18.2"

myMusic = \repeat unfold 5 { c d e f g a b c' }

\new PianoStaff <<
  \new Staff \transpose c c' {
    \myMusic
    \myMusic
    \myMusic
  }
  \new Staff {
    \clef F
    \myMusic
    %% put some space here:
    <>^\markup\column { \vspace #5 \null  }
    \myMusic
    \myMusic
  }
>>

Cheers,
Pierre

2015-03-18 0:01 GMT+01:00 Nolan Winter <mylent...@gmail.com>:

> Is it possible to change the vertical space between the two staves of a
> PianoStaff on a single line? I get how to do it for the entire context, you
> simply put "\override StaffGrouper.staff-staff-spacing.minimum-distance =
> #number" in \with of the pianostaff, but I would just like to do it on a
> single line. I thought \override at a certain point would work but it does
> not.
>
> Thanks,
> -Nolan
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to