Hi Tom,
Am 09.12.2013 14:05, schrieb Tom van der Hoeven:
> \override NonMusicalPaperColumn #'line-break-permission = #'force
> \override NonMusicalPaperColumn #'page-break-permission = #'allow
>
> this solves the problem, but is is strange that
>
> \override NonMusicalPaperColumn #'page-break-pe
Urs,
thank for you quick reply.
I am translating pieces with clef alto to clef treble
First step by just copy the original.
At checking time I want to be in sink with the original
Second step clef treble and free format, because the spacing of Lilypond
is the best.
For free format you need chan
> both the line- and the page-break-permissions expect one of these key
> words: 'allow or 'force and not boolean values (#t or #f).
PS: Btw, this documented here:
http://lilypond.org/doc/v2.16/Documentation/internals/nonmusicalpapercolumn
PPS: If you put this in the layout block, they are valid
Am 09.12.2013 13:00, schrieb Tom van der Hoeven:
> The following snippet gives an error because ##t
> Why
> \override NonMusicalPaperColumn #'line-break-permission = ##t
> \override NonMusicalPaperColumn #'page-break-permission = ##f
Hi Tom,
both the line- and the page-break-permissi
Am 09.12.2013 13:00, schrieb Tom van der Hoeven:
The following snippet gives an error because ##t
Why
Tom
\version "2.16.2"
freeformat = #f
\score{
\new Staff <<
\relative c'{ c d e f a g a g a g a g a g a g a g a g a g a g a g a g
a g a g a \break a b f}
>>
\layout {
\context