summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/musicography
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-25 22:32:19 +0000
committerKarl Berry <karl@freefriends.org>2018-05-25 22:32:19 +0000
commitcb61d6c63a3041cb8330026476b606ad5cc54508 (patch)
treecf42c299b6b840331bbfbe111b78d09210618447 /Master/texmf-dist/doc/latex/musicography
parent6831c582e3c680827276b5089549bac3060a0891 (diff)
musicography (25may18)
git-svn-id: svn://tug.org/texlive/trunk@47838 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/musicography')
-rw-r--r--Master/texmf-dist/doc/latex/musicography/musicography.pdfbin264620 -> 264002 bytes
-rw-r--r--Master/texmf-dist/doc/latex/musicography/musicography.tex18
2 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/musicography/musicography.pdf b/Master/texmf-dist/doc/latex/musicography/musicography.pdf
index c5f9fe7a0d5..aace9ed835f 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 d44c248de67..54f26e0ca10 100644
--- a/Master/texmf-dist/doc/latex/musicography/musicography.tex
+++ b/Master/texmf-dist/doc/latex/musicography/musicography.tex
@@ -27,6 +27,7 @@
{\nolinkurl{andrewacashner@gmail.com}}%
}%
}
+\date{May 21, 2018}
\begin{document}
\maketitle
@@ -50,9 +51,9 @@ interface written using \code{xparse}.
\section{Package Options}
To use the package, write \verb|\usepackage{musicography}| in your preamble.
-If you are also using this author's \code{semantic-markup} package, load
-\code{semantic-markup} first, since \code{musicography} modifies the commands
-for accidentals in the other package.
+If you are also using this author's \code{semantic-markup} package,
+\code{musicography} will automatically redefine the commands for accidentals in
+the other package.
The \code{bigger} option provides larger font sizes that match better with
certain fonts.
@@ -126,17 +127,20 @@ aliases for these commands, say, for British usage (such as \verb|\quaver|).
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}}
+ 2018/05/21 & Override semantic-markup's \verb|\fl|, \verb|\sh|, \verb|\na|
+ commands if it is loaded \\
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}
+\section{Code}
+
+\VerbatimInput{musicography.sty}
+
+
\end{document}