lilypond-user
[Top][All Lists]
Advanced

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

Re: Unaccepted #t


From: Noeck
Subject: Re: Unaccepted #t
Date: Mon, 09 Dec 2013 13:43:54 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1

Am 09.12.2013 13:00, schrieb Tom van der Hoeven:
> The following snippet gives an error because ##t
> Why
>       \override NonMusicalPaperColumn #'line-break-permission = ##t
>       \override NonMusicalPaperColumn #'page-break-permission = ##f

Hi Tom,

both the line- and the page-break-permissions expect one of these key
words: 'allow or 'force and not boolean values (#t or #f).

For example:
\override NonMusicalPaperColumn #'line-break-permission = #'force
\override NonMusicalPaperColumn #'page-break-permission = #'allow

HTH,
Joram



reply via email to

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