lilypond-devel
[Top][All Lists]
Advanced

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

Re: Scheme get-option example in the docs...


From: Graham Percival
Subject: Re: Scheme get-option example in the docs...
Date: Wed, 13 Feb 2008 12:44:45 -0800

Thanks, fixed.

Cheers,
- Graham

On Wed, 13 Feb 2008 16:13:09 +0100
Reinhold Kainhofer <address@hidden> wrote:

> The scheme example for ly:get-option in section 7.1.6 in the
> documentation
> (http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Functions-without-arguments)
> has a small typo. In particular, it says 
> 
>    (if (eq? #t (ly:get-option display-bar-numbers))
> 
> while in fact it should be
> 
>    (if (eq? #t (ly:get-option 'display-bar-numbers))
> 
> (Notice the ' in front of display-bar-numbers!)
> 
> After that change, the example works.
> 





reply via email to

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