lilypond-user
[Top][All Lists]
Advanced

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

lilypond-book linewidth: unwanted space at the left of the Staff


From: Robert Memering
Subject: lilypond-book linewidth: unwanted space at the left of the Staff
Date: Wed, 09 Jun 2010 13:23:56 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.9) Gecko/20100423 Thunderbird/3.0.4

Dear all,

I have the following problem with the line-width parameter used by lilypond-book: When I specify the line-width to be exactly the same as my LaTeX \textwidth, the resulting small generated PDFs which are embedded have the right size, but there is some unwanted empty space at the left of the Staff, making the actual line of music a little smaller. I would rather have the Staff be of exactly the specified width. By the way, the result is the same when lilypond-book guesses the line-width automatically.

I'm using Lilypond 2.12.2, with the following commands:

lilypond-book --pdf --format=latex --latex-program=pdflatex minimal.lytex
pdflatex minimal.tex

Here is a small example lytex:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\setlength{\textwidth}{100mm}

\begin{document}

\begin[line-width=100\mm]{lilypond}
  \relative c' { c c c c c c c c c c c c c c c c }
\end{lilypond}
\rule{\textwidth}{1pt}

\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Thanks in advance for any help,
best regards,
Robert Memering



reply via email to

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