Re: StaffGrouper vs. VerticalAxisGroup: syntax inconsistencies

2009-12-31 Thread Werner LEMBERG
>> why can I say >> >> \new PianoStaff \with { >> \override StaffGrouper >> #'between-staff-spacing #'minimum-distance = #20 >> } ... >> >> but not >> >> \new Staff \with { >> \override VerticalAxisGroup >> #'next-staff-spacing #'minimum-distance = #20 >> } ... > > Becau

Re: StaffGrouper vs. VerticalAxisGroup: syntax inconsistencies

2009-12-30 Thread Joe Neeman
On Wed, 2009-12-30 at 06:35 +0100, Werner LEMBERG wrote: > Folks, > > > why can I say > > \new PianoStaff \with { > \override StaffGrouper > #'between-staff-spacing #'minimum-distance = #20 > } ... > > but not > > \new Staff \with { > \override VerticalAxisGroup > #'n

StaffGrouper vs. VerticalAxisGroup: syntax inconsistencies

2009-12-29 Thread Werner LEMBERG
Folks, why can I say \new PianoStaff \with { \override StaffGrouper #'between-staff-spacing #'minimum-distance = #20 } ... but not \new Staff \with { \override VerticalAxisGroup #'next-staff-spacing #'minimum-distance = #20 } ... ? The latter gives this warning: