lilypond-user
[Top][All Lists]
Advanced

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

Re: Blank music paper


From: Mats Bengtsson
Subject: Re: Blank music paper
Date: Wed, 21 Apr 2004 17:00:15 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040113



Joe Neeman wrote:
OK, I've figured out almost everything. The only remaining problem is that I want the first system to appear closer to the top of the page. I'm guessing it has something to do with the \paper block, but i can't find the relevant documentation. The Page Layout section only lists a few variables. Could someone please direct me to the relevant docs?
Thanks,
   Joe

In this case, I'm afraid there is no good documentation to read,
except for the source code in
/usr/share/lilypond/2.x.x/tex/titledefs.tex

The easiest solution is probably to use the following trick:
\header{
  title="\mbox{}\vspace{-2cm}"
}

As an alternative, just run
lilypond-bin myfile.ly
latex myfile.tex
dvips -Ppdf -u+lilypond myfile.dvi
ps2pdf myfile.ps


    /Mats





reply via email to

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