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 18:23:42 +0100

Hi Trevor,

This one is really cool!! works great, thank you!
Really useful when typing a pretty complicated score...

best

ole

Am 01.02.2007 um 17:19 schrieb Trevor Bača:

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]