lilypond-devel
[Top][All Lists]
Advanced

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

Re: major feature request (tablature)


From: Werner LEMBERG
Subject: Re: major feature request (tablature)
Date: Wed, 10 Dec 2008 05:56:09 +0100 (CET)

> > 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




reply via email to

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