Skip to content

Commit

Permalink
Merge pull request #993 from gregorio-project/fixZ
Browse files Browse the repository at this point in the history
Fix (::Z)
  • Loading branch information
rpspringuel committed Mar 2, 2016
2 parents 72b6d7a + f84423e commit 5d54707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/gregoriotex-main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -216,14 +216,14 @@
% macro called to go to the next line
\def\GreNewLine{%
\gre@debugmsg{lineheight}{GreNewLine}%
\gre@newlinecommon{0}{1}%
\gre@newlinecommon{0}{0}%
\relax%
}%

% basically same as above, but this one does a \hfill, so the lines are not justified
\def\GreNewParLine{%
\gre@debugmsg{lineheight}{GreNewParLine}%
\gre@newlinecommon{1}{1}%
\gre@newlinecommon{1}{0}%
\relax%
}%

Expand Down

0 comments on commit 5d54707

Please sign in to comment.