Mercurial > dottes
comparison singletune.fmt @ 319:cbe9c10b5a3e
Render tune title, subtitle and composer in Latex/HTML and not in the image.
This way the titles remains a constant size even if the image needs to be scaled.
And we have that text appearance under our control.
I can't find a way of switching off the tune title in abcm2ps, and have worked around
by setting the title format to Y0. Y is not a defined ABC header and is not found in
any Dottes tune.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Tue, 16 Jul 2013 16:35:07 +0100 |
parents | f80bd1e919f7 |
children | 9982077ac9b2 |
comparison
equal
deleted
inserted
replaced
318:77372a0166fe | 319:cbe9c10b5a3e |
---|---|
4 botmargin 0 | 4 botmargin 0 |
5 leftmargin 0 | 5 leftmargin 0 |
6 rightmarin 0 | 6 rightmarin 0 |
7 topmargin 0 | 7 topmargin 0 |
8 scale 0.9 | 8 scale 0.9 |
9 titleformat T0 C1 | 9 titleformat Y0 |
10 titlespace 0 | 10 titlespace 0 |
11 topspace 0 | 11 topspace 0 |
12 % I don't want any info fields in the graphics. To turn off the | 12 % I don't want any info fields in the graphics. To turn off the |
13 % fields, give a blank infoname for that letter. | 13 % fields, give a blank infoname for that letter. |
14 infoname S | 14 infoname S |
16 infoname B | 16 infoname B |
17 infoname D | 17 infoname D |
18 infoname Z | 18 infoname Z |
19 infoname H | 19 infoname H |
20 infoname N | 20 infoname N |
21 infoline true | 21 infoline false |
22 writehistory true | 22 writehistory true |
23 continueall false | 23 continueall false |