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
_______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
