summaryrefslogtreecommitdiff
path: root/macros/musixtex/tex/musixftab.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-30 03:02:01 +0000
committerNorbert Preining <norbert@preining.info>2021-08-30 03:02:01 +0000
commit33fdc16a2b39e210cbc8433ec00a4c842ca5529f (patch)
treed04478e5eabdb7ec95cfc1abc1ccce2964b7ce17 /macros/musixtex/tex/musixftab.tex
parent66f6e60b6dc60cc08482030b92df223b6a51b15f (diff)
CTAN sync 202108300301
Diffstat (limited to 'macros/musixtex/tex/musixftab.tex')
-rw-r--r--macros/musixtex/tex/musixftab.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros/musixtex/tex/musixftab.tex b/macros/musixtex/tex/musixftab.tex
index fb9b4b15b4..82e679ad9f 100644
--- a/macros/musixtex/tex/musixftab.tex
+++ b/macros/musixtex/tex/musixftab.tex
@@ -30,12 +30,12 @@
\font\tabfntthirteen=frenchtab at 4pt
\font\tabfntsixteen=frenchtab at 5pt
\font\tabfnttwenty=frenchtab at 6pt
-\font\tabfnttwentyfour=frenchtab at 8pt
-\font\tabfnttwentynine=frenchtab at 12pt
+\font\tabfnttwentyfour=frenchtab at 7pt
+\font\tabfnttwentynine=frenchtab at 9pt
\makeatletter
-% need to raise note boxes 0.2ex for frenchtab.pfb
+% need to raise note boxes 0.25ex for frenchtab.pfb
\def\tabbox#1#2{%
\setbox0=\hbox{\tabfnt #2}%
@@ -47,7 +47,7 @@
\special{ps: 1 setgray}%
\ccharnote{\the\stringraise}{\vrule height \ht0 width \wd0 depth \dp0}%
\special{ps: 0 setgray}%
- \ccharnote{\the\stringraise}{\raise 0.2ex\box0}%
+ \ccharnote{\the\stringraise}{\raise 0.25ex\box0}%
}
% \ltabbox does the same as \tabbox, except that it produces
% left-outlined symbols
@@ -60,7 +60,7 @@
\special{ps: 1 setgray}%
\zcharnote{\the\stringraise}{\vrule height \ht0 width \wd0 depth \dp0}%
\special{ps: 0 setgray}%
- \zcharnote{\the\stringraise}{\raise 0.2ex\box0}%
+ \zcharnote{\the\stringraise}{\raise 0.25ex\box0}%
}
% \rtabbox does the same as \tabbox, except that it produces
% right-outlined symbols
@@ -73,7 +73,7 @@
\special{ps: 1 setgray}%
\lcharnote{\the\stringraise}{\vrule height \ht0 width \wd0 depth \dp0}%
\special{ps: 0 setgray}%
- \lcharnote{\the\stringraise}{\raise 0.2ex\box0}%
+ \lcharnote{\the\stringraise}{\raise 0.25ex\box0}%
}
\makeatother