lilypond-devel
[Top][All Lists]
Advanced

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

Re: Remove redundant (and) in ly/init.ly (issue 209320043 by address@hid


From: dak
Subject: Re: Remove redundant (and) in ly/init.ly (issue 209320043 by address@hidden)
Date: Fri, 06 Mar 2015 10:55:24 +0000

On 2015/03/06 10:45:14, uliska wrote:
See discussion here:
http://lists.gnu.org/archive/html/lilypond-user/2015-03/msg00180.html

The point of this construct is that you can just edit the #t to be #f if
you want to disable the functionality.  The discussion apparently only
centers around whether this serves a non-trivial programmatic purpose.

It is similar to occurences of

#if 0
...
...
#endif

in C code.  Of course, you can trivially replace this with something
simpler manually without changing the net effect.  That's not the point.
 The point is that it's easy to change to the opposite behavior, and
that it is something that is half-advertised as something to play with.

https://codereview.appspot.com/209320043/



reply via email to

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