> > Since you put 'scheme' in single quotes, I suspect you don't know > > about Scheme programming. Scheme is a Lisp-like programming > > language. > > ((((()()((()))()()((()))))))) > > I hope not, that kinda stuff leaves me with a headache, thank the > gods for programming editors with () balancing.
Much more important is proper indenting. Scheme's parentheses are rather easy to handle if you write code like this during development: (foo (bla ... bla ) ) and fold it later to (foo (bla ... bla)) Werner _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel