2009/6/2 Akira <[email protected]>: > I'm afraid you can't understand this mail because of my poor English. > Please look at the picture at: > http://lh5.ggpht.com/_Rub71FvXx30/SiTo4l9iACI/AAAAAAAAABI/7lYeF1QLflY/s800/ImageMovements.JPG > > I'm writing a suite that consists of 3 movements (Holst's First Suite) . > > I want to print the first movement on the first page , the second > movement and the third movement on the second page ,and the rest of > third movement on the third page. > > So I wrote like this: > > ---------------------------------- > \bookpart { > \header { > title = \markup {"First Suite in E" \super \flat "for Military Band"} > composer = \markup {"Gustav Holst"} > subtitle = "I. Chaconne." > } > > \score { > << > \new Staff \FirstMov >>> > } > } > > > \bookpart { > \header { > subtitle = "II. Intermezzo." > } > > \score { > << > \new Staff \SecondMov >>> > } > } > > \bookpart {
This bookpart produces your unwanted page break (That's what bookparts are intended for) Just put the scores for II. and III. into the same bookpart. -- Francisco Vila. Badajoz (Spain) www.paconet.org _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
