lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Quesgion about breakbefore in \header { }


From: Paul Scott
Subject: Re: Quesgion about breakbefore in \header { }
Date: Thu, 24 Mar 2011 14:19:23 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20110303 Icedove/3.0.11

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 option to do anything.

\book {
    \header {
     title = "hello"
     breakbefore = ##t  % also did ##f
   }
   \score {
     \repeat unfold 200 { a b c d }
   }
}

I've removed the book part I've added another score construct and put some more 
header info there:

\book {
    \header {
     title = "hello"
     breakbefore = ##t  % also did ##f

It works for me if I put it in a \header in the score block
   }
   \score {
     \repeat unfold 200 { a b c d }
         \header{ breakbefore = ##t }
   }
   \score {
     \repeat unfold 200 { a b c d }
   }
  \header { ...more stuff ..}
}

Paul Scott





reply via email to

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