lilypond-user
[Top][All Lists]
Advanced

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

Re: OT: pagenumber


From: David Kastrup
Subject: Re: OT: pagenumber
Date: Sat, 05 Mar 2016 09:55:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Blöchl Bernhard <address@hidden> writes:

> I would recommend to add the options a user has to any item in the
> chapter (maybe in other chapters as well)
> 4.1.6 Other \paper variables
> in the actual example that would mean
>  print-page-number
>     default is ##true. If set to false (##f), page numbers are not
> printed. Example of use:
>  print-page-number = ##f

##true is not workable as long we are on Guile-1.8:

address@hidden:/usr/local/tmp/lilypond$ guile-1.8 
guile> #true
#t
ERROR: Unbound variable: rue
ABORT: (unbound-variable)
guile> #false
#f
ERROR: Unbound variable: alse
ABORT: (unbound-variable)
guile> address@hidden:/usr/local/tmp/lilypond$ guile-2.0 
GNU Guile 2.0.11
Copyright (C) 1995-2014 Free Software Foundation, Inc.

Guile comes with ABSOLUTELY NO WARRANTY; for details type `,show w'.
This program is free software, and you are welcome to redistribute it
under certain conditions; type `,show c' for details.

Enter `,help' for help.
scheme@(guile-user)> #true
$1 = #t
scheme@(guile-user)> #false
$2 = #f
scheme@(guile-user)> 

-- 
David Kastrup



reply via email to

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