lilypond-user
[Top][All Lists]
Advanced

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

Re: pageBreak?


From: Ole Schmidt
Subject: Re: pageBreak?
Date: Thu, 1 Feb 2007 23:31:48 +0100

So, instead of 


  \override NonMusicalPaperColumn #'line-break-permission = ##f
  \override NonMusicalPaperColumn #'page-break-permission = ##f


I have to use


  \override NonMusicalPaperColumn #'line-break-permission = ##f
  \override NonMusicalPaperColumn #'page-break-permission = '(),


right?

Thanks,

ole



Am 01.02.2007 um 23:07 schrieb Joe Neeman:

There's a bug (fixed in my working copy) where in order to forbid

page-breaks you need to use '(), not ##f.



reply via email to

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