lilypond-user
[Top][All Lists]
Advanced

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

Re: how to define a boolean?


From: Marc Hohl
Subject: Re: how to define a boolean?
Date: Sat, 08 Aug 2009 22:20:25 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Carl Sorensen schrieb:
[...]
For the music-function you can do this:

% you can also do:
% mybool = ##f
#(define mybool #f)

Why not just change this to

#(define-public mybool #f)

then  use mybool everywhere else?
I tried this first, but it seems that it doesn't work inside a music-function.

Marc
Carl







reply via email to

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