summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/musicography/musicography.sty
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/musicography/musicography.sty')
-rw-r--r--macros/latex/contrib/musicography/musicography.sty10
1 files changed, 7 insertions, 3 deletions
diff --git a/macros/latex/contrib/musicography/musicography.sty b/macros/latex/contrib/musicography/musicography.sty
index dad5ff27f4..0e36b46a89 100644
--- a/macros/latex/contrib/musicography/musicography.sty
+++ b/macros/latex/contrib/musicography/musicography.sty
@@ -1,8 +1,8 @@
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{musicography}[2019/05/28
+\ProvidesPackage{musicography}[2020/01/29
Symbols for music writing with pdflatex]
-% Copyright 2019 Andrew A. Cashner, andrewacashner@gmail.com
+% Copyright 2020 Andrew A. Cashner, andrewacashner@gmail.com
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
@@ -19,6 +19,9 @@
% and the documentation file musicography.tex.
% CHANGE LOG
+% 2020-01-29 - Reduced stack gap for \musFig
+% 2019-11-24 - Fix problem with \MeterCThreeTwo where numerals were being
+% printed next to each other instead of stacked.
% 2019-05-28 - Fix issue #1:
% + Correct notehead symbol for values < quarter note
% (was hollow, should be filled)
@@ -194,6 +197,7 @@
\let\musFontLarge\musFontBig
}
\NewDocumentCommand{\musFig}{ m }{%
+ \setstackgap{S}{1pt}%
\musStack[\musFigFont]{#1}%
}
\NewDocumentCommand{\noFig}{ O{5} }{%
@@ -211,7 +215,7 @@
\meterCplus{\musNumFont{3}}%
}
\NewDocumentCommand{\meterCThreeTwo}{}{%
- \meterCplus{\musStack{3}{2}}%
+ \meterCplus{{\footnotesize\stackanchor[1pt]{3}{2}}}%
}
% Ternary meter used in 17th-century Spanish music
\NewDocumentCommand{\meterCZ}{}{%