lilypond-user
[Top][All Lists]
Advanced

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

Horizontal scaling of scores


From: Robert Schmaus
Subject: Horizontal scaling of scores
Date: Mon, 11 Jul 2011 20:05:14 +0200
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; de; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11

Dear Lilyponders,

I'm working on a score and having trouble with the following (probably
not very difficult) issue, which I cannot solve despite having RTFM:

The problem is the height of the full score which contains all
instruments, and which I'd like to print in landscape mode. What I'm
looking for is a layout which basically follows along those lines:

1) How much vertical space is there? (E.g. 15cm.)
2) How much does the score in full (and nicely spaced) size have to be
scaled, s.t. it vertically fits on the page? (E.g. 57%)
3) Now produce the layout for a page, that is stretched by 1/.57
horizontally, then scale the whole thing with 57% and put that on the page.

What's happening right now is that, if space becomes too small, the
space between the staffs is reduced while the notes themselves stay in
their size, s.t. the staffs are just being "pushed into each other".

I'm sure there is a simple answer to that, but what is it? I've provided
an (almost) minimal example below.

Thanks in advance,
Robert


\version "2.14.1"

Opus = { \new Staff { c c' c'' } }

\paper{
        #(set-paper-size "a4" 'landscape)             
}

\score {

        <<
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
                \Opus
        >>

        \layout{}

}



reply via email to

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