Mercurial > dottes
comparison singletune.fmt @ 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 | |
children | 1e4443d58177 |
comparison
equal
deleted
inserted
replaced
121:586631d3b9be | 122:295ba8275ab4 |
---|---|
1 % Format for a graphic with a single tune | |
2 mmmeasurenb 0 | |
3 botmargin 0 | |
4 leftmargin 0 | |
5 rightmarin 0 | |
6 topmargin 0 | |
7 scale 0.9 | |
8 titleformat T0 C1 | |
9 titlespace 0 | |
10 topspace 0 | |
11 % I only want to include Notes in the tune graphics. To turn off the | |
12 % other fields, give a blank infoname for that letter. | |
13 infoname S | |
14 infoname R | |
15 infoname B | |
16 infoname D | |
17 infoname Z | |
18 infoname H | |
19 infoline true | |
20 writehistory true |