Re: Changing Spacing Between PianoStaff

2015-03-18 Thread Pierre Perol-Schneider
Thanks for the reminder Kieren! Cheers, Pierre 2015-03-18 12:31 GMT+01:00 Kieren MacMillan : > Hi Nolan, > > > There is no specific command for that > > Actually… > > http://lilypond.org/doc/v2.19/Documentation/notation/explicit-staff-and-system-positioning > > Hope this helps! > Kieren. > >

Re: Changing Spacing Between PianoStaff

2015-03-18 Thread Kieren MacMillan
Hi Nolan, > There is no specific command for that Actually… http://lilypond.org/doc/v2.19/Documentation/notation/explicit-staff-and-system-positioning Hope this helps! Kieren. ___ Kieren MacMillan, composer www: email: i...@kierenmacmilla

Re: Changing Spacing Between PianoStaff

2015-03-18 Thread Pierre Perol-Schneider
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 %%

Changing Spacing Between PianoStaff

2015-03-17 Thread Nolan Winter
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 sing