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 19:23:21 +0100

ok., thank you Joe!

Trevor, I just test it with your snipped:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\version "2.11.15"

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


  }
}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

ole






Am 01.02.2007 um 18:46 schrieb Trevor Bača:

Hi Ole,

Thank Joe because I didn't know about it beforehand.

Do both the page and line permissions work for you?

Trevor.


On 2/1/07, Ole Schmidt <address@hidden> wrote:
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




--
Trevor Bača
address@hidden





reply via email to

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