lilypond-user
[Top][All Lists]
Advanced

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

Re: crop marks in PDF for printing


From: Urs Liska
Subject: Re: crop marks in PDF for printing
Date: Thu, 3 Nov 2016 17:52:01 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0



Am 03.11.2016 um 17:32 schrieb Pierre Perol-Schneider:
Hi Federico,
I've never succeeded to do that directly with LilyPond. I had to use LaTeX..
Cheers,
Pierre

If you want to go the LaTeX way you can use the following boilerplate code:

\documentclass[a4paper]{article}
\usepackage[
% set absolute paper dimensions *including bleeding area*
% in this example A4 plus 6mm (*2)
width=22.2truecm, height=30.9truecm,
% use any combination of these options to add different cut markings
cam,
axes,
%frame,
%cross,
% set the type of TeX renderer you use
pdflatex,
% center the contents
center
]{crop}
% More info with "texdoc crop"

\usepackage{pdfpages}

\begin{document}

\includepdf[pages=-]{path/to/score.pdf}

\end{document}


HTH
Urs

2016-11-03 17:22 GMT+01:00 Federico Bruni <address@hidden>:
Hi folks

I have a urgent request.
Tomorrow morning I need to print a book and I've just been asked to add "crop marks" (I think this is the right _expression_) to the final PDF. IIUC crop marks are not needed when printing with normal printers, but it's needed for serious digital and offset printing machines.

I wonder how can I get this in LilyPond.
I didn't find anything in the documentation or the user list, except this question which got no reply:
https://lists.gnu.org/archive/html/lilypond-user/2009-07/msg00319.html

I guess that I'll have to use some external applications.
Can anybody give me a hint?

Many thanks
Federico


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



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


reply via email to

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