lilypond-user
[Top][All Lists]
Advanced

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

Re: The best way to structure multi-file projects?


From: Nick Payne
Subject: Re: The best way to structure multi-file projects?
Date: Fri, 17 Dec 2010 17:10:59 +1100
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

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



reply via email to

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