view dottesA5onA4booklet.tex @ 422:0e1c1ea43af4

abc2midi messes up with repeats in sections after a [1..[2 |] Jane found out that abc2midi output goes rather random sometimes. I've narrowed this down to sections of music after a [1..[2 |] repeat has happened. Work around by adding explicit |: for those sections, which doesn't (to my mind) look so good printed but gets correct behaviour from abc2midi.
author Jim Hague <jim.hague@acm.org>
date Wed, 11 Sep 2013 22:30:10 +0100
parents 6a0bdabfb255
children
line wrap: on
line source

%
% Take the A5 landscape dottes.pdf and produce a second PDF
% formatted for A4 portrait, which two pages per A4 page,
% and ordered for booklet printing.
%
% Print the resulting PDF with long side duplex.
%
\documentclass[a4paper,final]{article}
\usepackage{pdfpages}
\usepackage{ifpdf,ifxetex}

\begin{document}
\includepdf[pages=-, nup=1x2, booklet=true]{dottesA5.pdf}
\end{document}