lilypond-user
[Top][All Lists]
Advanced

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

Re: breakbefore help


From: -Eluze
Subject: Re: breakbefore help
Date: Thu, 4 Dec 2008 09:24:46 -0800 (PST)


james bailey-2 wrote:
> 
> I wanted to have a title page before the music begins. I assumed I'd  
> 

does this about what you're looking for?

\version "2.11.65"
\paper { 
        ragged-bottom = ##t 
        ragged-last-bottom = ##t 
        }
\book {
        \header {
                 title = "title"
                }
        \markup \null
        \bookpart {     
                \header { 
                        title = \markup  "page one" 
                } }
        \bookpart {     
                \header { 
                        title = \markup "page two" 
                        }
                \relative c' { \time 5/4 c d e f g a g f e }
                }
        \bookpart {     \header { title = \markup  "page 3" }
                }
        }

hdh
-Eluze

maybe the \book isn't even necessary!
-- 
View this message in context: 
http://www.nabble.com/breakbefore-help-tp20835280p20838185.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.





reply via email to

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