gnu-music-discuss
[Top][All Lists]
Advanced

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

landscape output


From: Joerg Anders
Subject: landscape output
Date: Thu, 15 Mar 2001 08:11:49 +0100 (CET)

Hello!

I tried to produce LilyPond output in landscape mode:

   \include "paper16.ly"
   
   .....

   \score {
      ....
      \paper {
         linewidth = 250.0 \mm;
         textheight = 210.0 \mm;
         hsize = 280.0 \mm;
         vsize = 220.0 \mm;
         orientation = landscape;
      }
   }

But if I look at the result of "ly2dvi":

        xdvi -paper 28x22 <file>.dvi

The left margin is too small. I can't see the clefs at the left.
The same happens with PS file. Althought I used the dvips-option:

        dvips -t landscape ...

If I try it step by step:
        lilypond <file>.ly
        tex      <file>.tex

The linewidth is apparently 250.0 mm and the left margin is
correct. But the textheight is completely ignored.

Could anybody help me? Perhaps I have to use a different 
"\include".(?)

--
J.Anders, Chemnitz, GERMANY (address@hidden)




reply via email to

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