Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eroux committed Feb 22, 2016
1 parent f3eab25 commit 2ef9157
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Command_Index_User.tex
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ \subsubsection{Hyphenation}
Sets the protrusion factor of hyphens at end of lines. The default value is 50, a good compromise in the tested scores.

\begin{argtable}
\#1 & \texttt{number} & The protrusion factor, over 100
\#1 & \texttt{number} & The protrusion factor, percent
\end{argtable}

Note that a proper interface for setting protrusion factor of punctuation signs might appear in the next version, deprecating this one. Also, this protrusion factor does not apply to all hyphens (only those inserted by the Lua pass), so use it with caution.
Expand Down
2 changes: 1 addition & 1 deletion doc/Command_Index_internal.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1518,7 +1518,7 @@ \subsection{Flags}
Boolean set and used by \verb=\GreSyllable= to decide if a hyphen should be shown after the syllable.
\macroname{\textbackslash ifgre@possibleluahyphenafterthissyllable}{}{gregoriotex-syllable.tex}
Boolean set by \verb=\GreSyllable= indicating if the lua pass may add an hyphen after the syllable, used by \verb=\gre@calculate@eolshift= for protrusion calculation.
Boolean set by \verb=\GreSyllable= indicating if the Lua pass may add an hyphen after the syllable, used by \verb=\gre@calculate@eolshift= for protrusion calculation.
\macroname{\textbackslash ifgre@thirdlineadjustmentnecessary}{}{gregoriotex-syllable.tex}
Boolean which indicates that a third-line adjustment to staff line width is necessary.
Expand Down
2 changes: 1 addition & 1 deletion tex/gregoriotex-spaces.tex
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
\newcount\gre@count@protrusion@hyphen@eol %

% protrusion for hyphens inerted by Lua
\gre@count@protrusion@hyphen@eol = 50
\gre@count@protrusion@hyphen@eol = 50\relax

\def\gresethyphenprotrusion#1{%
\gre@count@protrusion@hyphen@eol = #1\relax %
Expand Down

0 comments on commit 2ef9157

Please sign in to comment.