lilypond-user
[Top][All Lists]
Advanced

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

Re: indent of eps files with lilypond-book


From: Dominic Neumann
Subject: Re: indent of eps files with lilypond-book
Date: Wed, 13 Jun 2007 23:27:56 +0200

hi seb,

have a look at marcus brinkmanns project he published recently.

He creates an environment called "song" which does the job for you.

\newenvironment{song}
{
 % The -13pt is the first X coordinate of the bounding box in the EPS
 % files generated by lilypond.  The effect is to align the staff with
 % the left margin, ignoring the measure numbering.
 \begin{list}{}{\leftmargin-13pt}\item{}
}
{
 \end{list}
 % Because lilypond wraps the score sheet in a block ``{}'', the
 % stanzas following are separated by some extra white space.  Rather
 % than trying to battle this (how?), we just skip back up and go on.
 % The -20pt is somewhat arbitrary and unrelated to the above -13pt.
 % Note that also for whitespace reasons we have to add footnotetext
 % instructions inside the song environment.
 \vspace{-20pt}
}


then u say

\begin{song}
 \lilypondfile[staffsize=16,line-width=505\pt]{filename.ly}
\end{song}

or something else.

now i use this also within my songbook and it works good. maybe you
have to adjust the above value of 13pt to another one. I set it to
15pt ...

cu

/Dominic


2007/6/13, Sebastian Menge <address@hidden>:
hi

how can i set the indent of eps files to zero with lilypondbook and
latex?

music fragment options "noindent" or "indent=0" dont work.

option --padding=0 of lilypond-book is not supported by 2.10.5 (though
the docs say so ...) (I'm using ubuntu feisty)

To make things more clear: the indent is the eps-graphics, and the
bounding boxes are aligned correctly, so it's not a latex problem.

Seb.



_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user





reply via email to

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