lilypond-user
[Top][All Lists]
Advanced

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

Re: Multiple scores(movements) on one page


From: Francisco Vila
Subject: Re: Multiple scores(movements) on one page
Date: Tue, 2 Jun 2009 11:26:11 +0200

2009/6/2 Akira <address@hidden>:
> 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




reply via email to

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