Cameron Horsburgh <[EMAIL PROTECTED]> writes:
> difficult to understand. I presume this is a Scheme like construction --
> how do deeply nested lists get formatted there?
if you think in scheme/lisp, there is a concensus about how to indent
the code. this link may help:
http://dept-info.labri.fr
On 4/17/06, Cameron Horsburgh <[EMAIL PROTECTED]> wrote:
> For example the example given puts the relevant line in one long line:
>
> \set StaffGroup.systemStartDelimiterHierarchy
> = #'(SystemStartSquare (SystemStartBracket a (SystemStartSquare b)) d)
>
> Even small examples will wrap, ma
Hi folks,
I'm trying to document the recently added feature whereby System Staff
Delimiters may be nested to an arbitrary depth. I've figured out how the
feature works, but I'm trying to work out the best way to format the code.
For example the example given puts the relevant line in one long lin