
Musixtexには本当にrinforzando (rfz)を書き込むコマンドがないのでしょうか? ガイドを調べてみたのですがhttps://icking-music-archive.org/software/musixtex/musixdoc.pdfしかし、インデックスにも見当たりません。本当にパッケージに含まれていないのでしょうか?
答え1
同様の定義に基づいて定義できます。マニュアルの例を変更し、定義を追加します。
\documentclass{article}
\usepackage{musixtex}
\input{musixps}
\makeatletter
\def\rfz{{\ppff r\p@kern f\f@kern z}}
\makeatother
\begin{document}
\begin{music}\nostartrule
\generalmeter{\meterfrac{12}8}
\startextract
\Notes\ccharnote{-8}{\rfz}\Icresc0{-7}6\ca{bdegh'bde}\en
\Notes\Tcresc0{-4}{-2}\zcharnote{-5}{\fff}\ca{'f}\en
\zendextract
\end{music}
\end{document}
あなたは好むかもしれない
\def\rfz{{\ppff rf\f@kern z}}
それは
答え2
1 つの作品に rfz が 1 回だけ必要な場合は、単に
{\bi rfz}
withinと記述するだけで済みます\notes … \en
。これは、最初のケースで行ったことです。2 番目のケースでは、egreg と同じように定義しましたが、 と を使用して\bi
、文字をポイント単位でカーニングしています。
\def\rfz{{\bi r\kern-0.5pt f\kern-0.7pt z}}% The kerning in tenths of point is a matter of personal taste
\notes\qqsk\ccharnote{-4}{\bi rfz}\qu f\qu g\bsk\hsk\en\bar%
\notes\ccharnote{-4}{\rfz}\qu h\ql j\ql k\ql j\hbsk\en\bar%