texlive[45658] Master/texmf-dist: musicography (31oct17)

commits+karl at tug.org commits+karl at tug.org
Tue Oct 31 22:23:51 CET 2017


Revision: 45658
          http://tug.org/svn/texlive?view=revision&revision=45658
Author:   karl
Date:     2017-10-31 22:23:51 +0100 (Tue, 31 Oct 2017)
Log Message:
-----------
musicography (31oct17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/musicography/README.md
    trunk/Master/texmf-dist/doc/latex/musicography/musicography.pdf
    trunk/Master/texmf-dist/doc/latex/musicography/musicography.tex
    trunk/Master/texmf-dist/tex/latex/musicography/musicography.sty

Modified: trunk/Master/texmf-dist/doc/latex/musicography/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/musicography/README.md	2017-10-31 21:23:41 UTC (rev 45657)
+++ trunk/Master/texmf-dist/doc/latex/musicography/README.md	2017-10-31 21:23:51 UTC (rev 45658)
@@ -6,6 +6,8 @@
 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 at gmail.com`.

Modified: trunk/Master/texmf-dist/doc/latex/musicography/musicography.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/musicography/musicography.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/musicography/musicography.tex	2017-10-31 21:23:41 UTC (rev 45657)
+++ trunk/Master/texmf-dist/doc/latex/musicography/musicography.tex	2017-10-31 21:23:51 UTC (rev 45658)
@@ -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 @@
     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}

Modified: trunk/Master/texmf-dist/tex/latex/musicography/musicography.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/musicography/musicography.sty	2017-10-31 21:23:41 UTC (rev 45657)
+++ trunk/Master/texmf-dist/tex/latex/musicography/musicography.sty	2017-10-31 21:23:51 UTC (rev 45658)
@@ -1,6 +1,6 @@
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{musicography}
-[2017/08/29 Symbols for music writing with pdflatex]
+[2017/10/31 Symbols for music writing with pdflatex]
 
 % Copyright 2017 Andrew A. Cashner, andrewacashner at gmail.com
 
@@ -19,6 +19,8 @@
 % and the documentation file musicography.tex.
 
 % CHANGE LOG
+% 2017-10-31 Corrected glyph for \musHalf and documented
+%              \musMeter and \musFigures
 % 2017-08-29 First version on CTAN
 % 2017-04-12 Created
 
@@ -106,7 +108,7 @@
     \musSymbol{0.05em}{0.5ex}{1.35em}{\symbol{9}}%
 }
 \NewDocumentCommand{\musHalf}{}{%
-    \musStemmedNote{\symbol{9}}%
+    \musStemmedNote{\symbol{8}}%
 }
 \NewDocumentCommand{\musQuarter}{}{%
     \musStemmedNote{\symbol{7}}%



More information about the tex-live-commits mailing list