From 7a4664e4cdbf2e5ba99eec012bee0eb72b2b1a7a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 31 Oct 2017 21:23:51 +0000 Subject: musicography (31oct17) git-svn-id: svn://tug.org/texlive/trunk@45658 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/musicography/README.md | 2 ++ .../doc/latex/musicography/musicography.pdf | Bin 262850 -> 264620 bytes .../doc/latex/musicography/musicography.tex | 24 +++++++++++++++------ 3 files changed, 20 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/musicography/README.md b/Master/texmf-dist/doc/latex/musicography/README.md index 65bca60bc05..da3feec9f06 100644 --- a/Master/texmf-dist/doc/latex/musicography/README.md +++ b/Master/texmf-dist/doc/latex/musicography/README.md @@ -6,6 +6,8 @@ attractive. It includes accidentals, meters, and notes of different rhythmic values. The package provides a flexible, user-friendly interface written using `xparse`. +The package requires the `musixtex` fonts. + This material is subject to the current version of the LaTeX Project Public License. The author and maintainer is Andrew A. Cashner, `andrewacashner@gmail.com`. diff --git a/Master/texmf-dist/doc/latex/musicography/musicography.pdf b/Master/texmf-dist/doc/latex/musicography/musicography.pdf index 871488be172..c5f9fe7a0d5 100644 Binary files a/Master/texmf-dist/doc/latex/musicography/musicography.pdf and b/Master/texmf-dist/doc/latex/musicography/musicography.pdf differ diff --git a/Master/texmf-dist/doc/latex/musicography/musicography.tex b/Master/texmf-dist/doc/latex/musicography/musicography.tex index b20a6c69620..d44c248de67 100644 --- a/Master/texmf-dist/doc/latex/musicography/musicography.tex +++ b/Master/texmf-dist/doc/latex/musicography/musicography.tex @@ -17,8 +17,7 @@ pdftitle={The musicography Package: Symbols for Music Writing with pdflatex}, pdfauthor={Andrew A. Cashner}, - pdfsubject={LaTeX package}, - pdfkeywords={LaTeX, symbols, music, musicology, humanities} + pdfsubject={LaTeX package}, pdfkeywords={LaTeX, symbols, music, musicology, humanities} ]{hyperref} \title{The \code{musicography} Package: Symbols for Music Writing with @@ -113,18 +112,31 @@ command. For example: Spanish 17th-cent. ternary & \verb|\meterCZ| & \meterCZ\\ \end{codetable} +For other time signatures, use \verb|\musMeter{}{}|. +The command \verb|\musFigures| is an alias for \verb|\musMeter| that can be used +for notating figured bass. +Both commands take two arguments and stack the arguments vertically. + \subsection{Customization} It would be a simple matter of using \verb|\newcommand| or \verb|\let| to create aliases for these commands, say, for British usage (such as \verb|\quaver|). -\LaTeX{} programmers may wish to use the package's internal commands directly -(such as \verb|\musSymbol| and \verb|\musAccidental|) to -access more symbols from the fonts or to fine-tune their appearance (see the -code listing below). +\LaTeX{} programmers may wish to use the package's internal commands directly to +access more symbols from the fonts or fine-tune their appearance. +See \verb|\musSymbol| and \verb|\musAccidental| in the code listing below. \section{Code} \VerbatimInput{musicography.sty} +\section{Changes} + +\begin{tabular}{r p{0.75\textwidth}} + 2017/10/31 & Corrected glyph used for \verb|\musHalf| and documented + \verb|\musMeter| and \verb|\musFigures|\\ + 2017/08/29 & First version on CTAN\\ + 2017/04/12 & Created\\ +\end{tabular} + \end{document} -- cgit v1.2.3