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

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

Reply via email to