summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/musicography
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-31 21:23:51 +0000
committerKarl Berry <karl@freefriends.org>2017-10-31 21:23:51 +0000
commit7a4664e4cdbf2e5ba99eec012bee0eb72b2b1a7a (patch)
treebf1e82dda78ee10311a385f6c27d8eba6c3b136c /Master/texmf-dist/doc/latex/musicography
parent8dc98ca4418ae3272e7b4e290443b6b424cb1eb5 (diff)
musicography (31oct17)
git-svn-id: svn://tug.org/texlive/trunk@45658 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/musicography')
-rw-r--r--Master/texmf-dist/doc/latex/musicography/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/musicography/musicography.pdfbin262850 -> 264620 bytes
-rw-r--r--Master/texmf-dist/doc/latex/musicography/musicography.tex24
3 files changed, 20 insertions, 6 deletions
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
--- a/Master/texmf-dist/doc/latex/musicography/musicography.pdf
+++ b/Master/texmf-dist/doc/latex/musicography/musicography.pdf
Binary files 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}