lilypond-user
[Top][All Lists]
Advanced

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

Re: Unaccepted #t


From: Jan-Peter Voigt
Subject: Re: Unaccepted #t
Date: Mon, 09 Dec 2013 14:20:02 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Hi Tom,

Am 09.12.2013 14:05, schrieb Tom van der Hoeven:
> \override NonMusicalPaperColumn #'line-break-permission = #'force
> \override NonMusicalPaperColumn #'page-break-permission = #'allow
> 
> this solves the problem, but is is strange that
> 
> \override NonMusicalPaperColumn #'page-break-permission = ##f
> 
> is accepted

#f is often just interpreted as nil or null. So
\override NonMusicalPaperColumn #'page-break-permission = ##f
would be something like
NonMusicalPaperColumn.page-break-permission = null
in another language.

HTH, Jan-Peter




reply via email to

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