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 <[EMAIL PROTECTED]> 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 <[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]
--
Trevor Bača
[EMAIL PROTECTED]
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user