lilypond-devel
[Top][All Lists]
Advanced

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

Re: Best way to format nested lists


From: David Feuer
Subject: Re: Best way to format nested lists
Date: Mon, 17 Apr 2006 14:53:40 -0400

On 4/17/06, Cameron Horsburgh <address@hidden> 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, making the whole thing messy and
> difficult to understand. I presume this is a Scheme like construction --
> how do deeply nested lists get formatted there?

Different people do different things, but generally something like this:

\set StaffGroup.systemStartDelimiterHierarchy
   = #'(SystemStartSquare
             (SystemStartBracket a (SystemStartSquare b))
             d)

You might want to use an editor, such as Vim, that can do automatic
indentation of LilyPond files.




reply via email to

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