Re: RE:Programming error - cross fingers

2016-06-17 Thread Stephen MacNeil
Hi Graham

I do use %{ comments blocks, but typically only when testing new code. It's
much .. much faster to highlight a block and delete it. The alternative is
sectioning out a block... and then another etc... etc... etc... Granted the
time difference is minimal, but can add up in a large score especially when
narrowing an error down, and after all time is precious (to me anyway).
Also, my way tends to appeal greatly to the circumstance which is usually
great frustration. Somehow ... it just makes me happy :)

Stephen
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: RE:Programming error - cross fingers

2016-06-17 Thread Graham King
On Thu, 2016-06-16 at 13:24 -0400, Stephen MacNeil wrote:

> The way I approach an error like this may or may not help. But I can
> tell you what I do. I start deleting large sections of the source.
> Bottom up.

Stephen doubtless already knows this but, for the benefit of all:

block
comments
%{ delineated 
by
percent-openbrace
and
percent-closebrace
%}
are your friend
___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user