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: -Eluze
Subject: Re: Quesgion about breakbefore in \header { }
Date: Thu, 24 Mar 2011 14:44:15 -0700 (PDT)


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-headers = ##t }
\layout {print-all-headers = ##t }
\book {
  \header { title = "Book One"  }
  \bookpart {
    \header { title = "Bookpart One" breakbefore = ##t }
    \score { \music \header {  title = "hello 1" breakbefore = ##t }}
    \score { \music \header {  title = "hello 2" breakbefore = ##t }}
  }
  \bookpart {
    \header { title = "Bookpart Two - all scores on one page"  }
    \score { \music \header { title = "hello 3" }}
    \score { \music \header { title = "hello 4" }}
} }

but then i wonder where the book-title has gone - maybe i also misunderstood
the docs?

cheers
Eluze
-- 
View this message in context: 
http://old.nabble.com/Quesgion-about-breakbefore-in-%5Cheader-%7B-%7D-tp31232382p31232710.html
Sent from the Gnu - Lilypond - Dev mailing list archive at Nabble.com.




reply via email to

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