On 17/12/10 16:54, Keith OHara wrote:
I am easily confused, so I keep the structure (\bookpart \score \new Staff,
etc.) in one file where I can see it all at once.  This means that I need to
use {% %} to switch on/off typesetting of pieces (instead of a single-line %)
but that is easy enough.

I organise things the same way, but I use %{...}% instead, which means that I only need to add or remove a single percent sign to comment or uncomment sections. i.e.

% this section is commented and won't be executed
%{
<code>
%}

% this section is not commented and will be executed
%%{
<code>
%}

Nick

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to