lilypond-user
[Top][All Lists]
Advanced

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

Re: How to use diferente paper layouts in a \book


From: Herre de Jonge
Subject: Re: How to use diferente paper layouts in a \book
Date: Tue, 07 Jun 2011 14:38:32 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-GB; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10

On 26/05/2011 02:49, Alexandre Ficagna wrote:
Hy all,

I'm trying do create a score with the individual parts after the
global one, but the global part in landscape and the individual parts
in portrait style.
I'm using \book and \bookpart commands, doing this for the global part;
\book {
     \paper {
        #(set-paper-size a4 'portrait)
      }
...
and for the parts:
\bookpart {
     \paper {
        #(set-paper-size a4 'portrait)
      }
....

What should I do?

You realise that you only use a4-portrait?

Take care,
  Herre



reply via email to

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