Bob Tennent wrote
> Sent: Friday, May 24, 2019 10:19 AM
> To: Dieter <[email protected]>
> Cc: Werner Icking Music Archive <[email protected]>
> Subject: Re: [Tex-music] Duration of multirests below the staff?
> 
>  >|How could I put the duration of a multirest below the staff?
> 
> what are you using to generate the multirest? musixtex.tex, pmx, autosp,
...
> 

Dieter, I haven't seen any answer to Bob's question. But I'll try to answer
yours assuming you're using PMX. Unfortunately if you want to use the PMX
command "rm", the answer is not at all simple. In fact, the question may
prompt me to make some changes in PMX. But for now, here's an example PMX
file showing how you could do it, using a redefinition of \mbrest that Bob
suggested.

--Don

=====================================
---
\input musixtex
\input pmx
\def\mbrest#1#2#3{%
\CenterBar{\ccn{\mbrheight}{\meterfont#1}}{#2}{#3}%
\CenterBar{%
\ifcase #1%
\relax%
\or\cpause% 1
\or\cPAuse% 2
\or\cPAuse\mbgap\cpause% 3
\or\cPAUSe% 4
\or\cPAUSe\mbgap\cpause% 5
\or\cPAUSe\mbgap\cPAuse% 6
\or\cPAUSe\mbgap\cPAuse\mbgap\cpause% 7
\or\cPAUSe\mbgap\cPAUSe% 8
\or\cPAUSe\mbgap\cPAUSe\mbgap\cpause% 9
\else
\def\vertpart{\hbox{\vrule width.6pt height1.5\internote 
depth1.5\internote}}%
\raise4\internote\hbox{\vertpart%
\vrule width0.7\y@ii height.5\internote 
depth.5\internote%
\vertpart}%
\fi}{#2}{#3}}%
---
1 1 4 4 4 4 0 0
1 1 20 0

t
.\
\\\def\mbrheight{-6}\
% The default \mbrheight is 9 and you'll need to change it to 
% that value to get numbers above the multibar rest
c44 d e f | rm6 | g a b c /
=============================================

-------------------------------
[email protected] mailing list
If you want to unsubscribe or look at the archives, go to 
https://tug.org/mailman/listinfo/tex-music

Reply via email to