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 <f...@inventati.org
> <mailto:f...@inventati.org>>:
>
>     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
>     <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
>     lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
>     https://lists.gnu.org/mailman/listinfo/lilypond-user
>     <https://lists.gnu.org/mailman/listinfo/lilypond-user>
>
>
>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to