lilypond-user
[Top][All Lists]
Advanced

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

How to use diferente paper layouts in a \book


From: Alexandre Ficagna
Subject: How to use diferente paper layouts in a \book
Date: Wed, 25 May 2011 21:49:42 -0300

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?

Cheers,
Alexandre


-- 
www.myspace.com/alexandreficagna



reply via email to

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