Mercurial > dottes
changeset 313:aa803fd1c3a6
Use a abcm2pc format file to format the single lines.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Fri, 12 Jul 2013 14:25:05 +0100 |
parents | 8bc92e044e0a |
children | f80bd1e919f7 |
files | firstline.fmt makeGraphics.sh |
diffstat | 2 files changed, 16 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/firstline.fmt Fri Jul 12 14:25:05 2013 +0100 @@ -0,0 +1,15 @@ +% Format for a graphic with a single tune +continueall false +measurenb false +writefields SRBDZHN 0 +titleformat +titlespace 0 +topspace 0 +infoline false +writehistory false +musiconly true +scale 0.9 +botmargin 0pt +leftmargin 0pt +rightmarin 0pt +topmargin 0pt
--- a/makeGraphics.sh Fri Jul 12 11:36:14 2013 +0100 +++ b/makeGraphics.sh Fri Jul 12 14:25:05 2013 +0100 @@ -34,7 +34,7 @@ # and make the first line graphic. $dir/abcfirstline.py $filename > firstline.abc - abcm2ps +c -M +Q -E -O $graphicsdir/firstline-$name.eps firstline.abc + abcm2ps -E -F firstline -O $graphicsdir/firstline-$name.eps firstline.abc mv $graphicsdir/firstline-${name}001.eps $graphicsdir/firstline-${name}.eps rm firstline.abc epstopdf --outfile=$graphicsdir/firstline-$name-tocrop.pdf $graphicsdir/firstline-${name}.eps