From 545710eeb010f4584dbd96f9905fe948e58cf744 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 29 Jan 2020 22:39:07 +0000 Subject: musicography (29jan20) git-svn-id: svn://tug.org/texlive/trunk@53596 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/musicography/musicography.sty | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex/latex/musicography') diff --git a/Master/texmf-dist/tex/latex/musicography/musicography.sty b/Master/texmf-dist/tex/latex/musicography/musicography.sty index dad5ff27f49..0e36b46a89f 100644 --- a/Master/texmf-dist/tex/latex/musicography/musicography.sty +++ b/Master/texmf-dist/tex/latex/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}{}{% -- cgit v1.2.3