Re: need more help with spacing overrides

2012-12-13 Thread ed stuckems
On Thu, Dec 13, 2012 at 3:17 PM, Thomas Morley wrote: > 2012/12/13 ed stuckems : >> On Thu, Dec 13, 2012 at 1:16 AM, Keith OHara wrote: > see NR 4.1.4 Flexible vertical spacing \paper variables > http://lilypond.org/doc/v2.17/Documentation/notation-big-page#flexible-vertical-spacing-_005cpaper-v

Re: need more help with spacing overrides

2012-12-13 Thread Thomas Morley
2012/12/13 ed stuckems : > On Thu, Dec 13, 2012 at 1:16 AM, Keith OHara wrote: >> ed stuckems gmail.com> writes: >> >>> >>> I'd like to increase the distance between piano staffs >> >> \new PianoStaff \with { >> \override StaffGrouper #'staff-staff-spacing #'basic-distance = #20 >> } << >

Re: need more help with spacing overrides

2012-12-13 Thread ed stuckems
On Thu, Dec 13, 2012 at 1:16 AM, Keith OHara wrote: > ed stuckems gmail.com> writes: > >> >> I'd like to increase the distance between piano staffs > > \new PianoStaff \with { > \override StaffGrouper #'staff-staff-spacing #'basic-distance = #20 > } << > \new Staff { c'1 } > \new

Re: need more help with spacing overrides

2012-12-12 Thread Keith OHara
ed stuckems gmail.com> writes: > > I'd like to increase the distance between piano staffs \new PianoStaff \with { \override StaffGrouper #'staff-staff-spacing #'basic-distance = #20 } << \new Staff { c'1 } \new Staff { c'1 } >> __