Re: [PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread David Kastrup
Valentin Villenave writes: > On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup wrote: >> @@ -910,12 +908,10 @@ then revert skipTypesetting." >>   (let* >>       ((show-last (ly:parser-lookup parser 'showLastLength)) >>        (show-first (ly:parser-lookup parser 'showFirstLength)) >> -       (show-l

Re: [PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread Valentin Villenave
On Thu, Apr 7, 2011 at 9:27 AM, David Kastrup wrote: > @@ -910,12 +908,10 @@ then revert skipTypesetting." >   (let* >       ((show-last (ly:parser-lookup parser 'showLastLength)) >        (show-first (ly:parser-lookup parser 'showFirstLength)) > -       (show-last-length (if (ly:music? show-last)

[PATCH] scm/music-functions.scm: Let booleans be booleans.

2011-04-07 Thread David Kastrup
--- scm/music-functions.scm | 65 +-- 1 files changed, 29 insertions(+), 36 deletions(-) diff --git a/scm/music-functions.scm b/scm/music-functions.scm index ed96cfd..9790cbf 100644 --- a/scm/music-functions.scm +++ b/scm/music-functions.scm @@ -655,8