summaryrefslogtreecommitdiff
path: root/macros/musixtex/doc/musixdoc/extensions.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-14 03:01:09 +0000
committerNorbert Preining <norbert@preining.info>2021-05-14 03:01:09 +0000
commit11a1186b093ff2ae9478c20979b6eec30f63f32c (patch)
treec833d643a4d2ff6e5962eddc017f609b7580f0fa /macros/musixtex/doc/musixdoc/extensions.tex
parentad4e4e52ae85ee5957d6a67c251a965b93679298 (diff)
CTAN sync 202105140301
Diffstat (limited to 'macros/musixtex/doc/musixdoc/extensions.tex')
-rw-r--r--macros/musixtex/doc/musixdoc/extensions.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/macros/musixtex/doc/musixdoc/extensions.tex b/macros/musixtex/doc/musixdoc/extensions.tex
index 7d60a4dbc5..5bf8dd667d 100644
--- a/macros/musixtex/doc/musixdoc/extensions.tex
+++ b/macros/musixtex/doc/musixdoc/extensions.tex
@@ -2176,6 +2176,40 @@ Available are:
\keyindex{qbppp} and
\keyindex{zqbppp}.
+ \section{musixvbm}\ixtt{musixvbm.tex}
+\label{musixvbm}
+Beams are normally produced by \texttt{musixtex} using special fonts. Unfortunately, very long beams may have
+unsightly discontinuities (gaps or bumps). This experimental add-on
+(by Hiroaki \textsc{Morimoto}) produces vectorized beams without these
+discontinuities. Compare
+\begin{description}
+\item{}
+\begin{music}
+\nostartrule
+\setclef1{\bass}
+\startextract
+\nnotes\ibbl0G1\qb0{GJKLMLMLMLMLMLMK}\tqb0L\en
+\endextract
+\end{music}
+\end{description}
+and
+\begin{description}
+\item{}
+\begin{music}
+\input musixvbm
+\nostartrule
+\setclef1{\bass}
+\startextract
+\nnotes\ibbl0G1\qb0{GJKLMLMLMLMLMLMK}\tqb0L\en
+\endextract
+\end{music}
+\end{description}
+especially when magnified.
+
+The only known disadvantage is that some \texttt{dvi} viewers
+including \texttt{xdvi} and \texttt{yap} do not support the \texttt{tpic} specials
+that implement the vectorized beams so that no beams are shown; however, Postscript and PDF
+output generated using \texttt{dvips} and \texttt{ps2pdf} (or \texttt{dvipdfm}) should be satisfactory.
\section{tuplet}