lilypond-user
[Top][All Lists]
Advanced

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

Re: page layout3


From: Mats Bengtsson
Subject: Re: page layout3
Date: Sun, 20 Oct 2002 14:04:27 +0200

Going back to your original question, I notice that you 
define the \paper{...} section after the end of the \score{...}
which means that it's never applied. As soon as you want 
any \paper settings to apply to a score, you should either 
have the \paper{...} section before the score{...} sections(s)
you want it to apply to or you should include it within the
\score{...} block:

\score{
  ...
  \paper{
     ...
  }
}

   /Mats


> I'm definitely using ly2dvi.  Running with the -k option I get this in the
> *.latex file:
> 
> \usepackage{geometry}
> \geometry{width=190mm,headheight=2mm,footskip=2mm,portrait}
> 
> In this case my paper block is:
> 
> \paper{ 
>       textheight = 285.0 \mm
> }
> 
> Shouldn't I see some reference to textheight in the *.latex file?




reply via email to

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