lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: StaffGrouper vs. VerticalAxisGroup: syntax inconsistencies


From: Werner LEMBERG
Subject: Re: StaffGrouper vs. VerticalAxisGroup: syntax inconsistencies
Date: Thu, 31 Dec 2009 16:51:58 +0100 (CET)

>> 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
>>   } ...
>
> Because next-staff-spacing defaults to a callback rather than to an
> alist.  IWBN if one could use the nested property syntax for
> overriding callbacks but it isn't quite trivial to implement, as far
> as I can see.

OK.  A comment in the docs would be quite helpful then.


    Werner




reply via email to

[Prev in Thread] Current Thread [Next in Thread]