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



_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to