lilypond-user
[Top][All Lists]
Advanced

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

Re: pageBreak?


From: Trevor Bača
Subject: Re: pageBreak?
Date: Thu, 1 Feb 2007 10:19:03 -0600

On 1/28/07, Ole Schmidt <address@hidden> wrote:
No, NonMusicalPaperColumn  gives an error warning...

ole


Am 28.01.2007 um 21:00 schrieb Joe Neeman:


You can override Score.NonMusicalPaperColumn #'page-break-permission =

##f (or line-break-permission for line breaks) in the layout block.

Hi Ole,

Works OK here with 2.11.15. Maybe try this example and see if the
warnings go away?

%%% BEGIN %%%

\version "2.11.15"

\new Score \with {
  \override NonMusicalPaperColumn #'line-break-permission = ##f
  \override NonMusicalPaperColumn #'page-break-permission = ##f
} {
  \new Staff {
     \repeat unfold 200 { c'4 c'4 c'4 c'4 }
  }
}

%%% END %%%



--
Trevor Bača
address@hidden

reply via email to

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