From addf7c02e26bbdd9ec7eec8b4b7ee7954fbfb7aa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 14 May 2021 20:13:45 +0000 Subject: musixtex (14may21) git-svn-id: svn://tug.org/texlive/trunk@59196 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/generic/musixtex/ChangeLog-132.txt | 6 ++++ .../texmf-dist/doc/generic/musixtex/musixdoc.pdf | Bin 1374931 -> 1396006 bytes .../doc/generic/musixtex/musixdoc/beams.tex | 5 +++ .../doc/generic/musixtex/musixdoc/extensions.tex | 34 +++++++++++++++++++++ .../doc/generic/musixtex/musixdoc/frontmatter.tex | 4 +-- .../generic/musixtex/musixdoc/miscellaneous.tex | 6 ++-- .../doc/generic/musixtex/musixdoc/musixdoc.sty | 1 + .../doc/generic/musixtex/scripts/musixflx.pdf | Bin 4074 -> 9286 bytes 8 files changed, 51 insertions(+), 5 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/musixtex/ChangeLog-132.txt (limited to 'Master/texmf-dist/doc/generic/musixtex') diff --git a/Master/texmf-dist/doc/generic/musixtex/ChangeLog-132.txt b/Master/texmf-dist/doc/generic/musixtex/ChangeLog-132.txt new file mode 100644 index 00000000000..2d288c95bcb --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/ChangeLog-132.txt @@ -0,0 +1,6 @@ + +Changes from MusiXTeX 131 to 132: + + * commented out spurious \let\doublebar\doublebar@II + * forbid line-breaking at \zdoublebar + * new add-on musixvbm.tex to support vectorized beams diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf b/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf index 6c62fbdec48..8503c824110 100644 Binary files a/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf and b/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf differ diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/beams.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/beams.tex index 2805e0aff61..6cf562a9c3c 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/beams.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/beams.tex @@ -620,3 +620,8 @@ In this example we see not only multiple uses of \keyindex{nextstaff} and \keyindex{prevstaff}, but also the character \verb|*| to make virtual beam notes (see Section~\ref{CollectiveCoding}). + + \section{Discontinuities in Long Beams} +Beams are normally produced by \texttt{musixtex} using special fonts. Unfortunately, very long beams may have +unsightly discontinuities (gaps or bumps). See Section~\ref{musixvbm} +for an experimental solution to this problem. diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/extensions.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/extensions.tex index 7d60a4dbc58..5bf8dd667d8 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/extensions.tex +++ b/Master/texmf-dist/doc/generic/musixtex/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} diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex index e1402cfb3e6..e0d9515830c 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex @@ -1,6 +1,6 @@ \title{\Huge\bfseries\musixtex\\[\bigskipamount] \LARGE\bfseries Using \TeX{} to write polyphonic\\or -instrumental music\\\Large\itshape Version 1.31} +instrumental music\\\Large\itshape Version 1.32} \author{} @@ -68,7 +68,7 @@ Since then, the only significant update to \musixtex\ has been in version 1.15 ( takes advantage of the greater capacity of the e\TeX\ version of \TeX. This manual is the definitive reference to all features of -\musixtex\ version~1.30. +\musixtex\ version~1.32. Novice users need not start here. Most diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex index f212b769d74..a9e8fad4bbf 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/miscellaneous.tex @@ -48,9 +48,9 @@ or \section{Accents} You may use\footnote{Note from the editor: the reason the names of some of -these macros don't seem to be constructed to suggest the terms used in the -descriptions is that whoever originally defined the macros had in mind terms -that did not agree with normal English usage.} +these macros don't seem to suggest the terms used in the +descriptions is that apparently Daniel Taupin had in mind other terms, +such as \emph{pizzicato}.} \begin{itemize}\setlength{\itemsep}{0ex} \item \keyindex{upz}\pitchp~(upper \itxem{staccato}) to put a dot above a note head at pitch $p$, diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty b/Master/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty index d752fc8b027..95b9c5a2915 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/musixdoc.sty @@ -47,6 +47,7 @@ \usepackage{textcomp} \input musixtex +%\input musixvbm % experimental vectorized beams \input musixbm \input musixcho \input musixdat diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf index 934b9097b9d..0d6b152bc78 100644 Binary files a/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf and b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf differ -- cgit v1.2.3