diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex')
-rw-r--r-- | Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex b/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex index 1dd96ed6bff..35563162d76 100644 --- a/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex +++ b/Master/texmf-dist/tex/luatex/gregoriotex/gregoriotex-chars.tex @@ -1,6 +1,6 @@ %GregorioTeX file. % -% Copyright (C) 2007-2016 The Gregorio Project (see CONTRIBUTORS.md) +% Copyright (C) 2007-2017 The Gregorio Project (see CONTRIBUTORS.md) % % This file is part of Gregorio. % @@ -17,8 +17,7 @@ % You should have received a copy of the GNU General Public License % along with Gregorio. If not, see <http://www.gnu.org/licenses/>. -\gre@debugmsg{general}{Loading gregoriotex-chars.tex}% -\gre@declarefileversion{gregoriotex-chars.tex}{4.1.5}% GREGORIO_VERSION +\gre@declarefileversion{gregoriotex-chars.tex}{5.0.1}% GREGORIO_VERSION \def\gre@char@fuse@punctum@one{\GreFuseTwo{\GreCPLeadingPunctumOne}{\GreCPPunctum}}% \def\gre@char@fuse@quilisma@one{\GreFuseTwo{\GreCPLeadingQuilismaOne}{\GreCPPunctum}}% @@ -31,6 +30,7 @@ % horizontal episema \newbox\gre@box@hep% \def\gre@def@char@he#1#2{% + \gre@trace{gre@def@char@he{#1}{#2}}% \expandafter\def\csname gre@char@he@#1\endcsname##1{% \ifx##1f\csname GreCPHEpisema#2\endcsname% \else% @@ -42,8 +42,10 @@ }% \fi% }% + \gre@trace@end% }% \def\gre@def@char@he@porr#1#2{% + \gre@trace{gre@def@char@he@porr{#1}{#2}}% \expandafter\def\csname gre@char@he@#1\endcsname##1##2{% \ifcase##1\gre@char@he@punctum{##2}% \or\csname GreCPHEpisema#2One\endcsname% @@ -53,6 +55,7 @@ \or\csname GreCPHEpisema#2Five\endcsname% \fi% }% + \gre@trace@end% }% \gre@def@char@he{punctum}{Punctum}% \gre@def@char@he{punctum@line@br}{PunctumLineBR}% @@ -61,7 +64,7 @@ \gre@def@char@he{punctum@line@bl}{PunctumLineBL}% \gre@def@char@he{punctum@line@blbr}{PunctumLineBLBR}% \gre@def@char@he{punctumauctus@line@bl}{PunctumAuctusLineBL}% -\gre@def@char@he{salicus@oriscus}{SalicusOriscus}% +\gre@def@char@he{salicus@oriscus}{AscendensOriscusLineBLTR}% \gre@def@char@he{flexus}{FlexusDeminutus}% \gre@def@char@he{initio}{Debilis}% \gre@def@char@he{virga}{Virga}% @@ -74,8 +77,8 @@ \gre@def@char@he@porr{porrectusfl}{PorrectusFlexus}% \gre@def@char@he{quilisma}{Quilisma}% \gre@def@char@he{quilisma@line@tr}{QuilismaLineTR}% -\gre@def@char@he{oriscus}{Oriscus}% -\gre@def@char@he{oriscus@line@tr}{OriscusLineTR}% +\gre@def@char@he{oriscus}{AscendensOriscus}% +\gre@def@char@he{oriscus@line@tr}{AscendensOriscusLineTR}% \gre@def@char@he{smallpunctum}{HighPes}% "smallpunctum" is the top punctum in a pes \gre@def@char@he{flat}{Flat}% \gre@def@char@he{sharp}{Sharp}% @@ -183,19 +186,3 @@ \gre@error{Unrecognized option "#1" for \protect\gresetglyphstyle\MessageBreak Possible options are: 'default', 'medicaea', 'hufnagel' and 'mensural'}% ]% }% - -\def\greusedefaultstyle{%OBSOLETE - \gre@obsolete{\protect\greusedefaultstyle}{\protect\gresetglyphstyle{default}}% -}% - -\def\greusemedicaeastyle{%OBSOLETE - \gre@obsolete{\protect\greusemedicaeastyle}{\protect\gresetglyphstyle{medicaea}}% -}% - -\def\greusehufnagelstyle{%OBSOLETE - \gre@obsolete{\protect\greusehufnagelstyle}{\protect\gresetglyphstyle{hufnagel}}% -}% - -\def\greusemensuralstyle{%OBSOLETE - \gre@obsolete{\protect\greusemensuralstyle}{\protect\gresetglyphstyle{mensural}}% -}% |