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
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
>> } <<
>
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
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 } >>
__