lilypond-user
[Top][All Lists]
Advanced

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

Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond


From: David Kastrup
Subject: Re: Is there an equivalent of #define ... #ifndef ... #endif in lilypond?
Date: Mon, 20 Feb 2012 14:29:10 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux)

Michael Hendry <address@hidden> writes:

> David Kastrup wrote:
>> 
>> Michael Hendry <address@hidden> writes:
>> 
>>> I've been experimenting with \tag, but it doesn't seem to be possible
>>> to use it in the \book {} context.
>> 
>> Care to show your experiments?
>> 
>> -- 
>> David Kastrup
>> 
>> 
>
> OK - here's a stripped-down version of a 32-bar standard:



> \tag #'ConcertBook {
> \book {
>       \bookOutputName "TestTag (concert)"

Ok, tags work with music, not with books.  Here is what I would suggest:

ConcertBook =
\book {
  ...
}

and then you can at a later point of time say

\ConcertBook

and can comment that line out or not.  Assigning #f to ConcertBook when
a command line option is set is a bit trickier, but still reasonably
easy.

-- 
David Kastrup




reply via email to

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