From 2ef915756a3992820cb78f646358bf537a25043e Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Mon, 22 Feb 2016 08:31:49 +0100 Subject: [PATCH] address comments --- doc/Command_Index_User.tex | 2 +- doc/Command_Index_internal.tex | 2 +- tex/gregoriotex-spaces.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Command_Index_User.tex b/doc/Command_Index_User.tex index 89c5cb372..af37d850c 100644 --- a/doc/Command_Index_User.tex +++ b/doc/Command_Index_User.tex @@ -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. diff --git a/doc/Command_Index_internal.tex b/doc/Command_Index_internal.tex index ea3e6e8a1..8d4400c67 100644 --- a/doc/Command_Index_internal.tex +++ b/doc/Command_Index_internal.tex @@ -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. diff --git a/tex/gregoriotex-spaces.tex b/tex/gregoriotex-spaces.tex index f05509606..2026b1853 100644 --- a/tex/gregoriotex-spaces.tex +++ b/tex/gregoriotex-spaces.tex @@ -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 %