Blöchl Bernhard <b_120902342...@telecolumbus.net> 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:

dak@lola:/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> dak@lola:/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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to