On 3/29/11, James Lowe wrote:
> However if I move the \header { breakbefore = ##t } anywhere else from this
> specific place I get an 'unexepcted \header' error.. for instance:
>
> \book {
> \header { title = "Hello" }
> \score {
> \header { breakbefore = ##t }
> \repeat unfold 10 { e'
to see all the headers when you have several \scores you need
\paper {print-all-headers =##t }
then, in NR, 3.2.1 Creating titles:
If you define the \header inside the \score block, then normally only the
piece and opus
headers will be printed. Note that the music expression must come before th
: lilypond-devel@gnu.org
Subject: Re: Quesgion about breakbefore in \header { }
On 03/24/2011 12:58 PM, James Lowe wrote:
Hello,
In the NR we have one reference to the option
breakbefore
which says
breakbefore
This forces the title to start on a new page (set to ##t or ##f).
i.e (I assume
breakbefore in \header { }
On 03/24/2011 12:58 PM, James Lowe wrote:
> Hello,
>
> In the NR we have one reference to the option
>
> breakbefore
>
> which says
>
> breakbefore
> This forces the title to start on a new page (set to ##t or ##f).
>
> i.e (I assume)
pkx166h wrote:
>
> So either I am using this in completely the wrong way or it does nothing.
> I also cannot find it documented elsewhere.
>
> can someone tell me how we are meant to use 'breakbefore'?
>
i have a small example here:
\version "2.13.55"
music = { c c' }
\paper {print-all-heade
On 03/24/2011 12:58 PM, James Lowe wrote:
Hello,
In the NR we have one reference to the option
breakbefore
which says
breakbefore
This forces the title to start on a new page (set to ##t or ##f).
i.e (I assume)
\header {
breakbefore = ##t
}
However for the life of me I cannot get this o
Hello,
In the NR we have one reference to the option
breakbefore
which says
breakbefore
This forces the title to start on a new page (set to ##t or ##f).
i.e (I assume)
\header {
breakbefore = ##t
}
However for the life of me I cannot get this option to do anything.
\book {
\header {