Skip to content

Commit

Permalink
Merge pull request gregorio-project#340 from henryso/fix-246
Browse files Browse the repository at this point in the history
Reset the grefirstisalteration counter to 0 at the start of a syllable.
  • Loading branch information
henryso committed Apr 30, 2015
2 parents bfd2f4b + f8f8854 commit 63c46bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tex/gregoriotex-syllable.tex
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,7 @@
%% at the end we wall \greendofword or \greendofsyllable with #7, to reduce the space in case of a flat or natural
\def\gresyllable#1#2#3#4#5#6#7#8#9{%
\gre@debugmsg{general}{New syllable}%
\global\grefirstisalteration=0\relax %
\ifnum\gre@englishcentering=1\relax %
\gdef\gre@firstsyllablepart{}%
\gdef\gre@middlesyllablepart{#1#2#3}%
Expand Down Expand Up @@ -494,7 +495,6 @@
\fi % \ifdim\gre@dimen@enddifference>0pt
\ifnum\grefirstisalteration=1\relax %
\advance\gre@skip@temp@one by \gre@skip@beforealterationspace %
\global\grefirstisalteration=0\relax %
\fi % \ifnum\grefirstisalteration=1
\gre@debugmsg{ifdim}{ temp@skip@one > 0pt}%
\ifdim\gre@skip@temp@one>0pt %
Expand Down

0 comments on commit 63c46bf

Please sign in to comment.