lilypond-devel
[Top][All Lists]
Advanced

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

2.5.23, lilypond-book missing right margin


From: Graham Percival
Subject: 2.5.23, lilypond-book missing right margin
Date: Sun, 08 May 2005 06:31:44 -0700

Using the same sample .lytex file, the right margin is nonexistant; the bar line of the example comes directly on the right-hand edge of the paper. The left-hand margin looks suspiciously big; is the right-hand margin getting added to the left-hand
margin by mistake?

----
\documentclass[]{article}
\usepackage{graphics}
\begin{document}

Normal LaTeX text.

\begin{lilypond}
\relative c'' {
a4 b c d
}
\end{lilypond}

\end{document}
----

Compiled with:
-----
#!/bin/sh
FILE="$(basename -s .lytex $1 )"
rm ~/tmp/fonts.ps

lilypond-book --psfonts=~/tmp/fonts.ps $FILE.lytex
latex $FILE.tex
dvips -h ~/tmp/fonts.ps -Ppdf -u+lilypond.map -u+ec-mftrace.map $FILE.dvi -o
ps2pdf $FILE.ps
------

Cheers,
- Graham





reply via email to

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