diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic')
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/ChangeLog-131.txt | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf | bin | 1373998 -> 1374931 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc/barlines.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc/layout.tex | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/musixdoc/restsdoc.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf | bin | 23215 -> 23518 bytes |
9 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/ChangeLog-131.txt b/Master/texmf-dist/doc/generic/musixtex/ChangeLog-131.txt new file mode 100644 index 00000000000..93fac608e5f --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/ChangeLog-131.txt @@ -0,0 +1,4 @@ + +Changes from MusiXTeX 130 to 131: + + * defined \zzdoublebar, \zzbar, \zendpiece diff --git a/Master/texmf-dist/doc/generic/musixtex/README b/Master/texmf-dist/doc/generic/musixtex/README index 3e87b0e509f..248beeb18bd 100644 --- a/Master/texmf-dist/doc/generic/musixtex/README +++ b/Master/texmf-dist/doc/generic/musixtex/README @@ -1,4 +1,4 @@ -This is MusiXTeX, version 1.30 (2020-03-20). +This is MusiXTeX, version 1.31 (2021-01-07). MusiXTeX is a TeX-based system for typesetting music. The main author was Daniel Taupin, who died in a climbing diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf b/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf Binary files differindex 073774546f7..6c62fbdec48 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc.pdf diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/barlines.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/barlines.tex index 92cd5624c77..b3f1d545a78 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/barlines.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/barlines.tex @@ -17,7 +17,9 @@ by a double bar. There is no specific command to print a thin-thick double bar line, but \keyindex{setdoubleBAR} will cause one in the same cases where \verb|\setdoublebar| would cause a thin-thin double bar line. -To typeset a double-bar line in the middle of a bar, use \keyindex{zdoublebar}. +To typeset a double-bar line in the middle of a bar, use \keyindex{zdoublebar}; +use \keyindex{zzdoublebar} to force the mid-bar double-bar line to the end +of a system. To make the next bar line invisible, use \keyindex{setemptybar} before \verb|\bar|. diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/frontmatter.tex index 64be0c29fec..e1402cfb3e6 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.30} +instrumental music\\\Large\itshape Version 1.31} \author{} diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/layout.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/layout.tex index 5d2b353b796..a22a88255cb 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/layout.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/layout.tex @@ -11,7 +11,8 @@ You can force a line or page break by replacing \keyindex{bar} with to forbid line-breaking at a particular bar, replace \verb|\bar| with \keyindex{xbar}. To force a line or page break where there is no bar line, use \keyindex{zalaligne} or \keyindex{zalapage}. To mark any -mid-bar location as an optional line-breaking point, use \keyindex{zbar}. +mid-bar location as an optional line-breaking point, use \keyindex{zbar}; +to force the mid-bar bar line to the end of a system, use \keyindex{zzbar}. The heavy final double bar of a piece is one of the consequences of \keyindex{Endpiece} or \keyindex{Stoppiece}. If you just want to terminate @@ -19,7 +20,7 @@ the text with a simple bar, say \keyindex{stoppiece} or \keyindex{endpiece}. To terminate it with no bar line at all, code \keyindex{zstoppiece}. If you want to suppress right-justification of the last line of a score, use \keyindex{raggedstoppiece}; the bar line can be suppressed by -using \keyindex{setemptybar}. +using \keyindex{zendpiece} (or \keyindex{setemptybar}). Once you have stopped the score by any of these means, you may want to restart it, and there are several ways to do so. If you don't need to change the key diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex index 5924d92d437..a0c89b5f592 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/repeats.tex @@ -73,7 +73,7 @@ correctly adjusted, using \keyindex{writezbarno} for the continuation if \keyindex{systemnumbers} is in use. As an example, here is -a \emph{bour\'ee} by G.-F.~Handel coded using \verb|\zleftrepeat| at the beginning +a \emph{bourr\'ee} by G.-F.~Handel coded using \verb|\zleftrepeat| at the beginning of the \textbf{A} section and \verb|\zzleftrightrepeat| between the \textbf{A} and the \textbf{B} sections: diff --git a/Master/texmf-dist/doc/generic/musixtex/musixdoc/restsdoc.tex b/Master/texmf-dist/doc/generic/musixtex/musixdoc/restsdoc.tex index 1e3a33431c4..2bf4aebfb6b 100644 --- a/Master/texmf-dist/doc/generic/musixtex/musixdoc/restsdoc.tex +++ b/Master/texmf-dist/doc/generic/musixtex/musixdoc/restsdoc.tex @@ -83,6 +83,7 @@ half rest. The ordinary \verb|\pause| or must be added to distinguish between the whole and the half rest. The commands, which are non-spacing\footnote{Editor's note: The reason for having defined these as non-spacing is not obvious}, are +are \begin{itemize}\setlength{\itemsep}{0ex} \item \keyindex{liftpause}~$n$ to get a \hbox to10pt{\liftpause{-2}\hss} @@ -95,6 +96,7 @@ as non-spacing is not obvious}, are \item \keyindex{lifthpausep}~$n$ to get \hbox to10pt{\lifthpausep{-1}\hss} raised the same way. \end{itemize} + %\check \section{Bar-centered rests}\label{barcentered} Sometimes it is necessary to place a rest (or some other symbols) exactly in the middle diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf Binary files differindex ec49d4a3d6e..30246ff59f9 100644 --- a/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf +++ b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf |