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 <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]



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

Reply via email to