Mercurial > dottes
diff makeGraphics.sh @ 122:295ba8275ab4
Make output larger where possible.
This is done by
a) reducing the page margins
b) compressing the heading and removing all but Notes: fields.
The latter produced vertically smaller tune PDFs that will scale wider.
In the process, modify abctitle.py to extract the first of any header field, and
move formatting for a single tune into a .fmt file.
author | Jim Hague <jim.hague@laicatc.com> |
---|---|
date | Sat, 21 Apr 2012 19:47:30 +0100 |
parents | 8f3b50ede59c |
children | 67dc98ae4816 |
line wrap: on
line diff
--- a/makeGraphics.sh Fri Apr 13 16:21:14 2012 +0100 +++ b/makeGraphics.sh Sat Apr 21 19:47:30 2012 +0100 @@ -23,7 +23,7 @@ name=`basename $filename .abc` # Make the tune graphic. - abcm2ps -j0 +c -n -E -O $graphicsdir/$name.eps $filename + abcm2ps -E -F singletune -O $graphicsdir/$name.eps $filename # Make $name.eps so we can build with LaTeX. mv $graphicsdir/${name}001.eps $graphicsdir/${name}.eps # And make the corresponding PDF.